Home
last modified time | relevance | path

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

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