Home
last modified time | relevance | path

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

/arch/sparc/kernel/
A Dpci_common.c58 u16 tmp16; in sun4u_read_pci_cfg_host() local
73 *value = tmp16 >> 8; in sun4u_read_pci_cfg_host()
75 *value = tmp16 & 0xff; in sun4u_read_pci_cfg_host()
85 *value = (u32) tmp16; in sun4u_read_pci_cfg_host()
115 u16 tmp16; in sun4u_read_pci_cfg() local
151 *value = (u32) tmp16; in sun4u_read_pci_cfg()
180 u16 tmp16; in sun4u_write_pci_cfg_host() local
185 tmp16 &= 0x00ff; in sun4u_write_pci_cfg_host()
186 tmp16 |= value << 8; in sun4u_write_pci_cfg_host()
188 tmp16 &= 0xff00; in sun4u_write_pci_cfg_host()
[all …]
/arch/mips/sgi-ip22/
A Dip22-gio.c269 u8 tmp16; in ip22_gio_id() local
297 get_dbe(tmp16, ptr16); in ip22_gio_id()
298 if (tmp8 == (tmp16 & 0xff) && in ip22_gio_id()
300 tmp16 == (tmp32 & 0xffff)) { in ip22_gio_id()

Completed in 5 milliseconds