Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h297 #define USB_DMA5COUNTHIGH 0xffc040b4 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h412 #define USB_DMA5COUNTHIGH 0xffc040b4 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h510 #define bfin_read_USB_DMA5COUNTHIGH() bfin_read16(USB_DMA5COUNTHIGH)
511 #define bfin_write_USB_DMA5COUNTHIGH(val) bfin_write16(USB_DMA5COUNTHIGH, val)
DcdefBF547.h677 #define bfin_read_USB_DMA5COUNTHIGH() bfin_read16(USB_DMA5COUNTHIGH)
678 #define bfin_write_USB_DMA5COUNTHIGH(val) bfin_write16(USB_DMA5COUNTHIGH, val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h235 #define USB_DMA5COUNTHIGH 0xffc03cb4 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h392 #define bfin_read_USB_DMA5COUNTHIGH() bfin_read16(USB_DMA5COUNTHIGH)
393 #define bfin_write_USB_DMA5COUNTHIGH(val) bfin_write16(USB_DMA5COUNTHIGH, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1734 D16(USB_DMA5COUNTHIGH); in bfin_debug_mmrs_init()