Home
last modified time | relevance | path

Searched refs:_musb (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.h183 #define MUSB_HST_MODE(_musb)\ argument
184 { (_musb)->is_host = true; }
185 #define MUSB_DEV_MODE(_musb) \ argument
186 { (_musb)->is_host = false; }
H A Dam35x.c140 static void otg_timer(unsigned long _musb) in otg_timer() argument
142 struct musb *musb = (void *)_musb; in otg_timer()
H A Dmusb_dsps.c200 static void otg_timer(unsigned long _musb) in otg_timer() argument
202 struct musb *musb = (void *)_musb; in otg_timer()