Searched refs:scsc (Results 1 – 1 of 1) sorted by relevance
568 u_int8_t mode, off, scsc; in cmd680_setup_channel() local603 scsc = pciide_pci_read(pc, pa, 0x8a); in cmd680_setup_channel()604 if (drvp->UDMA_mode == 6 && (scsc & 0x30) == 0) { in cmd680_setup_channel()605 pciide_pci_write(pc, pa, 0x8a, scsc | 0x01); in cmd680_setup_channel()606 scsc = pciide_pci_read(pc, pa, 0x8a); in cmd680_setup_channel()607 if ((scsc & 0x30) == 0) in cmd680_setup_channel()613 if (scsc & 0x30) in cmd680_setup_channel()