Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h308 #define USB_DMA6COUNTHIGH 0xffc040d4 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h423 #define USB_DMA6COUNTHIGH 0xffc040d4 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h527 #define bfin_read_USB_DMA6COUNTHIGH() bfin_read16(USB_DMA6COUNTHIGH)
528 #define bfin_write_USB_DMA6COUNTHIGH(val) bfin_write16(USB_DMA6COUNTHIGH, val)
DcdefBF547.h694 #define bfin_read_USB_DMA6COUNTHIGH() bfin_read16(USB_DMA6COUNTHIGH)
695 #define bfin_write_USB_DMA6COUNTHIGH(val) bfin_write16(USB_DMA6COUNTHIGH, val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h247 #define USB_DMA6COUNTHIGH 0xffc03cd4 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h410 #define bfin_read_USB_DMA6COUNTHIGH() bfin_read16(USB_DMA6COUNTHIGH)
411 #define bfin_write_USB_DMA6COUNTHIGH(val) bfin_write16(USB_DMA6COUNTHIGH, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1741 D16(USB_DMA6COUNTHIGH); in bfin_debug_mmrs_init()