Home
last modified time | relevance | path

Searched refs:tmp8 (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/kernel/
A Dpci_common.c59 u8 tmp8; in sun4u_read_pci_cfg_host() local
77 pci_config_read8((u8 *)addr, &tmp8); in sun4u_read_pci_cfg_host()
78 *value = (u32) tmp8; in sun4u_read_pci_cfg_host()
87 pci_config_read8((u8 *)addr, &tmp8); in sun4u_read_pci_cfg_host()
88 *value = (u32) tmp8; in sun4u_read_pci_cfg_host()
89 pci_config_read8(((u8 *)addr) + 1, &tmp8); in sun4u_read_pci_cfg_host()
90 *value |= ((u32) tmp8) << 8; in sun4u_read_pci_cfg_host()
116 u8 tmp8; in sun4u_read_pci_cfg() local
140 pci_config_read8((u8 *)addr, &tmp8); in sun4u_read_pci_cfg()
141 *value = (u32) tmp8; in sun4u_read_pci_cfg()
/arch/mips/sgi-ip22/
A Dip22-gio.c268 u8 tmp8; in ip22_gio_id() local
286 if (get_dbe(tmp8, ptr8)) { in ip22_gio_id()
298 if (tmp8 == (tmp16 & 0xff) && in ip22_gio_id()
299 tmp8 == (tmp32 & 0xff) && in ip22_gio_id()

Completed in 5 milliseconds