Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h265 #define USB_DMA1COUNTHIGH 0xffc04034 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h380 #define USB_DMA1COUNTHIGH 0xffc04034 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h458 #define bfin_read_USB_DMA1COUNTHIGH() bfin_read16(USB_DMA1COUNTHIGH)
459 #define bfin_write_USB_DMA1COUNTHIGH(val) bfin_write16(USB_DMA1COUNTHIGH, val)
DcdefBF547.h625 #define bfin_read_USB_DMA1COUNTHIGH() bfin_read16(USB_DMA1COUNTHIGH)
626 #define bfin_write_USB_DMA1COUNTHIGH(val) bfin_write16(USB_DMA1COUNTHIGH, val)
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h203 #define USB_DMA1COUNTHIGH 0xffc03c34 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h340 #define bfin_read_USB_DMA1COUNTHIGH() bfin_read16(USB_DMA1COUNTHIGH)
341 #define bfin_write_USB_DMA1COUNTHIGH(val) bfin_write16(USB_DMA1COUNTHIGH, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1715 D16(USB_DMA1COUNTHIGH); in bfin_debug_mmrs_init()