Searched refs:MAX_CHIPS (Results 1 – 2 of 2) sorted by relevance
29 #define MAX_CHIPS 10 macro44 static unsigned short chip_addr[MAX_CHIPS];55 static u8 bank_reg[MAX_CHIPS];59 static u8 bank_mask[MAX_CHIPS];63 static u8 bank_start[MAX_CHIPS];67 static u8 bank_end[MAX_CHIPS];372 for (i = 0; i < MAX_CHIPS && chip_addr[i]; i++) { in i2c_stub_init()
182 #define MAX_CHIPS 4 macro