Searched refs:sn (Results 1 – 4 of 4) sorted by relevance
147 return pi_desc->sn; in pi_test_sn()
89 sn : 1, /* bit 257 - Suppress Notification */ member
160 sn : 1, /* bit 257 - Suppress Notification */
2619 Bit8u sc, sn, cl, ch, st;2641 sn = inb(iobase1+ATA_CB_SN);2643 if ( (sc == 0x55) && (sn == 0xaa) ) {2652 sn = inb(iobase1+ATA_CB_SN);2653 if ((sc==0x01) && (sn==0x01)) {2900 Bit8u channel, slave, sn, sc;2928 sn = inb(iobase1+ATA_CB_SN);2930 if ( (sc==0x01) && (sn==0x01) ) {
Completed in 22 milliseconds