Searched refs:reg54h (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dpiix.c275 u8 reg54h = 0, mask = hwif->channel ? 0xc0 : 0x30; local
287 pci_read_config_byte(pdev, 0x54, &reg54h);
289 return (reg54h & mask) ? ATA_CBL_PATA80 : ATA_CBL_PATA40;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dpiix.c275 u8 reg54h = 0, mask = hwif->channel ? 0xc0 : 0x30; local
287 pci_read_config_byte(pdev, 0x54, &reg54h);
289 return (reg54h & mask) ? ATA_CBL_PATA80 : ATA_CBL_PATA40;

Completed in 65 milliseconds