Searched refs:MK_BITS (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/ |
H A D | ctrl.h | 29 #define BITS_HOSTMAC_L32 MK_BITS(0, 32) 31 #define BITS_HOSTMAC_H16 MK_BITS(0, 16) 34 #define BITS_ETH_SOFT_RESET_ALL MK_BITS(0, 1) 35 #define BITS_ETH_SOFT_RESET_UP MK_BITS(2, 1) 36 #define BITS_ETH_SOFT_RESET_DOWN MK_BITS(3, 1) 39 #define BITS_VLAN_ENABLE MK_BITS(0, 1) 40 #define BITS_FW2CPU_ENA_U MK_BITS(5, 1) 41 #define BITS_FW2CPU_ENA_UP MK_BITS(5, 1) 42 #define BITS_FW2CPU_ENA_D MK_BITS(9, 1) 43 #define BITS_FW2CPU_ENA_DOWN MK_BITS( [all...] |
H A D | eth_mac.h | 50 #define BITS_MACSTAT MK_BITS(0, 3) 53 #define BITS_NEGMODE MK_BITS(0, 1) 54 #define BITS_MII_MODE MK_BITS(1, 1) 57 #define BITS_PRE_CNT_LIMIT MK_BITS(23, 3) 58 #define BITS_IPG MK_BITS(16, 7) 59 #define BITS_FC_INTER MK_BITS(0, 16) 66 #define BITS_LEN_MAX MK_BITS(0, 10)
|
H A D | hieth_pri.h | 128 #define MK_BITS(shift, nbits) ((((shift)&0x1F) << 16) | ((nbits)&0x3F)) macro
|
Completed in 3 milliseconds