Symbol: IGC_WRITE_REG
usr/src/uts/common/io/igc/core/igc_base.c
128
IGC_WRITE_REG(hw, IGC_RFCTL, rfctl);
usr/src/uts/common/io/igc/core/igc_base.c
136
IGC_WRITE_REG(hw, IGC_RXDCTL(i),
usr/src/uts/common/io/igc/core/igc_base.c
156
IGC_WRITE_REG(hw, IGC_RFCTL, rfctl & ~IGC_RFCTL_LEF);
usr/src/uts/common/io/igc/core/igc_base.c
159
IGC_WRITE_REG(hw, IGC_RLPML, 0);
usr/src/uts/common/io/igc/core/igc_base.c
165
IGC_WRITE_REG(hw, IGC_RCTL, temp_rctl);
usr/src/uts/common/io/igc/core/igc_base.c
166
IGC_WRITE_REG(hw, IGC_RCTL, temp_rctl | IGC_RCTL_EN);
usr/src/uts/common/io/igc/core/igc_base.c
174
IGC_WRITE_REG(hw, IGC_RXDCTL(i), rxdctl[i]);
usr/src/uts/common/io/igc/core/igc_base.c
175
IGC_WRITE_REG(hw, IGC_RCTL, rctl);
usr/src/uts/common/io/igc/core/igc_base.c
178
IGC_WRITE_REG(hw, IGC_RLPML, rlpml);
usr/src/uts/common/io/igc/core/igc_base.c
179
IGC_WRITE_REG(hw, IGC_RFCTL, rfctl);
usr/src/uts/common/io/igc/core/igc_i225.c
1117
IGC_WRITE_REG(hw, IGC_I225_PHPM, data);
usr/src/uts/common/io/igc/core/igc_i225.c
1147
IGC_WRITE_REG(hw, IGC_I225_PHPM, data);
usr/src/uts/common/io/igc/core/igc_i225.c
1205
IGC_WRITE_REG(hw, IGC_IPCNFG, ipcnfg);
usr/src/uts/common/io/igc/core/igc_i225.c
1206
IGC_WRITE_REG(hw, IGC_EEER, eeer);
usr/src/uts/common/io/igc/core/igc_i225.c
197
IGC_WRITE_REG(hw, IGC_IMC, 0xffffffff);
usr/src/uts/common/io/igc/core/igc_i225.c
199
IGC_WRITE_REG(hw, IGC_RCTL, 0);
usr/src/uts/common/io/igc/core/igc_i225.c
200
IGC_WRITE_REG(hw, IGC_TCTL, IGC_TCTL_PSP);
usr/src/uts/common/io/igc/core/igc_i225.c
208
IGC_WRITE_REG(hw, IGC_CTRL, ctrl | IGC_CTRL_DEV_RST);
usr/src/uts/common/io/igc/core/igc_i225.c
221
IGC_WRITE_REG(hw, IGC_IMC, 0xffffffff);
usr/src/uts/common/io/igc/core/igc_i225.c
304
IGC_WRITE_REG(hw, IGC_SW_FW_SYNC, swfw_sync);
usr/src/uts/common/io/igc/core/igc_i225.c
330
IGC_WRITE_REG(hw, IGC_SW_FW_SYNC, swfw_sync);
usr/src/uts/common/io/igc/core/igc_i225.c
354
IGC_WRITE_REG(hw, IGC_CTRL, ctrl);
usr/src/uts/common/io/igc/core/igc_i225.c
358
IGC_WRITE_REG(hw, IGC_I225_PHPM, phpm_reg);
usr/src/uts/common/io/igc/core/igc_i225.c
415
IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI);
usr/src/uts/common/io/igc/core/igc_i225.c
554
IGC_WRITE_REG(hw, IGC_SRWR, eewr);
usr/src/uts/common/io/igc/core/igc_i225.c
703
IGC_WRITE_REG(hw, IGC_I225_FLSWCNT, burst_counter);
usr/src/uts/common/io/igc/core/igc_i225.c
744
IGC_WRITE_REG(hw, IGC_I225_FLSWCTL, flswctl);
usr/src/uts/common/io/igc/core/igc_i225.c
788
IGC_WRITE_REG(hw, IGC_EECD, flup);
usr/src/uts/common/io/igc/core/igc_i225.c
839
IGC_WRITE_REG(hw, IGC_I225_FLSWDATA,
usr/src/uts/common/io/igc/core/igc_i225.c
906
IGC_WRITE_REG(hw, IGC_LTRC, ltrc);
usr/src/uts/common/io/igc/core/igc_i225.c
966
IGC_WRITE_REG(hw, IGC_LTRMINV, ltrv);
usr/src/uts/common/io/igc/core/igc_i225.c
973
IGC_WRITE_REG(hw, IGC_LTRMAXV, ltrv);
usr/src/uts/common/io/igc/core/igc_mac.c
1031
IGC_WRITE_REG(hw, IGC_CTRL, ctrl);
usr/src/uts/common/io/igc/core/igc_mac.c
284
IGC_WRITE_REG(hw, IGC_RAL(index), rar_low);
usr/src/uts/common/io/igc/core/igc_mac.c
286
IGC_WRITE_REG(hw, IGC_RAH(index), rar_high);
usr/src/uts/common/io/igc/core/igc_mac.c
564
IGC_WRITE_REG(hw, IGC_FCT, FLOW_CONTROL_TYPE);
usr/src/uts/common/io/igc/core/igc_mac.c
565
IGC_WRITE_REG(hw, IGC_FCAH, FLOW_CONTROL_ADDRESS_HIGH);
usr/src/uts/common/io/igc/core/igc_mac.c
566
IGC_WRITE_REG(hw, IGC_FCAL, FLOW_CONTROL_ADDRESS_LOW);
usr/src/uts/common/io/igc/core/igc_mac.c
568
IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time);
usr/src/uts/common/io/igc/core/igc_mac.c
591
IGC_WRITE_REG(hw, IGC_TCTL, tctl);
usr/src/uts/common/io/igc/core/igc_mac.c
626
IGC_WRITE_REG(hw, IGC_FCRTL, fcrtl);
usr/src/uts/common/io/igc/core/igc_mac.c
627
IGC_WRITE_REG(hw, IGC_FCRTH, fcrth);
usr/src/uts/common/io/igc/core/igc_mac.c
689
IGC_WRITE_REG(hw, IGC_CTRL, ctrl);
usr/src/uts/common/io/igc/core/igc_mac.c
946
IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI);
usr/src/uts/common/io/igc/core/igc_mac.c
981
IGC_WRITE_REG(hw, IGC_SWSM, swsm);
usr/src/uts/common/io/igc/core/igc_nvm.c
131
IGC_WRITE_REG(hw, IGC_EECD, eecd);
usr/src/uts/common/io/igc/core/igc_nvm.c
143
IGC_WRITE_REG(hw, IGC_EECD, eecd);
usr/src/uts/common/io/igc/core/igc_nvm.c
231
IGC_WRITE_REG(hw, IGC_EECD, eecd | IGC_EECD_REQ);
usr/src/uts/common/io/igc/core/igc_nvm.c
244
IGC_WRITE_REG(hw, IGC_EECD, eecd);
usr/src/uts/common/io/igc/core/igc_nvm.c
268
IGC_WRITE_REG(hw, IGC_EECD, eecd);
usr/src/uts/common/io/igc/core/igc_nvm.c
272
IGC_WRITE_REG(hw, IGC_EECD, eecd);
usr/src/uts/common/io/igc/core/igc_nvm.c
314
IGC_WRITE_REG(hw, IGC_EECD, eecd);
usr/src/uts/common/io/igc/core/igc_nvm.c
336
IGC_WRITE_REG(hw, IGC_EECD, eecd);
usr/src/uts/common/io/igc/core/igc_nvm.c
396
IGC_WRITE_REG(hw, IGC_EERD, eerd);
usr/src/uts/common/io/igc/core/igc_nvm.c
714
IGC_WRITE_REG(hw, IGC_CTRL_EXT, ctrl_ext);
usr/src/uts/common/io/igc/core/igc_nvm.c
83
IGC_WRITE_REG(hw, IGC_EECD, *eecd);
usr/src/uts/common/io/igc/core/igc_nvm.c
98
IGC_WRITE_REG(hw, IGC_EECD, *eecd);
usr/src/uts/common/io/igc/core/igc_phy.c
186
IGC_WRITE_REG(hw, IGC_MDIC, mdic);
usr/src/uts/common/io/igc/core/igc_phy.c
246
IGC_WRITE_REG(hw, IGC_MDIC, mdic);
usr/src/uts/common/io/igc/core/igc_phy.c
636
IGC_WRITE_REG(hw, IGC_CTRL, ctrl);
usr/src/uts/common/io/igc/core/igc_phy.c
873
IGC_WRITE_REG(hw, IGC_CTRL, ctrl | IGC_CTRL_PHY_RST);
usr/src/uts/common/io/igc/core/igc_phy.c
878
IGC_WRITE_REG(hw, IGC_CTRL, ctrl);
usr/src/uts/common/io/igc/igc_osdep.h
64
extern void IGC_WRITE_REG(struct igc_hw *, uint32_t, uint32_t);