Home
last modified time | relevance | path

Searched refs:AB8500_NUM_BANKS (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/mfd/
Dab8500-debugfs.c156 #define AB8500_NUM_BANKS AB8500_DEBUG_FIELD_LAST macro
162 static struct ab8500_prcmu_ranges ab8500_debug_ranges[AB8500_NUM_BANKS] = {
485 static struct ab8500_prcmu_ranges ab8505_debug_ranges[AB8500_NUM_BANKS] = {
846 static struct ab8500_prcmu_ranges ab8540_debug_ranges[AB8500_NUM_BANKS] = {
1341 for (i = 0; i < AB8500_NUM_BANKS; i++) { in ab8500_print_all_banks()
1359 for (i = 1; i < AB8500_NUM_BANKS; i++) { in ab8500_dump_all_banks()
1415 if (user_bank >= AB8500_NUM_BANKS) { in ab8500_bank_write()