Searched refs:MAX_ECARDS (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | ecard.h | 87 #define MAX_ECARDS 9 macro
|
/linux/drivers/scsi/arm/ |
H A D | powertec.c | 56 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
|
H A D | cumana_2.c | 73 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
|
H A D | eesox.c | 68 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
|
/linux/arch/arm/mach-rpc/ |
H A D | ecard.c | 74 static ecard_t *slot_to_expcard[MAX_ECARDS]; 104 return slot < MAX_ECARDS ? slot_to_expcard[slot] : NULL; in slot_to_ecard()
|