Searched refs:sc_soc_id (Results 1 – 2 of 2) sorted by relevance
918 if (sc->sc_soc_id == MV_DEV_88F6828 || in cesa_execute()919 sc->sc_soc_id == MV_DEV_88F6820 || in cesa_execute()920 sc->sc_soc_id == MV_DEV_88F6810) in cesa_execute()953 if (sc->sc_soc_id != MV_DEV_88F6828 && in cesa_setup_sram()954 sc->sc_soc_id != MV_DEV_88F6820 && in cesa_setup_sram()955 sc->sc_soc_id != MV_DEV_88F6810) in cesa_setup_sram()1215 sc->sc_soc_id = d; in cesa_attach_late()1343 if (sc->sc_soc_id == MV_DEV_88F6828 || in cesa_attach_late()1344 sc->sc_soc_id == MV_DEV_88F6820 || in cesa_attach_late()1345 sc->sc_soc_id == MV_DEV_88F6810) in cesa_attach_late()[all …]
225 uint32_t sc_soc_id; member