Searched refs:ntb_reg_read (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/ntb/ntb_hw/ |
| HD | ntb_hw.c | 163 #define ntb_reg_read(SIZE, offset) ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset) macro 599 pdb64 = ntb_reg_read(8, ntb->reg_ofs.pdb); in ntb_handle_legacy_interrupt() 607 pdb16 = ntb_reg_read(2, ntb->reg_ofs.pdb); in ntb_handle_legacy_interrupt() 858 status32 = ntb_reg_read(4, SOC_LTSSMSTATEJMP_OFFSET); in ntb_handle_heartbeat() 885 status = ntb_reg_read(4, SOC_ERRCORSTS_OFFSET); in soc_perform_link_restart() 890 status = ntb_reg_read(4, SOC_LTSSMERRSTS0_OFFSET); in soc_perform_link_restart() 895 status = ntb_reg_read(4, SOC_DESKEWSTS_OFFSET); in soc_perform_link_restart() 899 status = ntb_reg_read(4, SOC_IBSTERRRCRVSTS0_OFFSET); in soc_perform_link_restart() 904 status = ntb_reg_read(4, SOC_LTSSMSTATEJMP_OFFSET); in soc_perform_link_restart() 924 status = ntb_reg_read(2, ntb->reg_ofs.lnk_stat); in ntb_handle_link_event() [all …]
|