Home
last modified time | relevance | path

Searched refs:sl811 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dsl811.h121 struct sl811 { struct
158 static inline struct sl811 *hcd_to_sl811(struct usb_hcd *hcd) in hcd_to_sl811() argument
160 return (struct sl811 *) (hcd->hcd_priv); in hcd_to_sl811()
163 static inline struct usb_hcd *sl811_to_hcd(struct sl811 *sl811) in sl811_to_hcd() argument
165 return container_of((void *) sl811, struct usb_hcd, hcd_priv); in sl811_to_hcd()
197 static inline u8 sl811_read(struct sl811 *sl811, int reg) in sl811_read() argument
199 writeb(reg, sl811->addr_reg); in sl811_read()
200 return readb(sl811->data_reg); in sl811_read()
203 static inline void sl811_write(struct sl811 *sl811, int reg, u8 val) in sl811_write() argument
205 writeb(reg, sl811->addr_reg); in sl811_write()
[all …]
H A DMakefile81 obj-$(CONFIG_USB_SL811_HCD) += sl811-hcd.o