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

/arch/sparc/kernel/
H A Dpci_common.c58 u8 tmp8; local
76 pci_config_read8((u8 *)addr, &tmp8);
77 *value = (u32) tmp8;
86 pci_config_read8((u8 *)addr, &tmp8);
87 *value = (u32) tmp8;
88 pci_config_read8(((u8 *)addr) + 1, &tmp8);
89 *value |= ((u32) tmp8) << 8;
115 u8 tmp8; local
139 pci_config_read8((u8 *)addr, &tmp8);
140 *value = (u32) tmp8;
[all...]
/arch/arm/mach-cns3xxx/
H A Dpcie.c323 u8 tmp8; local
334 pci_bus_read_config_byte(&bus, devfn, PCI_PRIMARY_BUS, &tmp8);
335 pci_bus_read_config_byte(&bus, devfn, PCI_SECONDARY_BUS, &tmp8);
336 pci_bus_read_config_byte(&bus, devfn, PCI_SUBORDINATE_BUS, &tmp8);
/arch/mips/sgi-ip22/
H A Dip22-gio.c278 u8 tmp8; local
296 get_dbe(tmp8, ptr8);
299 if (tmp8 == (tmp16 & 0xff) &&
300 tmp8 == (tmp32 & 0xff) &&

Completed in 145 milliseconds