Searched refs:fusbh200 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | fusbh200-hcd.c | 97 #define fusbh200_dbg(fusbh200, fmt, args...) \ argument 98 dev_dbg (fusbh200_to_hcd(fusbh200)->self.controller , fmt , ## args ) 99 #define fusbh200_err(fusbh200, fmt, args...) \ argument 100 dev_err (fusbh200_to_hcd(fusbh200)->self.controller , fmt , ## args ) 101 #define fusbh200_info(fusbh200, fmt, args...) \ argument 102 dev_info (fusbh200_to_hcd(fusbh200)->self.controller , fmt , ## args ) 103 #define fusbh200_warn(fusbh200, fmt, args...) \ argument 104 dev_warn (fusbh200_to_hcd(fusbh200)->self.controller , fmt , ## args ) 110 static void dbg_hcs_params (struct fusbh200_hcd *fusbh200, char *label) in dbg_hcs_params() argument 112 u32 params = fusbh200_readl(fusbh200, &fusbh200->caps->hcs_params); in dbg_hcs_params() [all …]
|
D | fusbh200.h | 182 static inline struct usb_hcd *fusbh200_to_hcd (struct fusbh200_hcd *fusbh200) in fusbh200_to_hcd() argument 184 return container_of ((void *) fusbh200, struct usb_hcd, hcd_priv); in fusbh200_to_hcd() 200 #define HC_LENGTH(fusbh200, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ argument 201 (fusbh200_big_endian_capbase(fusbh200) ? 24 : 0))) 202 #define HC_VERSION(fusbh200, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ argument 203 (fusbh200_big_endian_capbase(fusbh200) ? 0 : 16))) 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 [all …]
|
D | Makefile | 74 obj-$(CONFIG_USB_FUSBH200_HCD) += fusbh200-hcd.o
|
D | Kconfig | 352 module will be called fusbh200-hcd.
|