Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Dsis5513.c530 u32 test3; in config_art_rwp_pio() local
531 pci_read_config_dword(dev, drive_pci, &test3); in config_art_rwp_pio()
532 test3 &= 0xc0c00fff; in config_art_rwp_pio()
533 if (test3 & 0x08) { in config_art_rwp_pio()
534 test3 |= (unsigned long)ini_time_value[ATA_133][timing] << 12; in config_art_rwp_pio()
535 test3 |= (unsigned long)act_time_value[ATA_133][timing] << 16; in config_art_rwp_pio()
536 test3 |= (unsigned long)rco_time_value[ATA_133][timing] << 24; in config_art_rwp_pio()
538 test3 |= (unsigned long)ini_time_value[ATA_100][timing] << 12; in config_art_rwp_pio()
539 test3 |= (unsigned long)act_time_value[ATA_100][timing] << 16; in config_art_rwp_pio()
540 test3 |= (unsigned long)rco_time_value[ATA_100][timing] << 24; in config_art_rwp_pio()
[all …]
/linux-2.4.37.9/drivers/cdrom/
Dmcd.c722 test3(printk("MCD_S_IDLE\n")); in mcd_poll()
726 test3(printk("MCD_S_START\n")); in mcd_poll()
733 test3(printk("MCD_S_MODE\n")); in mcd_poll()
767 test3(printk("MCD_S_READ\n")); in mcd_poll()
812 test3(printk("MCD_S_DATA\n")); in mcd_poll()
886 test3(printk("MCD_S_STOP\n")); in mcd_poll()
920 test3(printk("MCD_S_STOPPING\n")); in mcd_poll()
942 test3(printk("CURRENT_VALID %d mcd_mode %d\n", CURRENT_VALID, mcd_mode)); in mcd_poll()
Dmcd.h103 #define test3(x) macro
/linux-2.4.37.9/arch/alpha/kernel/
Dsmc37c669.c525 unsigned test3 : 1; /* Reserved - set t0 0 */ member
/linux-2.4.37.9/Documentation/i386/
Dboot.txt27 Protocol 2.02: (Kernel 2.4.0-test3-pre3) New command line protocol.
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog1615 - Ported to kernel 2.4.0-test3-pre4 (which had devfs-patch-v174)