Home | History | Annotate | Download | only in at91

Lines Matching defs:ph_status

72 	int			ph_status;	/* combined cd1 and cd2 */
207 ph->ph_status = (*cscf->card_detect)(sc);
249 ph->ph_status = (*cscf->card_detect)(sc);
251 DPRINTFN(1, ("at91cf_create_event_thread: status=%d\n", ph->ph_status));
253 if (ph->ph_status)
268 status = ph->ph_status;
273 DPRINTFN(1, ("at91cf_event_thread: old status=%d, new status=%d\n", status, ph->ph_status));
275 if (!status && ph->ph_status)
277 else if (status && !ph->ph_status)
306 DPRINTFN(1, ("at91cf_intr: nstatus=%#x, ostatus=%#x\n", nstatus, ph->ph_status));
308 if (nstatus != ph->ph_status) {
309 ph->ph_status = nstatus;