Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h141 #define USB_APHY_CNTRL2 0xffc03de8 /* Register used to prevent re-enumeration o… macro
DdefBF547.h255 #define USB_APHY_CNTRL2 0xffc03de8 /* Register used to prevent re-enumeration o… macro
DcdefBF542.h241 #define bfin_read_USB_APHY_CNTRL2() bfin_read16(USB_APHY_CNTRL2)
242 #define bfin_write_USB_APHY_CNTRL2(val) bfin_write16(USB_APHY_CNTRL2, val)
DcdefBF547.h408 #define bfin_read_USB_APHY_CNTRL2() bfin_read16(USB_APHY_CNTRL2)
409 #define bfin_write_USB_APHY_CNTRL2(val) bfin_write16(USB_APHY_CNTRL2, val)
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h78 #define USB_APHY_CNTRL2 0xffc039e8 /* Register used to prevent re-enumeration o… macro
DcdefBF525.h122 #define bfin_read_USB_APHY_CNTRL2() bfin_read16(USB_APHY_CNTRL2)
123 #define bfin_write_USB_APHY_CNTRL2(val) bfin_write16(USB_APHY_CNTRL2, val)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1618 D16(USB_APHY_CNTRL2); in bfin_debug_mmrs_init()