Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h147 #define USB_SRP_CLKDIV 0xffc03df4 /* Used to program clock divide value for th… macro
DdefBF547.h261 #define USB_SRP_CLKDIV 0xffc03df4 /* Used to program clock divide value for th… macro
DcdefBF542.h250 #define bfin_read_USB_SRP_CLKDIV() bfin_read16(USB_SRP_CLKDIV)
251 #define bfin_write_USB_SRP_CLKDIV(val) bfin_write16(USB_SRP_CLKDIV, val)
DcdefBF547.h417 #define bfin_read_USB_SRP_CLKDIV() bfin_read16(USB_SRP_CLKDIV)
418 #define bfin_write_USB_SRP_CLKDIV(val) bfin_write16(USB_SRP_CLKDIV, val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h85 #define USB_SRP_CLKDIV 0xffc039f4 /* Used to program clock divide value for th… macro
DcdefBF525.h132 #define bfin_read_USB_SRP_CLKDIV() bfin_read16(USB_SRP_CLKDIV)
133 #define bfin_write_USB_SRP_CLKDIV(val) bfin_write16(USB_SRP_CLKDIV, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1625 D16(USB_SRP_CLKDIV); in bfin_debug_mmrs_init()