Searched refs:sc_rxph (Results 1 – 4 of 4) sorted by relevance
149 sc->sc_rxph = FM_PORT_Config(¶ms); in dtsec_im_fm_port_rx_init()150 if (sc->sc_rxph == NULL) { in dtsec_im_fm_port_rx_init()155 error = FM_PORT_Init(sc->sc_rxph); in dtsec_im_fm_port_rx_init()158 FM_PORT_Free(sc->sc_rxph); in dtsec_im_fm_port_rx_init()
309 if (sc->sc_rxph) { in dtsec_fm_port_free_both()310 FM_PORT_Free(sc->sc_rxph); in dtsec_fm_port_free_both()311 sc->sc_rxph = NULL; in dtsec_fm_port_free_both()380 error = FM_PORT_Enable(sc->sc_rxph); in dtsec_if_enable_locked()409 error = FM_PORT_Disable(sc->sc_rxph); in dtsec_if_disable_locked()
174 sc->sc_rxph = FM_PORT_Config(¶ms); in dtsec_rm_fm_port_rx_init() 175 if (sc->sc_rxph == NULL) { in dtsec_rm_fm_port_rx_init() 180 error = FM_PORT_Init(sc->sc_rxph); in dtsec_rm_fm_port_rx_init() 183 FM_PORT_Free(sc->sc_rxph); in dtsec_rm_fm_port_rx_init()
85 t_Handle sc_rxph; member