Searched refs:PRO_PSS (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | siisata.c | 257 (void)PRREAD(sc, PRX(chp->ch_channel, PRO_PSS)); in siisata_enable_port_interrupt() 518 pss = PRREAD(sc, PRX(chp->ch_channel, PRO_PSS)); in siisata_intr_port() 702 pss = PRREAD(sc, PRX(chp->ch_channel, PRO_PSS)); in siisata_reset_drive() 828 (void)PRREAD(sc, PRX(chp->ch_channel, PRO_PSS)); in siisata_probe_drive() 859 if ((PRREAD(sc, PRX(chp->ch_channel, PRO_PSS)) & in siisata_probe_drive() 881 PRREAD(sc, PRX(chp->ch_channel, PRO_PSS)), in siisata_probe_drive()
|
H A D | siisatareg.h | 184 #define PRO_PSS 0x1800 /* port slot status */ macro
|