Searched refs:GPI_PIN_COL_BASE (Results 1 – 2 of 2) sorted by relevance
162 pin_used[i + GPI_PIN_COL_BASE - GPI_PIN_BASE] = true; in adp5588_build_gpiomap()348 evt_mode2 |= ((1 << (pin - GPI_PIN_COL_BASE)) & 0xFF); in adp5588_setup()349 evt_mode3 |= ((1 << (pin - GPI_PIN_COL_BASE)) >> 8); in adp5588_setup()399 } else if ((pin - GPI_PIN_COL_BASE) < 8) { in adp5588_report_switch_state()401 pin_loc = pin - GPI_PIN_COL_BASE; in adp5588_report_switch_state()404 pin_loc = pin - GPI_PIN_COL_BASE - 8; in adp5588_report_switch_state()478 if (pin - GPI_PIN_COL_BASE + 1 <= pdata->cols) { in adp5588_probe()
129 #define GPI_PIN_COL_BASE GPI_PIN_COL0 macro