Searched defs:pci_io (Results 1 – 2 of 2) sorted by relevance
107 struct pci_io { struct108 struct pcisel pi_sel; /* device to operate on */109 int pi_reg; /* configuration register to examine */110 int pi_width; /* width (in bytes) of read or write */111 u_int32_t pi_data; /* data to write or result of read */
772 struct resource *pci_io; member