Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c211 iowrite32be(0x40000000, &fpm_rg->fmfp_extc); in fman_set_erratum_10gmac_a004_wa()
213 while ((ioread32be(&fpm_rg->fmfp_extc) & 0x40000000) && --timeout) in fman_set_erratum_10gmac_a004_wa()
H A Dfm_ncsw.c4247 WRITE_UINT32(p_Fm->p_FmFpmRegs->fmfp_extc,0x80000000); in FmGetSetParams()
4249 WRITE_UINT32(p_Fm->p_FmFpmRegs->fmfp_extc,0x00800000); in FmGetSetParams()
4266 p_Params->getParams.fmfp_extc = GET_UINT32(p_Fm->p_FmFpmRegs->fmfp_extc); in FmGetSetParams()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h147 uint32_t fmfp_extc; /**< FPM External Requests Control 0x74 */ member
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h302 uint32_t fmfp_extc; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c6344 if (fmGetSetParams.getParams.fmfp_extc != 0)
6357 } while (fmGetSetParams.getParams.fmfp_extc != 0 && fmGetSetParams.getParams.fm_npi == 0);