Home
last modified time | relevance | path

Searched defs:pci_io (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dpciio.h109 struct pci_io { struct
110 struct pcisel pi_sel; /* device to operate on */
111 int pi_reg; /* configuration register to examine */
112 int pi_width; /* width (in bytes) of read or write */
113 u_int32_t pi_data; /* data to write or result of read */
/freebsd/sys/dev/netmap/
H A Dnetmap_freebsd.c773 struct resource *pci_io; member