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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dhpt366.c307 u8 cbl; local
308 cbl = inb_p(iobase + 0x7b);
309 outb_p(cbl | 1, iobase + 0x7b);
310 outb_p(cbl & ~1, iobase + 0x7b);
311 cbl = inb_p(iobase + 0x7a);
314 (cbl & 0x02) ? 33 : 66,
315 (cbl & 0x01) ? 33 : 66);

Completed in 41 milliseconds