Home
last modified time | relevance | path

Searched refs:USB_OTG_DEV_CTL (Results 1 – 8 of 8) sorted by relevance

/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h122 #define USB_OTG_DEV_CTL 0xffc03d00 /* OTG Device Control Register */ macro
DdefBF547.h236 #define USB_OTG_DEV_CTL 0xffc03d00 /* OTG Device Control Register */ macro
DcdefBF542.h212 #define bfin_read_USB_OTG_DEV_CTL() bfin_read16(USB_OTG_DEV_CTL)
213 #define bfin_write_USB_OTG_DEV_CTL(val) bfin_write16(USB_OTG_DEV_CTL, val)
DcdefBF547.h379 #define bfin_read_USB_OTG_DEV_CTL() bfin_read16(USB_OTG_DEV_CTL)
380 #define bfin_write_USB_OTG_DEV_CTL(val) bfin_write16(USB_OTG_DEV_CTL, val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h58 #define USB_OTG_DEV_CTL 0xffc03900 /* OTG Device Control Register */ macro
DcdefBF525.h92 #define bfin_read_USB_OTG_DEV_CTL() bfin_read16(USB_OTG_DEV_CTL)
93 #define bfin_write_USB_OTG_DEV_CTL(val) bfin_write16(USB_OTG_DEV_CTL, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h3319 #define USB_OTG_DEV_CTL 0xFFCC1060 /* USB Device Control */ macro
/arch/blackfin/kernel/
Ddebug-mmrs.c1612 D16(USB_OTG_DEV_CTL); in bfin_debug_mmrs_init()