Searched refs:ADP5588_COLS_MAX (Results 1 – 1 of 1) sorted by relevance
159 #define ADP5588_COLS_MAX (GPI_PIN_COL9 - GPI_PIN_COL0 + 1) macro530 int row = (key_val - 1) / ADP5588_COLS_MAX; in adp5588_report_events()531 int col = (key_val - 1) % ADP5588_COLS_MAX; in adp5588_report_events()660 if (kpad->rows > ADP5588_ROWS_MAX || kpad->cols > ADP5588_COLS_MAX) { in adp5588_fw_parse()