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

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c4154 ((prrd & PRR_WP_STATUS)?
4155 "PRR_WP_STATUS ":""),
4188 PRR_EVENT(prrd, PRR_WP_EVENT, PRR_WP_STATUS,
4205 ((prrd & PRR_WP_STATUS)?
4206 "PRR_WP_STATUS ":""),
4277 if (prrd & PRR_WP_STATUS)
4520 if ((client->pin & (PRR_WP_STATUS | PRR_WP_EVENT)) ==
4521 (PRR_WP_STATUS | PRR_WP_EVENT))
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h828 #define PRR_WP_STATUS 0x01 /* R-WP state W-write WP Cbit */ macro
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c576 ce->pin |= (PRR_WP_STATUS | PRR_WP_EVENT);

Completed in 65 milliseconds