Searched refs:MAX_ECARDS (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm/include/asm/ |
D | ecard.h | 86 #define MAX_ECARDS 9 macro
|
/linux-4.4.14/drivers/scsi/arm/ |
D | powertec.c | 55 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
|
D | cumana_2.c | 72 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
|
D | eesox.c | 67 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
|
/linux-4.4.14/arch/arm/mach-rpc/ |
D | ecard.c | 75 static ecard_t *slot_to_expcard[MAX_ECARDS]; 102 return slot < MAX_ECARDS ? slot_to_expcard[slot] : NULL; in slot_to_ecard()
|