Home
last modified time | relevance | path

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

/openbmc/u-boot/board/theadorable/
H A Dfpga.c22 int gpio_done = COOKIE2DONE(cookie); in fpga_pre_fn()
106 int gpio_done = COOKIE2DONE(cookie); in fpga_done_fn()
/openbmc/u-boot/include/
H A Daltera.h23 #define COOKIE2DONE(c) ((c) & 0xff) macro