Lines Matching refs:prrd
4117 cfg_regs_t prrd = 0;
4144 prrd = csx_Get8(cis_handle, client->config_regs.prr_p);
4145 prrd &= client->pin;
4150 "prrd 0x%x client->pin 0x%x\n",
4151 (int)prrd,
4154 ((prrd & PRR_WP_STATUS)?
4156 ((prrd & PRR_READY_STATUS)?
4158 ((prrd & PRR_BVD2_STATUS)?
4160 ((prrd & PRR_BVD1_STATUS)?
4162 ((prrd & PRR_WP_EVENT)?
4164 ((prrd & PRR_READY_EVENT)?
4166 ((prrd & PRR_BVD2_EVENT)?
4168 ((prrd & PRR_BVD1_EVENT)?
4188 PRR_EVENT(prrd, PRR_WP_EVENT, PRR_WP_STATUS,
4191 PRR_EVENT(prrd, PRR_READY_EVENT, PRR_READY_STATUS,
4194 PRR_EVENT(prrd, PRR_BVD2_EVENT, PRR_BVD2_STATUS,
4197 PRR_EVENT(prrd, PRR_BVD1_EVENT, PRR_BVD1_STATUS,
4205 ((prrd & PRR_WP_STATUS)?
4207 ((prrd & PRR_READY_STATUS)?
4209 ((prrd & PRR_BVD2_STATUS)?
4211 ((prrd & PRR_BVD1_STATUS)?
4213 ((prrd & PRR_WP_EVENT)?
4215 ((prrd & PRR_READY_EVENT)?
4217 ((prrd & PRR_BVD2_EVENT)?
4219 ((prrd & PRR_BVD1_EVENT)?
4224 if (prrd)
4226 prrd);
4277 if (prrd & PRR_WP_STATUS)
4279 if (prrd & PRR_BVD2_STATUS)
4281 if (prrd & PRR_BVD1_STATUS)
4295 (prrd & PRR_READY_STATUS))
4300 cmn_err(CE_CONT, "cs_read_event_status: prrd 0x%x "
4303 prrd, client->pin, gs->CardState);