Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h53 #define EMAC_RXC_OCTET 0xFFC0310C /* RX Octets Successfully Received Count … macro
104 #define OctetsReceivedOK EMAC_RXC_OCTET /* RX Octets Successfully Received Count…
DcdefBF527.h88 #define bfin_read_EMAC_RXC_OCTET() bfin_read32(EMAC_RXC_OCTET)
89 #define bfin_write_EMAC_RXC_OCTET(val) bfin_write32(EMAC_RXC_OCTET, val)
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h56 #define EMAC_RXC_OCTET 0xFFC0310C /* RX Octets Successfully Received Count … macro
106 #define OctetsReceivedOK EMAC_RXC_OCTET /* RX Octets Successfully Received Count …
DcdefBF537.h88 #define bfin_read_EMAC_RXC_OCTET() bfin_read32(EMAC_RXC_OCTET)
89 #define bfin_write_EMAC_RXC_OCTET(val) bfin_write32(EMAC_RXC_OCTET,val)
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h54 #define EMAC_RXC_OCTET 0xFFC0310C /* RX Octets Successfully Received Count … macro
105 #define OctetsReceivedOK EMAC_RXC_OCTET /* RX Octets Successfully Received Count…
DcdefBF516.h88 #define bfin_read_EMAC_RXC_OCTET() bfin_read32(EMAC_RXC_OCTET)
89 #define bfin_write_EMAC_RXC_OCTET(val) bfin_write32(EMAC_RXC_OCTET, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c970 D32(EMAC_RXC_OCTET); in bfin_debug_mmrs_init()