Searched defs:at91cf_handle (Results 1 – 1 of 1) sorted by relevance
62 struct at91cf_handle { struct63 struct at91cf_softc *ph_sc;64 device_t ph_card;65 int (*ph_ih_func)(void *);66 void *ph_ih_arg;67 lwp_t *ph_event_thread;68 int ph_type; /* current access type */69 int ph_run; /* kthread running */70 int ph_width; /* 8 or 16 */71 int ph_vcc; /* 3 or 5 */[all …]