Home | History | Annotate | Download | only in nubus

Lines Matching defs:byte

309  * end of the slot.  If so, then we check for a bytelanes byte.  We
315 * Checking for a card involves locating the "bytelanes" byte which
318 * bytelanes byte is at the end of that block.
320 * After some inspection of the bytelanes byte, it appears that it
392 * First, we need to find the first byte beyond memory that
493 * Compute byte offset on card, taking into account bytelanes.
611 u_int8_t byte, lanes = fmt->bytelanes;
623 byte = nubus_read_1(bst, bsh, lanes, entry);
626 printf("\tFound rsrc 0x%x.\n", byte);
628 if (byte == rsrcid) {
635 if (byte == 0xff) {