sys/dev/pci/igc/if_igc.c
1090
val = IGC_READ_REG(hw, reg);
sys/dev/pci/igc/if_igc.c
1092
val += ((uint64_t)IGC_READ_REG(hw, reg + 4)) << 32;
sys/dev/pci/igc/if_igc.c
1142
val = IGC_READ_REG(hw, IGC_RQDPC(iq));
sys/dev/pci/igc/if_igc.c
1543
uint32_t ctrl = IGC_READ_REG(&sc->hw, IGC_CTRL);
sys/dev/pci/igc/if_igc.c
1557
IGC_READ_REG(&sc->hw, IGC_ICR);
sys/dev/pci/igc/if_igc.c
2508
rctl = IGC_READ_REG(&sc->hw, IGC_RCTL);
sys/dev/pci/igc/if_igc.c
2573
if (IGC_READ_REG(&sc->hw, IGC_STATUS) & IGC_STATUS_LU) {
sys/dev/pci/igc/if_igc.c
2758
const uint32_t reg_icr = IGC_READ_REG(&sc->hw, IGC_ICR);
sys/dev/pci/igc/if_igc.c
2824
const uint32_t reg_icr = IGC_READ_REG(&sc->hw, IGC_ICR);
sys/dev/pci/igc/if_igc.c
3090
uint32_t tctl = IGC_READ_REG(&sc->hw, IGC_TCTL);
sys/dev/pci/igc/if_igc.c
3450
rctl = IGC_READ_REG(hw, IGC_RCTL);
sys/dev/pci/igc/if_igc.c
3484
rxcsum = IGC_READ_REG(hw, IGC_RXCSUM);
sys/dev/pci/igc/if_igc.c
3538
uint32_t rxdctl = IGC_READ_REG(hw, IGC_RXDCTL(iq));
sys/dev/pci/igc/if_igc.c
3706
const uint32_t ctrl_ext = IGC_READ_REG(&sc->hw, IGC_CTRL_EXT);
sys/dev/pci/igc/if_igc.c
3720
const uint32_t ctrl_ext = IGC_READ_REG(&sc->hw, IGC_CTRL_EXT);
sys/dev/pci/igc/if_igc.c
887
reg = IGC_READ_REG(hw, IGC_FCRTC);
sys/dev/pci/igc/if_igc.c
895
reg = IGC_READ_REG(hw, IGC_DMACR);
sys/dev/pci/igc/if_igc.c
908
status = IGC_READ_REG(hw, IGC_STATUS);
sys/dev/pci/igc/if_igc.c
920
reg = IGC_READ_REG(hw, IGC_DMCTLX);
sys/dev/pci/igc/if_igc.c
927
status = IGC_READ_REG(hw, IGC_STATUS);
sys/dev/pci/igc/if_igc.c
941
reg = IGC_READ_REG(hw, IGC_PCIEMISC);
sys/dev/pci/igc/if_igc.h
394
#define IGC_WRITE_FLUSH(a) IGC_READ_REG(a, IGC_STATUS)
sys/dev/pci/igc/igc_i225.c
1125
ipcnfg = IGC_READ_REG(hw, IGC_IPCNFG);
sys/dev/pci/igc/igc_i225.c
1126
eeer = IGC_READ_REG(hw, IGC_EEER);
sys/dev/pci/igc/igc_i225.c
1130
uint32_t eee_su = IGC_READ_REG(hw, IGC_EEE_SU);
sys/dev/pci/igc/igc_i225.c
1161
IGC_READ_REG(hw, IGC_IPCNFG);
sys/dev/pci/igc/igc_i225.c
1162
IGC_READ_REG(hw, IGC_EEER);
sys/dev/pci/igc/igc_i225.c
207
ctrl = IGC_READ_REG(hw, IGC_CTRL);
sys/dev/pci/igc/igc_i225.c
224
IGC_READ_REG(hw, IGC_ICR);
sys/dev/pci/igc/igc_i225.c
290
swfw_sync = IGC_READ_REG(hw, IGC_SW_FW_SYNC);
sys/dev/pci/igc/igc_i225.c
32
uint32_t eecd = IGC_READ_REG(hw, IGC_EECD);
sys/dev/pci/igc/igc_i225.c
334
swfw_sync = IGC_READ_REG(hw, IGC_SW_FW_SYNC);
sys/dev/pci/igc/igc_i225.c
357
ctrl = IGC_READ_REG(hw, IGC_CTRL);
sys/dev/pci/igc/igc_i225.c
362
phpm_reg = IGC_READ_REG(hw, IGC_I225_PHPM);
sys/dev/pci/igc/igc_i225.c
387
swsm = IGC_READ_REG(hw, IGC_SWSM);
sys/dev/pci/igc/igc_i225.c
403
swsm = IGC_READ_REG(hw, IGC_SWSM);
sys/dev/pci/igc/igc_i225.c
421
swsm = IGC_READ_REG(hw, IGC_SWSM);
sys/dev/pci/igc/igc_i225.c
425
if (IGC_READ_REG(hw, IGC_SWSM) & IGC_SWSM_SWESMBI)
sys/dev/pci/igc/igc_i225.c
564
if (IGC_NVM_RW_REG_DONE & IGC_READ_REG(hw, IGC_SRWR)) {
sys/dev/pci/igc/igc_i225.c
688
eec = IGC_READ_REG(hw, IGC_EECD);
sys/dev/pci/igc/igc_i225.c
738
flswctl = IGC_READ_REG(hw, IGC_I225_FLSWCTL);
sys/dev/pci/igc/igc_i225.c
744
flswctl = IGC_READ_REG(hw, IGC_I225_FLSWCTL);
sys/dev/pci/igc/igc_i225.c
758
flswctl = IGC_READ_REG(hw, IGC_I225_FLSWCTL);
sys/dev/pci/igc/igc_i225.c
787
block_sw_protect = IGC_READ_REG(hw, IGC_I225_FLSECU) &
sys/dev/pci/igc/igc_i225.c
790
fw_valid_bit = IGC_READ_REG(hw, IGC_FWSM) & IGC_FWSM_FW_VALID_I225;
sys/dev/pci/igc/igc_i225.c
798
flup = IGC_READ_REG(hw, IGC_EECD) | IGC_EECD_FLUPD_I225;
sys/dev/pci/igc/igc_i225.c
813
if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_SEC1VAL_I225)
sys/dev/pci/igc/igc_i225.c
877
reg = IGC_READ_REG(hw, IGC_EECD);
sys/dev/pci/igc/igc_i225.c
915
ltrc = IGC_READ_REG(hw, IGC_LTRC) | IGC_LTRC_EEEMS_EN;
sys/dev/pci/igc/igc_i225.c
920
tw_system = ((IGC_READ_REG(hw, IGC_EEE_SU) &
sys/dev/pci/igc/igc_i225.c
924
tw_system = (IGC_READ_REG(hw, IGC_EEE_SU) &
sys/dev/pci/igc/igc_i225.c
932
size = IGC_READ_REG(hw, IGC_RXPBS) & IGC_RXPBS_SIZE_I225_MASK;
sys/dev/pci/igc/igc_i225.c
935
if (IGC_READ_REG(hw, IGC_DMACR) & IGC_DMACR_DMAC_EN) {
sys/dev/pci/igc/igc_i225.c
936
size -= (IGC_READ_REG(hw, IGC_DMACR) &
sys/dev/pci/igc/igc_i225.c
970
ltrv = IGC_READ_REG(hw, IGC_LTRMINV);
sys/dev/pci/igc/igc_i225.c
977
ltrv = IGC_READ_REG(hw, IGC_LTRMAXV);
sys/dev/pci/igc/igc_mac.c
317
IGC_READ_REG(hw, IGC_CRCERRS);
sys/dev/pci/igc/igc_mac.c
318
IGC_READ_REG(hw, IGC_ALGNERRC);
sys/dev/pci/igc/igc_mac.c
319
IGC_READ_REG(hw, IGC_MPC);
sys/dev/pci/igc/igc_mac.c
320
IGC_READ_REG(hw, IGC_SCC);
sys/dev/pci/igc/igc_mac.c
321
IGC_READ_REG(hw, IGC_ECOL);
sys/dev/pci/igc/igc_mac.c
322
IGC_READ_REG(hw, IGC_MCC);
sys/dev/pci/igc/igc_mac.c
323
IGC_READ_REG(hw, IGC_LATECOL);
sys/dev/pci/igc/igc_mac.c
324
IGC_READ_REG(hw, IGC_COLC);
sys/dev/pci/igc/igc_mac.c
325
IGC_READ_REG(hw, IGC_RERC);
sys/dev/pci/igc/igc_mac.c
326
IGC_READ_REG(hw, IGC_DC);
sys/dev/pci/igc/igc_mac.c
327
IGC_READ_REG(hw, IGC_TNCRS);
sys/dev/pci/igc/igc_mac.c
328
IGC_READ_REG(hw, IGC_HTDPMC);
sys/dev/pci/igc/igc_mac.c
329
IGC_READ_REG(hw, IGC_RLEC);
sys/dev/pci/igc/igc_mac.c
330
IGC_READ_REG(hw, IGC_XONRXC);
sys/dev/pci/igc/igc_mac.c
331
IGC_READ_REG(hw, IGC_XONTXC);
sys/dev/pci/igc/igc_mac.c
332
IGC_READ_REG(hw, IGC_XOFFRXC);
sys/dev/pci/igc/igc_mac.c
333
IGC_READ_REG(hw, IGC_XOFFTXC);
sys/dev/pci/igc/igc_mac.c
334
IGC_READ_REG(hw, IGC_FCRUC);
sys/dev/pci/igc/igc_mac.c
335
IGC_READ_REG(hw, IGC_PRC64);
sys/dev/pci/igc/igc_mac.c
336
IGC_READ_REG(hw, IGC_PRC127);
sys/dev/pci/igc/igc_mac.c
337
IGC_READ_REG(hw, IGC_PRC255);
sys/dev/pci/igc/igc_mac.c
338
IGC_READ_REG(hw, IGC_PRC511);
sys/dev/pci/igc/igc_mac.c
339
IGC_READ_REG(hw, IGC_PRC1023);
sys/dev/pci/igc/igc_mac.c
340
IGC_READ_REG(hw, IGC_PRC1522);
sys/dev/pci/igc/igc_mac.c
341
IGC_READ_REG(hw, IGC_GPRC);
sys/dev/pci/igc/igc_mac.c
342
IGC_READ_REG(hw, IGC_BPRC);
sys/dev/pci/igc/igc_mac.c
343
IGC_READ_REG(hw, IGC_MPRC);
sys/dev/pci/igc/igc_mac.c
344
IGC_READ_REG(hw, IGC_GPTC);
sys/dev/pci/igc/igc_mac.c
345
IGC_READ_REG(hw, IGC_GORCL);
sys/dev/pci/igc/igc_mac.c
346
IGC_READ_REG(hw, IGC_GORCH);
sys/dev/pci/igc/igc_mac.c
347
IGC_READ_REG(hw, IGC_GOTCL);
sys/dev/pci/igc/igc_mac.c
348
IGC_READ_REG(hw, IGC_GOTCH);
sys/dev/pci/igc/igc_mac.c
349
IGC_READ_REG(hw, IGC_RNBC);
sys/dev/pci/igc/igc_mac.c
350
IGC_READ_REG(hw, IGC_RUC);
sys/dev/pci/igc/igc_mac.c
351
IGC_READ_REG(hw, IGC_RFC);
sys/dev/pci/igc/igc_mac.c
352
IGC_READ_REG(hw, IGC_ROC);
sys/dev/pci/igc/igc_mac.c
353
IGC_READ_REG(hw, IGC_RJC);
sys/dev/pci/igc/igc_mac.c
354
IGC_READ_REG(hw, IGC_MGTPRC);
sys/dev/pci/igc/igc_mac.c
355
IGC_READ_REG(hw, IGC_MGTPDC);
sys/dev/pci/igc/igc_mac.c
356
IGC_READ_REG(hw, IGC_MGTPTC);
sys/dev/pci/igc/igc_mac.c
357
IGC_READ_REG(hw, IGC_TORL);
sys/dev/pci/igc/igc_mac.c
358
IGC_READ_REG(hw, IGC_TORH);
sys/dev/pci/igc/igc_mac.c
359
IGC_READ_REG(hw, IGC_TOTL);
sys/dev/pci/igc/igc_mac.c
360
IGC_READ_REG(hw, IGC_TOTH);
sys/dev/pci/igc/igc_mac.c
361
IGC_READ_REG(hw, IGC_TPR);
sys/dev/pci/igc/igc_mac.c
362
IGC_READ_REG(hw, IGC_TPT);
sys/dev/pci/igc/igc_mac.c
363
IGC_READ_REG(hw, IGC_PTC64);
sys/dev/pci/igc/igc_mac.c
364
IGC_READ_REG(hw, IGC_PTC127);
sys/dev/pci/igc/igc_mac.c
365
IGC_READ_REG(hw, IGC_PTC255);
sys/dev/pci/igc/igc_mac.c
366
IGC_READ_REG(hw, IGC_PTC511);
sys/dev/pci/igc/igc_mac.c
367
IGC_READ_REG(hw, IGC_PTC1023);
sys/dev/pci/igc/igc_mac.c
368
IGC_READ_REG(hw, IGC_PTC1522);
sys/dev/pci/igc/igc_mac.c
369
IGC_READ_REG(hw, IGC_MPTC);
sys/dev/pci/igc/igc_mac.c
370
IGC_READ_REG(hw, IGC_BPTC);
sys/dev/pci/igc/igc_mac.c
371
IGC_READ_REG(hw, IGC_TSCTC);
sys/dev/pci/igc/igc_mac.c
372
IGC_READ_REG(hw, IGC_IAC);
sys/dev/pci/igc/igc_mac.c
373
IGC_READ_REG(hw, IGC_RXDMTC);
sys/dev/pci/igc/igc_mac.c
374
IGC_READ_REG(hw, IGC_HGORCL);
sys/dev/pci/igc/igc_mac.c
375
IGC_READ_REG(hw, IGC_HGORCH);
sys/dev/pci/igc/igc_mac.c
376
IGC_READ_REG(hw, IGC_HGOTCL);
sys/dev/pci/igc/igc_mac.c
377
IGC_READ_REG(hw, IGC_HGOTCH);
sys/dev/pci/igc/igc_mac.c
378
IGC_READ_REG(hw, IGC_LENERRS);
sys/dev/pci/igc/igc_mac.c
379
IGC_READ_REG(hw, IGC_TLPIC);
sys/dev/pci/igc/igc_mac.c
380
IGC_READ_REG(hw, IGC_RLPIC);
sys/dev/pci/igc/igc_mac.c
454
tctl = IGC_READ_REG(hw, IGC_TCTL);
sys/dev/pci/igc/igc_mac.c
518
ctrl = IGC_READ_REG(hw, IGC_CTRL);
sys/dev/pci/igc/igc_mac.c
746
status = IGC_READ_REG(hw, IGC_STATUS);
sys/dev/pci/igc/igc_mac.c
792
swsm = IGC_READ_REG(hw, IGC_SWSM);
sys/dev/pci/igc/igc_mac.c
812
if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_AUTO_RD)
sys/dev/pci/igc/igc_mac.c
845
ctrl = IGC_READ_REG(hw, IGC_CTRL);
sys/dev/pci/igc/igc_mac.c
850
if (!(IGC_READ_REG(hw, IGC_STATUS) &
sys/dev/pci/igc/igc_nvm.c
117
reg = IGC_READ_REG(hw, IGC_EERD);
sys/dev/pci/igc/igc_nvm.c
119
reg = IGC_READ_REG(hw, IGC_EEWR);
sys/dev/pci/igc/igc_nvm.c
167
data[i] = (IGC_READ_REG(hw, IGC_EERD) >> IGC_NVM_RW_REG_DATA);
sys/dev/pci/igc/igc_nvm.c
190
rar_high = IGC_READ_REG(hw, IGC_RAH(0));
sys/dev/pci/igc/igc_nvm.c
191
rar_low = IGC_READ_REG(hw, IGC_RAL(0));
sys/dev/pci/igc/igc_nvm.c
78
ctrl_ext = IGC_READ_REG(hw, IGC_CTRL_EXT);
sys/dev/pci/igc/igc_phy.c
126
manc = IGC_READ_REG(hw, IGC_MANC);
sys/dev/pci/igc/igc_phy.c
204
mdic = IGC_READ_REG(hw, IGC_MDIC);
sys/dev/pci/igc/igc_phy.c
262
mdic = IGC_READ_REG(hw, IGC_MDIC);
sys/dev/pci/igc/igc_phy.c
720
phpm = IGC_READ_REG(hw, IGC_I225_PHPM);
sys/dev/pci/igc/igc_phy.c
722
ctrl = IGC_READ_REG(hw, IGC_CTRL);
sys/dev/pci/igc/igc_phy.c
734
phpm = IGC_READ_REG(hw, IGC_I225_PHPM);