Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h281 #define USB_DMA3COUNTHIGH 0xffc04074 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h396 #define USB_DMA3COUNTHIGH 0xffc04074 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h484 #define bfin_read_USB_DMA3COUNTHIGH() bfin_read16(USB_DMA3COUNTHIGH)
485 #define bfin_write_USB_DMA3COUNTHIGH(val) bfin_write16(USB_DMA3COUNTHIGH, val)
DcdefBF547.h651 #define bfin_read_USB_DMA3COUNTHIGH() bfin_read16(USB_DMA3COUNTHIGH)
652 #define bfin_write_USB_DMA3COUNTHIGH(val) bfin_write16(USB_DMA3COUNTHIGH, val)
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h219 #define USB_DMA3COUNTHIGH 0xffc03c74 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h366 #define bfin_read_USB_DMA3COUNTHIGH() bfin_read16(USB_DMA3COUNTHIGH)
367 #define bfin_write_USB_DMA3COUNTHIGH(val) bfin_write16(USB_DMA3COUNTHIGH, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1725 D16(USB_DMA3COUNTHIGH); in bfin_debug_mmrs_init()