Searched refs:PACKB (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/scsi/ |
D | qlogicpti.c | 60 #define PACKB(a, b) (((a)<<4)|(b)) macro 63 PACKB(1, 1), /* MBOX_NO_OP */ 64 PACKB(5, 5), /* MBOX_LOAD_RAM */ 65 PACKB(2, 0), /* MBOX_EXEC_FIRMWARE */ 66 PACKB(5, 5), /* MBOX_DUMP_RAM */ 67 PACKB(3, 3), /* MBOX_WRITE_RAM_WORD */ 68 PACKB(2, 3), /* MBOX_READ_RAM_WORD */ 69 PACKB(6, 6), /* MBOX_MAILBOX_REG_TEST */ 70 PACKB(2, 3), /* MBOX_VERIFY_CHECKSUM */ 71 PACKB(1, 3), /* MBOX_ABOUT_FIRMWARE */ [all …]
|