Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h93 #define EMAC_TXC_LT256 0xFFC031C8 /* Good TX Frame Count - Byte Count 128 <= x < 256… macro
144 #define FramesLen128_255Transmitted EMAC_TXC_LT256 /* Good TX Frame Count - Byte Count 128 …
DcdefBF527.h167 #define bfin_read_EMAC_TXC_LT256() bfin_read32(EMAC_TXC_LT256)
168 #define bfin_write_EMAC_TXC_LT256(val) bfin_write32(EMAC_TXC_LT256, val)
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h96 #define EMAC_TXC_LT256 0xFFC031C8 /* Good TX Frame Count - Byte Count 128 <= x < 256 … macro
146 #define FramesLen128_255Transmitted EMAC_TXC_LT256 /* Good TX Frame Count - Byte Count 128 <= x < …
DcdefBF537.h167 #define bfin_read_EMAC_TXC_LT256() bfin_read32(EMAC_TXC_LT256)
168 #define bfin_write_EMAC_TXC_LT256(val) bfin_write32(EMAC_TXC_LT256,val)
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h94 #define EMAC_TXC_LT256 0xFFC031C8 /* Good TX Frame Count - Byte Count 128 <= x < 256… macro
145 #define FramesLen128_255Transmitted EMAC_TXC_LT256 /* Good TX Frame Count - Byte Count 128 …
DcdefBF516.h167 #define bfin_read_EMAC_TXC_LT256() bfin_read32(EMAC_TXC_LT256)
168 #define bfin_write_EMAC_TXC_LT256(val) bfin_write32(EMAC_TXC_LT256, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c998 D32(EMAC_TXC_LT256); in bfin_debug_mmrs_init()