Home
last modified time | relevance | path

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

/arch/mips/sgi-ip22/
Dip22-gio.c271 u32 tmp32; in ip22_gio_id() local
277 if (!get_dbe(tmp32, ptr32)) { in ip22_gio_id()
294 *res = tmp32; in ip22_gio_id()
300 tmp8 == (tmp32 & 0xff) && in ip22_gio_id()
301 tmp16 == (tmp32 & 0xffff)) { in ip22_gio_id()
302 *res = tmp32; in ip22_gio_id()
/arch/sparc/kernel/
Dpci_common.c57 u32 tmp32, *addr; in sun4u_read_pci_cfg_host() local
95 tmp32 = 0xffffffff; in sun4u_read_pci_cfg_host()
97 where, 2, &tmp32); in sun4u_read_pci_cfg_host()
98 *value = tmp32; in sun4u_read_pci_cfg_host()
100 tmp32 = 0xffffffff; in sun4u_read_pci_cfg_host()
102 where + 2, 2, &tmp32); in sun4u_read_pci_cfg_host()
103 *value |= tmp32 << 16; in sun4u_read_pci_cfg_host()