/linux-2.4.37.9/include/asm-sparc/ |
D | cache.h | 63 unsigned int value1, value2, vaddr; in get_icache_data() local 70 "=r" (value1), "=r" (value2) : in get_icache_data() 73 data[0] = value1; data[1] = value2; in get_icache_data() 79 unsigned int value1, value2, vaddr; in put_icache_data() local 83 value1 = data[0]; value2 = data[1]; in put_icache_data() 87 "r" (value1), "r" (value2), in put_icache_data()
|
/linux-2.4.37.9/drivers/acpi/hardware/ |
D | hwregs.c | 477 u32 value2 = 0; in acpi_hw_register_read() local 501 status = acpi_hw_low_level_read (16, &value2, &acpi_gbl_FADT->xpm1b_evt_blk); in acpi_hw_register_read() 502 value1 |= value2; in acpi_hw_register_read() 515 status = acpi_hw_low_level_read (16, &value2, &acpi_gbl_xpm1b_enable); in acpi_hw_register_read() 516 value1 |= value2; in acpi_hw_register_read() 527 status = acpi_hw_low_level_read (16, &value2, &acpi_gbl_FADT->xpm1b_cnt_blk); in acpi_hw_register_read() 528 value1 |= value2; in acpi_hw_register_read()
|
/linux-2.4.37.9/drivers/video/ |
D | creatorfb.c | 320 volatile u32 value2; member 682 upa_writel(val, &dac->value2); in __ffb_curs_enable() 693 upa_writel((red[0] | (green[0]<<8) | (blue[0]<<16)), &dac->value2); in ffb_setcursormap() 694 upa_writel((red[1] | (green[1]<<8) | (blue[1]<<16)), &dac->value2); in ffb_setcursormap() 713 upa_writel(fb->cursor.bits [j][i], &dac->value2); in ffb_setcurshape() 714 upa_writel(0, &dac->value2); in ffb_setcurshape() 716 upa_writel(fb->cursor.bits [j][2*i], &dac->value2); in ffb_setcurshape() 717 upa_writel(fb->cursor.bits [j][2*i+1], &dac->value2); in ffb_setcurshape() 738 upa_writel(val, &dac->value2); in ffb_setcursor()
|
/linux-2.4.37.9/drivers/pnp/ |
D | isapnp.c | 1633 unsigned long *value1, *value2; in isapnp_valid_port() local 1645 value2 = &cfg->result.resource[idx].end; in isapnp_valid_port() 1649 *value2 = port->min + port->size - 1; in isapnp_valid_port() 1655 *value2 = *value1 + port->size - 1; in isapnp_valid_port() 1721 unsigned long *value1, *value2; in isapnp_valid_irq() local 1733 value2 = &cfg->result.irq_resource[idx].end; in isapnp_valid_irq() 1739 if (!isapnp_check_interrupt(cfg, *value1 = *value2 = xtab[i], idx)) in isapnp_valid_irq() 1753 *value1 = *value2 = xtab[i]; in isapnp_valid_irq() 1803 unsigned long *value1, *value2; in isapnp_valid_dma() local 1815 value2 = &cfg->result.dma_resource[idx].end; in isapnp_valid_dma() [all …]
|
/linux-2.4.37.9/Documentation/fb/ |
D | pvr2fb.txt | 25 `video=pvr2:option1,option2:value2,option3' (multiple options should be
|
D | aty128fb.txt | 51 `video=aty128fb:option1,option2:value2,option3' (multiple options should
|
D | tgafb.txt | 39 `video=tga:option1,option2:value2,option3' (multiple options should be
|
D | README-sstfb.txt | 77 for module : insmod sstfb.o option1=value1 option2=value2 ... 78 in kernel : video=sstfb:option1,option2:value2,option3 ...
|
D | matroxfb.txt | 109 `video=matrox:option1,option2:value2,option3' (multiple options should be
|
/linux-2.4.37.9/drivers/net/ |
D | atari_pamsnet.c | 256 #define WRITEBOTH(value1, value2) \ argument 257 ({ u_long dummy = (u_long)(value1)<<16 | (u_short)(value2); \
|
/linux-2.4.37.9/drivers/ide/ppc/ |
D | pmac.c | 852 unsigned int value, value2 = 0; in sanitize_timings() local 857 value2 = 0x00002921; in sanitize_timings() 872 pmif->timings[2] = pmif->timings[3] = value2; in sanitize_timings()
|
/linux-2.4.37.9/drivers/acpi/ |
D | processor.c | 228 u8 value2 = 0; in acpi_processor_errata_piix4() local 308 pci_read_config_byte(dev, 0x77, &value2); in acpi_processor_errata_piix4() 309 if ((value1 & 0x80) || (value2 & 0x80)) in acpi_processor_errata_piix4()
|
/linux-2.4.37.9/Documentation/networking/ |
D | sk98lin.txt | 189 modprobe sk98lin parameter=value1[,value2[,value3...]] 191 where value1 refers to the first adapter, value2 to the second etc.
|