HomeSort by: relevance | last modified time | path
    Searched defs:addr_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
if_ne_pbus.c 630 int addr_index = 0; local in function:eh600_ea
642 buffer[addr_index >> 1] |= (tmp - '0') << ((addr_index & 1) ? 0 : 4);
643 ++addr_index;
646 buffer[addr_index >> 1] |= (10 + (tmp - 'a')) << ((addr_index & 1) ? 0 : 4);
647 ++addr_index;
650 buffer[addr_index >> 1] |= (10 + (tmp - 'A')) << ((addr_index & 1) ? 0 : 4);
651 ++addr_index;
    [all...]

Completed in 11 milliseconds