Home
last modified time | relevance | path

Searched refs:limit_off (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c425 amd_ntb_reg_write(4, bar_info->limit_off, (uint32_t)size); in amd_ntb_mw_set_trans()
427 __func__, bar_info->limit_off, in amd_ntb_mw_set_trans()
428 amd_ntb_peer_reg_read(4, bar_info->limit_off), in amd_ntb_mw_set_trans()
431 amd_ntb_reg_write(8, bar_info->limit_off, (uint64_t)size); in amd_ntb_mw_set_trans()
433 __func__, bar_info->limit_off, in amd_ntb_mw_set_trans()
434 amd_ntb_peer_reg_read(8, bar_info->limit_off), in amd_ntb_mw_set_trans()
1160 ntb->bar_info[NTB_BAR_1].limit_off = AMD_BAR1LMT_OFFSET; in amd_ntb_map_pci_bars()
1168 ntb->bar_info[NTB_BAR_2].limit_off = AMD_BAR23LMT_OFFSET; in amd_ntb_map_pci_bars()
1176 ntb->bar_info[NTB_BAR_3].limit_off = AMD_BAR45LMT_OFFSET; in amd_ntb_map_pci_bars()
H A Dntb_hw_amd.h133 uint32_t limit_off; member