Lines Matching refs:ctlr_info_t
22 typedef struct ctlr_info ctlr_info_t; typedef
25 void (*submit_command)(ctlr_info_t *h, CommandList_struct *c);
26 void (*set_intr_mask)(ctlr_info_t *h, unsigned long val);
27 unsigned long (*fifo_full)(ctlr_info_t *h);
28 bool (*intr_pending)(ctlr_info_t *h);
29 unsigned long (*command_completed)(ctlr_info_t *h);
220 static void SA5_submit_command( ctlr_info_t *h, CommandList_struct *c) in SA5_submit_command()
238 static void SA5_intr_mask(ctlr_info_t *h, unsigned long val) in SA5_intr_mask()
258 static void SA5B_intr_mask(ctlr_info_t *h, unsigned long val) in SA5B_intr_mask()
275 static void SA5_performant_intr_mask(ctlr_info_t *h, unsigned long val) in SA5_performant_intr_mask()
293 static unsigned long SA5_fifo_full(ctlr_info_t *h) in SA5_fifo_full()
305 static unsigned long SA5_completed(ctlr_info_t *h) in SA5_completed()
327 static unsigned long SA5_performant_completed(ctlr_info_t *h) in SA5_performant_completed()
362 static bool SA5_intr_pending(ctlr_info_t *h) in SA5_intr_pending()
377 static bool SA5B_intr_pending(ctlr_info_t *h) in SA5B_intr_pending()
389 static bool SA5_performant_intr_pending(ctlr_info_t *h) in SA5_performant_intr_pending()