Home | History | Annotate | Download | only in config

Lines Matching refs:slot_addr

2692 SLOT_ADDR.
2693 SLOT_FRAG is the frag containing SLOT_ADDR, and FIRST_FRAG is the frag
2698 slot_index (unsigned long slot_addr,
2776 s_index += (3 * ((slot_addr >> 4) - (first_addr >> 4))
2777 + ((slot_addr & 0x3) - (first_addr & 0x3)));