Home
last modified time | relevance | path

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

/openbmc/u-boot/board/theadorable/
H A Dfpga.c21 int gpio_config = COOKIE2CONFIG(cookie); in fpga_pre_fn()
48 int gpio_config = COOKIE2CONFIG(cookie); in fpga_config_fn()
/openbmc/u-boot/include/
H A Daltera.h22 #define COOKIE2CONFIG(c) (((c) >> 8) & 0xff) macro