Home
last modified time | relevance | path

Searched refs:SCC_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/micronas/vct/
H A Dscc.c423 static union scc_softwareconfiguration scc_software_configuration[SCC_MAX];
481 if ((id >= SCC_MAX) || (id < 0)) in scc_dma_cmd()
529 if ((id >= SCC_MAX) || (id < 0)) in scc_setup_dma()
612 if ((id >= SCC_MAX) || (id < 0)) in scc_enable()
636 if ((id >= SCC_MAX) || (id < 0)) in scc_reset()
H A Dscc.h181 SCC_MAX /* maximum limit on the SCC id */ enumerator