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