Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c148 uint32_t psz_off; member
915 bar->psz_off = XEON_GEN3_INT_REG_IMBAR1SZ; in intel_ntb_map_pci_bars()
919 bar->psz_off = XEON_GEN4_CFG_REG_IMBAR1SZ; in intel_ntb_map_pci_bars()
923 bar->psz_off = XEON_PBAR23SZ_OFFSET; in intel_ntb_map_pci_bars()
934 bar->psz_off = XEON_GEN3_INT_REG_IMBAR2SZ; in intel_ntb_map_pci_bars()
938 bar->psz_off = XEON_GEN4_CFG_REG_IMBAR2SZ; in intel_ntb_map_pci_bars()
942 bar->psz_off = XEON_PBAR4SZ_OFFSET; in intel_ntb_map_pci_bars()
959 bar->psz_off = XEON_PBAR5SZ_OFFSET; in intel_ntb_map_pci_bars()
2160 bar_sz = pci_read_config(ntb->device, bar->psz_off, 1); in xeon_reset_sbar_size()