Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mfd/
Dab5500-core.h62 static const struct ab5500_bank bankinfo[AB5500_NUM_BANKS] = {
Dab5500-core.c1005 if (bank >= AB5500_NUM_BANKS) in ab5500_get_register_interruptible_raw()
1022 if (bank >= AB5500_NUM_BANKS) in get_register_page_interruptible()
1053 if (bank >= AB5500_NUM_BANKS) in ab5500_mask_and_set_register_interruptible_raw()
1184 if ((AB5500_NUM_BANKS <= bank) || in ab5500_mask_and_set_register_interruptible()
1206 if ((AB5500_NUM_BANKS <= bank) || in ab5500_get_register_interruptible()
1220 if ((AB5500_NUM_BANKS <= bank) || in ab5500_get_register_page_interruptible()
Dab5500-debugfs.c17 static struct ab5500_i2c_ranges ab5500_reg_ranges[AB5500_NUM_BANKS] = {
522 for (bank = 0; bank < AB5500_NUM_BANKS; bank++) { in ab5500_registers_print()
608 if (user_bank >= AB5500_NUM_BANKS) { in ab5500_bank_write()
/linux-3.4.99/include/linux/mfd/abx500/
Dab5500.h46 AB5500_NUM_BANKS = 15, enumerator