Home
last modified time | relevance | path

Searched refs:PRO_PSS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsiisata.c257 (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 Dsiisatareg.h184 #define PRO_PSS 0x1800 /* port slot status */ macro