Searched refs:FMBM_TCFG (Results 1 – 1 of 1) sorted by relevance
111 #define FMBM_TCFG 0x000 macro463 bus_write_4(sc->sc_mem, FMBM_TCFG, 0); in fman_port_init_bmi_tx()628 reg = bus_read_4(sc->sc_mem, FMBM_TCFG); in fman_port_disable()629 bus_write_4(sc->sc_mem, FMBM_TCFG, reg & ~BMI_PORT_CFG_EN); in fman_port_disable()667 reg = bus_read_4(sc->sc_mem, FMBM_TCFG); in fman_port_enable()668 bus_write_4(sc->sc_mem, FMBM_TCFG, reg | BMI_PORT_CFG_EN); in fman_port_enable()