Lines Matching defs:byte
129 * Allocates a 8 byte aligned memory for the handshake mailbox.
759 * 6-byte READ(0x08) or WRITE(0x0A) cdb
789 * 10-byte READ(0x28) or WRITE(0x2A) cdb
815 * 12-byte READ(0xA8) or WRITE(0xAA) cdb
1183 u8 byte;
1235 while (!((byte = irq_state(adapter)) & INTR_VALID))
1238 set_irq_state(adapter, byte);
1269 u8 byte;
1280 byte = irq_state(adapter);
1281 if( (byte & VALID_INTR_BYTE) == 0 ) {
1287 set_irq_state(adapter, byte);
4185 /* Now check the magic signature byte */