Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c136 void *mmio_table[PCIR_MAX_BAR_0 + 1]; member
155 dr->mmio_table[bar] = (void *)rman_get_bushandle(res); in lkpi_set_pcim_iomap_devres()
777 return (dr->mmio_table); in linuxkpi_pcim_iomap_table()
922 if (dr->mmio_table[bar] != NULL) { in linuxkpi_pcim_iomap_regions()
924 __func__, bar, dr->mmio_table[bar]); in linuxkpi_pcim_iomap_regions()
940 res = dr->mmio_table[bar]; in linuxkpi_pcim_iomap_regions()
961 if (dr->mmio_table[bar] == NULL) in lkpi_pcim_iomap_table_release()
964 pci_iounmap(pdev, dr->mmio_table[bar]); in lkpi_pcim_iomap_table_release()