Home
last modified time | relevance | path

Searched defs:CSOR_GPCM_GPTO (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dfsl_ifc.h163 #define CSOR_GPCM_GPTO(n) ((__ilog2(n) - 8) << CSOR_GPCM_GPTO_SHIFT) macro
/openbmc/u-boot/include/
H A Dfsl_ifc.h167 #define CSOR_GPCM_GPTO(n) ((LOG2(n) - 8) << CSOR_GPCM_GPTO_SHIFT) macro