Home
last modified time | relevance | path

Searched refs:BMI_PORT_CFG_EN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h43 #define BMI_PORT_CFG_EN 0x80000000 macro
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c809 tmp = ioread32be(bmi_cfg_reg) | BMI_PORT_CFG_EN; in fman_port_enable()
864 tmp = ioread32be(bmi_cfg_reg) & ~BMI_PORT_CFG_EN; in fman_port_disable()
H A Dfm_port.h504 #define BMI_PORT_CFG_EN 0x80000000 macro
H A Dfm_port.c6310 …_UINT32(p_FmPortTx->p_FmPortBmiRegs->txPortBmiRegs.fmbm_tcfg) | BMI_PORT_CFG_IM | BMI_PORT_CFG_EN);