Lines Matching defs:at91cf_handle
62 struct at91cf_handle { struct
63 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 */
72 int ph_status; /* combined cd1 and cd2 */
73 struct {
77 } ph_space[3];