Lines Matching refs:device
140 pci_neptune_getb(int bus, int device, int function, int reg) in pci_neptune_getb() argument
146 val = pci_mech1_getb(bus, device, function, reg); in pci_neptune_getb()
153 pci_neptune_getw(int bus, int device, int function, int reg) in pci_neptune_getw() argument
159 val = pci_mech1_getw(bus, device, function, reg); in pci_neptune_getw()
166 pci_neptune_getl(int bus, int device, int function, int reg) in pci_neptune_getl() argument
172 val = pci_mech1_getl(bus, device, function, reg); in pci_neptune_getl()
179 pci_neptune_putb(int bus, int device, int function, int reg, uint8_t val) in pci_neptune_putb() argument
183 pci_mech1_putb(bus, device, function, reg, val); in pci_neptune_putb()
189 pci_neptune_putw(int bus, int device, int function, int reg, uint16_t val) in pci_neptune_putw() argument
193 pci_mech1_putw(bus, device, function, reg, val); in pci_neptune_putw()
199 pci_neptune_putl(int bus, int device, int function, int reg, uint32_t val) in pci_neptune_putl() argument
203 pci_mech1_putl(bus, device, function, reg, val); in pci_neptune_putl()