Home
last modified time | relevance | path

Searched refs:MAX_ECARDS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Decard.h87 #define MAX_ECARDS 9 macro
/openbmc/linux/drivers/scsi/arm/
H A Dpowertec.c56 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
H A Dcumana_2.c73 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
H A Deesox.c68 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
/openbmc/linux/arch/arm/mach-rpc/
H A Decard.c74 static ecard_t *slot_to_expcard[MAX_ECARDS];
104 return slot < MAX_ECARDS ? slot_to_expcard[slot] : NULL; in slot_to_ecard()