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