Home
last modified time | relevance | path

Searched refs:FPGAINTF_EN_3_EMAC_MSK (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_emac.c30 FPGAINTF_EN_3_EMAC_MSK(0) | in socfpga_emac_init()
31 FPGAINTF_EN_3_EMAC_MSK(1) | in socfpga_emac_init()
32 FPGAINTF_EN_3_EMAC_MSK(2)); in socfpga_emac_init()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_emac.h20 #define FPGAINTF_EN_3_EMAC_MSK(x) (1 << (x * 8)) macro