Lines Matching refs:scsc
191 * For the CMD680 this depends on the clocking mode (scsc), for the
200 u8 scsc, mask = 0;
204 scsc = sil_ioread8(dev, base);
206 switch (scsc & 0x30) {
309 u8 scsc = 0, addr_mask = hwif->channel ? (mmio ? 0xF4 : 0x84)
315 scsc = sil_ioread8 (dev, base + (mmio ? 0x4A : 0x8A));
322 scsc = ((scsc & 0x30) == 0x00) ? 0 : 1;
324 scsc = is_sata(hwif) ? 1 : scsc;
328 ultra |= scsc ? ultra6[speed - XFER_UDMA_0] :