Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h90 #define USB_GLOBINTR 0xffc03c2c /* Global Interrupt Mask register and Wakeup… macro
DdefBF547.h204 #define USB_GLOBINTR 0xffc03c2c /* Global Interrupt Mask register and Wakeup… macro
DcdefBF542.h157 #define bfin_read_USB_GLOBINTR() bfin_read16(USB_GLOBINTR)
158 #define bfin_write_USB_GLOBINTR(val) bfin_write16(USB_GLOBINTR, val)
DcdefBF547.h324 #define bfin_read_USB_GLOBINTR() bfin_read16(USB_GLOBINTR)
325 #define bfin_write_USB_GLOBINTR(val) bfin_write16(USB_GLOBINTR, val)
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h26 #define USB_GLOBINTR 0xffc0382c /* Global Interrupt Mask register and Wakeup… macro
DcdefBF525.h37 #define bfin_read_USB_GLOBINTR() bfin_read16(USB_GLOBINTR)
38 #define bfin_write_USB_GLOBINTR(val) bfin_write16(USB_GLOBINTR, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1589 D16(USB_GLOBINTR); in bfin_debug_mmrs_init()