Lines Matching refs:u16
46 u16 pipenum;
47 u16 address; /* R8A66597 HCD usb address */
48 u16 epnum;
49 u16 maxpacket;
50 u16 type;
51 u16 bufnum;
52 u16 buf_bsize;
53 u16 interval;
54 u16 dir_in;
73 u16 type;
74 u16 pipenum;
77 u16 address; /* R8A66597's USB address */
78 u16 maxpacket;
86 u16 address; /* R8A66597's USB address */
87 u16 hub_port;
88 u16 root_port;
104 u16 old_syssts;
148 u16 pipenum) in r8a66597_get_td()
158 u16 pipenum) in r8a66597_get_urb()
166 static inline u16 r8a66597_read(struct r8a66597 *r8a66597, unsigned long offset) in r8a66597_read()
172 unsigned long offset, u16 *buf, in r8a66597_read_fifo()
193 static inline void r8a66597_write(struct r8a66597 *r8a66597, u16 val, in r8a66597_write()
200 u16 val, u16 pat, unsigned long offset) in r8a66597_mdfy()
202 u16 tmp; in r8a66597_mdfy()
215 struct r8a66597_pipe *pipe, u16 *buf, in r8a66597_write_fifo()
282 static inline u16 get_rh_usb_speed(struct r8a66597 *r8a66597, int port) in get_rh_usb_speed()
304 static inline u16 get_xtal_from_pdata(struct r8a66597_platdata *pdata) in get_xtal_from_pdata()
306 u16 clock = 0; in get_xtal_from_pdata()