Lines Matching refs:prrd
4115 cfg_regs_t prrd = 0; in cs_read_event_status() local
4142 prrd = csx_Get8(cis_handle, client->config_regs.prr_p); in cs_read_event_status()
4143 prrd &= client->pin; in cs_read_event_status()
4149 (int)prrd, in cs_read_event_status()
4152 ((prrd & PRR_WP_STATUS)? in cs_read_event_status()
4154 ((prrd & PRR_READY_STATUS)? in cs_read_event_status()
4156 ((prrd & PRR_BVD2_STATUS)? in cs_read_event_status()
4158 ((prrd & PRR_BVD1_STATUS)? in cs_read_event_status()
4160 ((prrd & PRR_WP_EVENT)? in cs_read_event_status()
4162 ((prrd & PRR_READY_EVENT)? in cs_read_event_status()
4164 ((prrd & PRR_BVD2_EVENT)? in cs_read_event_status()
4166 ((prrd & PRR_BVD1_EVENT)? in cs_read_event_status()
4186 PRR_EVENT(prrd, PRR_WP_EVENT, PRR_WP_STATUS, in cs_read_event_status()
4189 PRR_EVENT(prrd, PRR_READY_EVENT, PRR_READY_STATUS, in cs_read_event_status()
4192 PRR_EVENT(prrd, PRR_BVD2_EVENT, PRR_BVD2_STATUS, in cs_read_event_status()
4195 PRR_EVENT(prrd, PRR_BVD1_EVENT, PRR_BVD1_STATUS, in cs_read_event_status()
4203 ((prrd & PRR_WP_STATUS)? in cs_read_event_status()
4205 ((prrd & PRR_READY_STATUS)? in cs_read_event_status()
4207 ((prrd & PRR_BVD2_STATUS)? in cs_read_event_status()
4209 ((prrd & PRR_BVD1_STATUS)? in cs_read_event_status()
4211 ((prrd & PRR_WP_EVENT)? in cs_read_event_status()
4213 ((prrd & PRR_READY_EVENT)? in cs_read_event_status()
4215 ((prrd & PRR_BVD2_EVENT)? in cs_read_event_status()
4217 ((prrd & PRR_BVD1_EVENT)? in cs_read_event_status()
4222 if (prrd) in cs_read_event_status()
4224 prrd); in cs_read_event_status()
4275 if (prrd & PRR_WP_STATUS) in cs_read_event_status()
4277 if (prrd & PRR_BVD2_STATUS) in cs_read_event_status()
4279 if (prrd & PRR_BVD1_STATUS) in cs_read_event_status()
4293 (prrd & PRR_READY_STATUS)) in cs_read_event_status()
4301 prrd, client->pin, gs->CardState); in cs_read_event_status()