Searched refs:MAX_CHIPS (Results 1 – 2 of 2) sorted by relevance
20 #define MAX_CHIPS 10 macro35 static unsigned short chip_addr[MAX_CHIPS];46 static u8 bank_reg[MAX_CHIPS];50 static u8 bank_mask[MAX_CHIPS];54 static u8 bank_start[MAX_CHIPS];58 static u8 bank_end[MAX_CHIPS];363 for (i = 0; i < MAX_CHIPS && chip_addr[i]; i++) { in i2c_stub_init()
168 #define MAX_CHIPS 4 macro