Searched defs:fusbh200 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | fusbh200-hcd.c | 97 #define fusbh200_dbg(fusbh200, fmt, args...) \ argument 99 #define fusbh200_err(fusbh200, fmt, args...) \ argument 101 #define fusbh200_info(fusbh200, fmt, args...) \ argument 103 #define fusbh200_warn(fusbh200, fmt, args...) \ argument 110 static void dbg_hcs_params (struct fusbh200_hcd *fusbh200, char *label) in dbg_hcs_params() 125 static void dbg_hcc_params (struct fusbh200_hcd *fusbh200, char *label) in dbg_hcc_params() 138 dbg_qtd (const char *label, struct fusbh200_hcd *fusbh200, struct fusbh200_qtd *qtd) in dbg_qtd() 154 dbg_qh (const char *label, struct fusbh200_hcd *fusbh200, struct fusbh200_qh *qh) in dbg_qh() 164 dbg_itd (const char *label, struct fusbh200_hcd *fusbh200, struct fusbh200_itd *itd) in dbg_itd() 279 #define dbg_status(fusbh200, label, status) { \ argument [all …]
|
D | fusbh200.h | 182 static inline struct usb_hcd *fusbh200_to_hcd (struct fusbh200_hcd *fusbh200) in fusbh200_to_hcd() 200 #define HC_LENGTH(fusbh200, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ argument 202 #define HC_VERSION(fusbh200, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ argument 292 #define QTD_NEXT(fusbh200, dma) cpu_to_hc32(fusbh200, (u32)dma) argument 321 #define ACTIVE_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_ACTIVE) argument 322 #define HALT_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_HALT) argument 323 #define STATUS_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_STS) argument 336 #define QTD_MASK(fusbh200) cpu_to_hc32 (fusbh200, ~0x1f) argument 343 #define Q_NEXT_TYPE(fusbh200,dma) ((dma) & cpu_to_hc32(fusbh200, 3 << 1)) argument 359 #define QH_NEXT(fusbh200,dma) (cpu_to_hc32(fusbh200, (((u32)dma)&~0x01f)|Q_TYPE_QH)) argument [all …]
|