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

/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 75 milliseconds