Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfsl_ifc.h162 #define CSOR_GPCM_GPTO_SHIFT 24 macro
163 #define CSOR_GPCM_GPTO(n) ((__ilog2(n) - 8) << CSOR_GPCM_GPTO_SHIFT)
/openbmc/u-boot/include/
H A Dfsl_ifc.h166 #define CSOR_GPCM_GPTO_SHIFT 24 macro
167 #define CSOR_GPCM_GPTO(n) ((LOG2(n) - 8) << CSOR_GPCM_GPTO_SHIFT)