Symbol: intel_ntb_reg_read
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1190
reg = intel_ntb_reg_read(8, XEON_GEN3_REG_IMINT_STATUS);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1247
reg = intel_ntb_reg_read(8, XEON_GEN4_REG_IMINT_STATUS);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1415
return (intel_ntb_reg_read(8, regoff));
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1417
return (intel_ntb_reg_read(2, regoff));
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1500
return (intel_ntb_reg_read(8, XEON_GEN3_REG_IMINT_STATUS));
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1568
intel_ntb_reg_read(8, XEON_GEN3_REG_IMINT_STATUS));
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1571
intel_ntb_reg_read(8, XEON_GEN4_REG_IMINT_STATUS));
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1879
ppd1 = intel_ntb_reg_read(4, XEON_GEN4_REG_PPD1);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2061
lnkctl = intel_ntb_reg_read(2, XEON_GEN4_REG_LINK_CTRL);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2189
reg_val = intel_ntb_reg_read(4, base_reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2193
reg_val = intel_ntb_reg_read(4, lmt_reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2197
reg_val = intel_ntb_reg_read(8, base_reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2201
reg_val = intel_ntb_reg_read(8, lmt_reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2214
base_addr = intel_ntb_reg_read(4, bar->pbarxlat_off);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2217
base_addr = intel_ntb_reg_read(8, bar->pbarxlat_off);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2312
ntb->msix_xlat = intel_ntb_reg_read(8, xlat_reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2316
ntb->msix_xlat = intel_ntb_reg_read(4, xlat_reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2322
(void)intel_ntb_reg_read(8, XEON_SBAR2XLAT_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2323
(void)intel_ntb_reg_read(8, XEON_SBAR4XLAT_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2400
reg = intel_ntb_reg_read(8, XEON_GEN3_REG_EMBAR1XBASE);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2404
reg = intel_ntb_reg_read(8, XEON_GEN3_REG_EMBAR2XBASE);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2482
status = intel_ntb_reg_read(4, ATOM_LTSSMSTATEJMP_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2486
status = intel_ntb_reg_read(4, ATOM_IBSTERRRCRVSTS0_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2537
status = intel_ntb_reg_read(4, ATOM_ERRCORSTS_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2542
status = intel_ntb_reg_read(4, ATOM_LTSSMERRSTS0_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2547
status = intel_ntb_reg_read(4, ATOM_DESKEWSTS_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2551
status = intel_ntb_reg_read(4, ATOM_IBSTERRRCRVSTS0_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2556
status = intel_ntb_reg_read(4, ATOM_LTSSMSTATEJMP_OFFSET);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2628
lnkctl = intel_ntb_reg_read(2, XEON_GEN4_REG_LINK_CTRL);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2633
ppd0 = intel_ntb_reg_read(4, XEON_GEN4_REG_PPD0);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2638
ppd0 = intel_ntb_reg_read(4, XEON_GEN4_REG_PPD0);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2668
cntl = intel_ntb_reg_read(4, ntb->reg->ntb_ctl);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2686
cntl = intel_ntb_reg_read(4, ntb->reg->ntb_ctl);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2691
lnkctl = intel_ntb_reg_read(2, XEON_GEN4_REG_LINK_CTRL);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2718
cntl = intel_ntb_reg_read(4, ntb->reg->ntb_ctl);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2743
cntl = intel_ntb_reg_read(2, XEON_GEN4_REG_LINK_CTRL);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2747
cntl = intel_ntb_reg_read(4, ntb->reg->ntb_ctl);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2772
status32 = intel_ntb_reg_read(4, ntb->reg->ntb_ctl);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2776
status32 = intel_ntb_reg_read(4, ntb->reg->lnk_sta);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2803
ntb_cntl = intel_ntb_reg_read(4, ntb->reg->ntb_ctl);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2808
ntb->lnk_sta = intel_ntb_reg_read(4, ntb->reg->lnk_sta);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2854
reg_val = intel_ntb_reg_read(2, ntb->reg->lnk_sta);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3315
umv = intel_ntb_reg_read(8, reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3322
umv = intel_ntb_reg_read(4, reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3329
umv = intel_ntb_reg_read(2, reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3336
umv = intel_ntb_reg_read(1, reg);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3513
*val = intel_ntb_reg_read(4, ntb->self_reg->spad + idx * 4);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3545
*val = intel_ntb_reg_read(4, ntb->peer_reg->spad + idx * 4);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3631
base = intel_ntb_reg_read(8, base_reg) & BAR_HIGH_MASK;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3640
reg_val = intel_ntb_reg_read(8, xlat_reg) & BAR_HIGH_MASK;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3648
reg_val = intel_ntb_reg_read(8, limit_reg) & BAR_HIGH_MASK;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3664
base = intel_ntb_reg_read(4, base_reg) & BAR_HIGH_MASK;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3671
reg_val = intel_ntb_reg_read(4, xlat_reg) & BAR_HIGH_MASK;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3679
reg_val = intel_ntb_reg_read(4, limit_reg) & BAR_HIGH_MASK;