Lines Matching defs:header
107 u8 header;
119 u8 header;
373 command->header = 0x80 | (ed_number << 5) | 0x4;
395 command->header = 0x90 | (ed_number << 5);
431 command->header = 0x80 | (ed_number << 5) | 0x4;
744 if (command->header & 0x80) {
745 ed_commands |= 1 << (0x3 & (command->header >> 5));
747 buf[b++] = command->header;
1196 command->header = 0x00 | cPCIu132wr;
1228 command->header = 0x00 | (cPCIcfgwr & 0x0F);
1260 command->header = 0x00 | (cPCImemwr & 0x0F);
1306 respond->header = command->header = 0x00 | cPCIu132rd;
1349 respond->header = command->header = 0x00 | (cPCIcfgrd &
1393 respond->header = command->header = 0x00 | (cPCImemrd &
1448 command->header = 0x80 | (ed << 5);
1507 command->header = 0x82 | (ed << 5);
1570 command->header = 0x81 | (ed << 5);
1634 command->header = 0x81 | (ed << 5);
1708 command->header = 0x83 | (ed << 5);
1775 command->header = 0x80 | (ed << 5) |