Searched refs:bcode (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 557 uint8_t *buf = (void *)req->ring, *bcode, last_image; in qla2xxx_find_flt_start() local 594 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start() 595 if (bcode[0x0] != 0x55 || bcode[0x1] != 0xaa) in qla2xxx_find_flt_start() 599 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]); in qla2xxx_find_flt_start() 606 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start() 609 if (bcode[0x0] != 'P' || bcode[0x1] != 'C' || in qla2xxx_find_flt_start() 610 bcode[ in qla2xxx_find_flt_start() 3319 uint8_t *bcode = mbuf; qla82xx_get_flash_version() local 3428 uint8_t *bcode = mbuf; qla24xx_get_flash_version() local [all...] |
/linux/arch/mips/kernel/ |
H A D | traps.c | 1032 unsigned int opcode, bcode; in do_bp() local 1046 bcode = (instr[0] >> 5) & 0x3f; in do_bp() 1049 bcode = instr[0] & 0xf; in do_bp() 1055 bcode = (opcode >> 6) & ((1 << 20) - 1); in do_bp() 1060 bcode = (opcode >> 6) & ((1 << 20) - 1); in do_bp() 1069 if (bcode >= (1 << 10)) in do_bp() 1070 bcode = ((bcode & ((1 << 10) - 1)) << 10) | (bcode >> 10); in do_bp() 1076 switch (bcode) { in do_bp() [all...] |
/linux/arch/loongarch/kernel/ |
H A D | traps.c | 717 unsigned int opcode, bcode; in do_bp() local 727 bcode = (opcode & 0x7fff); in do_bp() 733 switch (bcode) { in do_bp() 761 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp() 768 switch (bcode) { in do_bp()
|
/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 199 __u8 bcode[16]; member
|
/linux/net/bluetooth/ |
H A D | hci_conn.c | 1767 memcpy(cp.bis.bcode, qos->bcast.bcode, sizeof(cp.bis.bcode)); in hci_le_create_big()
|
H A D | hci_sync.c | 7121 memcpy(cp->bcode, qos->bcast.bcode, sizeof(cp->bcode)); in hci_le_big_create_sync()
|
H A D | iso.c | 873 .bcode = {0x00},
|