Home
last modified time | relevance | path

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

/openbmc/u-boot/board/aspeed/evb_ast2600/
H A Devb_ast2600.c58 #define SGPIO_CLK_DIV(N) ((N) << 16) in sgpio_init() macro
67 value = SGPIO_CLK_DIV(256) | SGPIO_BYTES(10) | SGPIO_ENABLE; in sgpio_init()
/openbmc/u-boot/board/aspeed/ast2600_dcscm/
H A Dast2600_dcscm.c58 #define SGPIO_CLK_DIV(N) ((N) << 16) in sgpio_init() macro
67 value = SGPIO_CLK_DIV(256) | SGPIO_BYTES(10) | SGPIO_ENABLE; in sgpio_init()
/openbmc/u-boot/board/aspeed/ast2600_intel/
H A Dintel.c102 #define SGPIO_CLK_DIV(N) ((N) << 16) in sgpio_init() macro