Searched refs:COOKIE2CONFIG (Results 1 – 2 of 2) sorted by relevance
22 int gpio_config = COOKIE2CONFIG(cookie); in fpga_pre_fn()49 int gpio_config = COOKIE2CONFIG(cookie); in fpga_config_fn()
23 #define COOKIE2CONFIG(c) (((c) >> 8) & 0xff) macro