Home
last modified time | relevance | path

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

/openbmc/u-boot/board/aspeed/ast2600_intel/
H A Dintel.c64 #define SGPIO_M1_CONF_CLKDIV_MASK GENMASK(31, 16) macro
110 val = ((256 << SGPIO_M1_CONF_CLKDIV_SHIFT) & SGPIO_M1_CONF_CLKDIV_MASK) | in sgpio_init()