Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/theadorable/
H A Dfpga.c23 int gpio_done = COOKIE2DONE(cookie); in fpga_pre_fn()
107 int gpio_done = COOKIE2DONE(cookie); in fpga_done_fn()
/OK3568_Linux_fs/u-boot/include/
H A Daltera.h24 #define COOKIE2DONE(c) ((c) & 0xff) macro