Searched refs:ESP_PCI_RES_IO (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/esp/
H A Desp_pci.c104 #define ESP_PCI_RES_IO 1 macro
122 { SYS_RES_IOPORT, PCIR_BAR(0), RF_ACTIVE }, /* ESP_PCI_RES_IO */
127 bus_read_4((sc)->sc_res[ESP_PCI_RES_IO], (reg))
129 bus_write_4((sc)->sc_res[ESP_PCI_RES_IO], (reg), (var))
132 bus_read_1((sc)->sc_res[ESP_PCI_RES_IO], (reg) << 2)
134 bus_write_1((sc)->sc_res[ESP_PCI_RES_IO], (reg) << 2, (val))

Completed in 110 milliseconds