Home
last modified time | relevance | path

Searched refs:slot_no (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-rpc/
Decard.c122 res = ec->slot_no == 8 in ecard_task_reset()
138 if (ec->slot_no == 8) { in ecard_task_readbytes()
501 if (ec->slot_no == 8) in ecard_dump_irq_state()
505 ec->slot_no, ec->claimed ? "" : "not "); in ecard_dump_irq_state()
564 if (!ec->claimed || !ec->irq || ec->slot_no == 8) in ecard_irq_handler()
586 int slot = ec->slot_no; in __ecard_address()
588 if (ec->slot_no == 8) in __ecard_address()
626 seq_printf(m, " %d: %s ", ec->slot_no, ec->easi ? "EASI" : " "); in ecard_prints()
712 ec->slot_no = slot; in ecard_alloc_card()
/arch/arm/include/asm/
Decard.h156 CONST unsigned int slot_no; /* Slot number */ member