Home
last modified time | relevance | path

Searched refs:FM_PORT_Config (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dif_dtsec_im.c149 sc->sc_rxph = FM_PORT_Config(&params); in dtsec_im_fm_port_rx_init()
194 sc->sc_txph = FM_PORT_Config(&params); in dtsec_im_fm_port_tx_init()
H A Dif_dtsec_rm.c174 sc->sc_rxph = FM_PORT_Config(&params); in dtsec_rm_fm_port_rx_init()
220 sc->sc_txph = FM_PORT_Config(&params); in dtsec_rm_fm_port_tx_init()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h311 t_Handle FM_PORT_Config(t_FmPortParams *p_FmPortParams);
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c278 p_FmHc->h_HcPortDev = FM_PORT_Config(&fmPortParam); in FmHcConfigAndInit()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2211 t_Handle FM_PORT_Config(t_FmPortParams *p_FmPortParams) in FM_PORT_Config() function