Lines Matching defs:device
87 /* nc82454 Found - store device no. */
132 * device ID registers on the nc82454. This is probabilistic, of course,
133 * because the nc82454 *could* be pointing at a register on some device
181 pci_orion_getb(int bus, int device, int function, int reg)
187 val = pci_mech1_getb(bus, device, function, reg);
194 pci_orion_getw(int bus, int device, int function, int reg)
200 val = pci_mech1_getw(bus, device, function, reg);
207 pci_orion_getl(int bus, int device, int function, int reg)
213 val = pci_mech1_getl(bus, device, function, reg);
220 pci_orion_putb(int bus, int device, int function, int reg, uint8_t val)
224 pci_mech1_putb(bus, device, function, reg, val);
230 pci_orion_putw(int bus, int device, int function, int reg, uint16_t val)
234 pci_mech1_putw(bus, device, function, reg, val);
240 pci_orion_putl(int bus, int device, int function, int reg, uint32_t val)
244 pci_mech1_putl(bus, device, function, reg, val);