Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h313 #define USB_DMA7COUNTHIGH 0xffc040f4 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h428 #define USB_DMA7COUNTHIGH 0xffc040f4 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h536 #define bfin_read_USB_DMA7COUNTHIGH() bfin_read16(USB_DMA7COUNTHIGH)
537 #define bfin_write_USB_DMA7COUNTHIGH(val) bfin_write16(USB_DMA7COUNTHIGH, val)
DcdefBF547.h703 #define bfin_read_USB_DMA7COUNTHIGH() bfin_read16(USB_DMA7COUNTHIGH)
704 #define bfin_write_USB_DMA7COUNTHIGH(val) bfin_write16(USB_DMA7COUNTHIGH, val)
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h251 #define USB_DMA7COUNTHIGH 0xffc03cf4 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h418 #define bfin_read_USB_DMA7COUNTHIGH() bfin_read16(USB_DMA7COUNTHIGH)
419 #define bfin_write_USB_DMA7COUNTHIGH(val) bfin_write16(USB_DMA7COUNTHIGH, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1745 D16(USB_DMA7COUNTHIGH); in bfin_debug_mmrs_init()