Searched refs:MAX_CHIPS (Results 1 – 2 of 2) sorted by relevance
28 #define MAX_CHIPS 10 macro43 static unsigned short chip_addr[MAX_CHIPS];54 static u8 bank_reg[MAX_CHIPS];58 static u8 bank_mask[MAX_CHIPS];62 static u8 bank_start[MAX_CHIPS];66 static u8 bank_end[MAX_CHIPS];370 for (i = 0; i < MAX_CHIPS && chip_addr[i]; i++) { in i2c_stub_init()
182 #define MAX_CHIPS 4 macro