Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h68 #define EMAC_RXC_ALLOCT 0xFFC0313C /* Overall RX Octet Count … macro
118 #define OctetsReceivedAll EMAC_RXC_ALLOCT /* Overall RX Octet Count …
DcdefBF537.h112 #define bfin_read_EMAC_RXC_ALLOCT() bfin_read32(EMAC_RXC_ALLOCT)
113 #define bfin_write_EMAC_RXC_ALLOCT(val) bfin_write32(EMAC_RXC_ALLOCT,val)
/linux-3.4.99/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h66 #define EMAC_RXC_ALLOCT 0xFFC0313C /* Overall RX Octet Count … macro
117 #define OctetsReceivedAll EMAC_RXC_ALLOCT /* Overall RX Octet Count …
DcdefBF516.h112 #define bfin_read_EMAC_RXC_ALLOCT() bfin_read32(EMAC_RXC_ALLOCT)
113 #define bfin_write_EMAC_RXC_ALLOCT(val) bfin_write32(EMAC_RXC_ALLOCT, val)
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h65 #define EMAC_RXC_ALLOCT 0xFFC0313C /* Overall RX Octet Count … macro
116 #define OctetsReceivedAll EMAC_RXC_ALLOCT /* Overall RX Octet Count …
DcdefBF527.h112 #define bfin_read_EMAC_RXC_ALLOCT() bfin_read32(EMAC_RXC_ALLOCT)
113 #define bfin_write_EMAC_RXC_ALLOCT(val) bfin_write32(EMAC_RXC_ALLOCT, val)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c951 D32(EMAC_RXC_ALLOCT); in bfin_debug_mmrs_init()