Searched refs:ATXP1_GPIO1MASK (Results 1 – 1 of 1) sorted by relevance
43 #define ATXP1_GPIO1MASK 0x0f macro191 size = sprintf(buf, "0x%02x\n", data->reg.gpio1 & ATXP1_GPIO1MASK); in atxp1_showgpio1()207 value &= ATXP1_GPIO1MASK; in atxp1_storegpio1()209 if (value != (data->reg.gpio1 & ATXP1_GPIO1MASK)) { in atxp1_storegpio1()