Searched refs:temp32 (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexoparg1.c262 u32 temp32; local
302 for (temp32 = 0; return_desc->integer.value &&
303 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) {
307 return_desc->integer.value = temp32;
318 for (temp32 = 0; return_desc->integer.value &&
319 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) {
326 temp32 ==
327 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32;
[all...]
H A Dutdebug.c526 u32 temp32; local
568 ACPI_MOVE_16_TO_32(&temp32,
570 acpi_os_printf("%04X ", temp32);
575 ACPI_MOVE_32_TO_32(&temp32,
577 acpi_os_printf("%08X ", temp32);
582 ACPI_MOVE_32_TO_32(&temp32,
584 acpi_os_printf("%08X", temp32);
586 ACPI_MOVE_32_TO_32(&temp32,
589 acpi_os_printf("%08X ", temp32);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dexoparg1.c262 u32 temp32; local
302 for (temp32 = 0; return_desc->integer.value &&
303 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) {
307 return_desc->integer.value = temp32;
318 for (temp32 = 0; return_desc->integer.value &&
319 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) {
326 temp32 ==
327 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32;
[all...]
H A Dutdebug.c526 u32 temp32; local
568 ACPI_MOVE_16_TO_32(&temp32,
570 acpi_os_printf("%04X ", temp32);
575 ACPI_MOVE_32_TO_32(&temp32,
577 acpi_os_printf("%08X ", temp32);
582 ACPI_MOVE_32_TO_32(&temp32,
584 acpi_os_printf("%08X", temp32);
586 ACPI_MOVE_32_TO_32(&temp32,
589 acpi_os_printf("%08X ", temp32);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/
H A Dfsl_uli1575.c259 u32 temp32; local
265 pci_read_config_dword(dev, 0x48, &temp32);
266 pci_write_config_dword(dev, 0x48, (temp32 | 1<<26));
269 pci_read_config_dword(dev, 0x90, &temp32);
270 pci_write_config_dword(dev, 0x90, (temp32 | 1<<22));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/
H A Dfsl_uli1575.c259 u32 temp32; local
265 pci_read_config_dword(dev, 0x48, &temp32);
266 pci_write_config_dword(dev, 0x48, (temp32 | 1<<26));
269 pci_read_config_dword(dev, 0x90, &temp32);
270 pci_write_config_dword(dev, 0x90, (temp32 | 1<<22));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dw100fb.c873 u32 temp32; local
890 for (temp32 = 0; temp32 < 10000; temp32++)
949 temp32 = readl(remapped_regs + mmDISP_DEBUG2);
950 temp32 &= 0xff7fffff;
951 temp32 |= 0x00800000;
952 writel(temp32, remapped_regs + mmDISP_DEBUG2);
1300 u32 temp32; local
1359 temp32
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dw100fb.c873 u32 temp32; local
890 for (temp32 = 0; temp32 < 10000; temp32++)
949 temp32 = readl(remapped_regs + mmDISP_DEBUG2);
950 temp32 &= 0xff7fffff;
951 temp32 |= 0x00800000;
952 writel(temp32, remapped_regs + mmDISP_DEBUG2);
1300 u32 temp32; local
1359 temp32
[all...]

Completed in 186 milliseconds