Home
last modified time | relevance | path

Searched refs:USB_SRP_CLKDIV (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h144 #define USB_SRP_CLKDIV 0xffc03df4 /* Used to program clock divide value for th… macro
DdefBF547.h258 #define USB_SRP_CLKDIV 0xffc03df4 /* Used to program clock divide value for th… macro
DcdefBF542.h246 #define bfin_read_USB_SRP_CLKDIV() bfin_read16(USB_SRP_CLKDIV)
247 #define bfin_write_USB_SRP_CLKDIV(val) bfin_write16(USB_SRP_CLKDIV, val)
DcdefBF547.h413 #define bfin_read_USB_SRP_CLKDIV() bfin_read16(USB_SRP_CLKDIV)
414 #define bfin_write_USB_SRP_CLKDIV(val) bfin_write16(USB_SRP_CLKDIV, val)
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h81 #define USB_SRP_CLKDIV 0xffc039f4 /* Used to program clock divide value for th… macro
DcdefBF525.h127 #define bfin_read_USB_SRP_CLKDIV() bfin_read16(USB_SRP_CLKDIV)
128 #define bfin_write_USB_SRP_CLKDIV(val) bfin_write16(USB_SRP_CLKDIV, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1624 D16(USB_SRP_CLKDIV); in bfin_debug_mmrs_init()