Searched refs:tag0 (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/mips/kernel/ |
D | spram.c | 121 unsigned int size, tag0, tag1; in probe_spram() local 131 tag0 = read(offset); in probe_spram() 134 type, i, tag0, tag1); in probe_spram() 152 tag0 = (base & SPRAM_TAG0_PA_MASK) | SPRAM_TAG0_ENABLE; in probe_spram() 153 write(offset, tag0); in probe_spram() 158 tag0 = read(offset); in probe_spram() 159 pa = tag0 & SPRAM_TAG0_PA_MASK; in probe_spram() 160 enabled = tag0 & SPRAM_TAG0_ENABLE; in probe_spram()
|
/linux-6.1.9/arch/alpha/kernel/ |
D | core_cia.c | 357 int ctrl, addr0, tag0, pte0, data0; in verify_tb_operation() local 376 tag0 = addr0 | 1; in verify_tb_operation() 379 *(vip)CIA_IOC_TB_TAGn(0) = tag0; in verify_tb_operation() 405 if (temp != tag0) { in verify_tb_operation() 407 "(tag0 %#x != %#x)\n", temp, tag0); in verify_tb_operation()
|
/linux-6.1.9/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 131 wrb->tag0 = tag; in alloc_mcc_wrb() 132 wrb->tag0 |= (mccq->head << MCC_Q_WRB_IDX_SHIFT) & MCC_Q_WRB_IDX_MASK; in alloc_mcc_wrb() 493 tag = (compl->tag0 & MCC_Q_CMD_TAG_MASK); in beiscsi_process_mcc_compl() 494 wrb_idx = (compl->tag0 & CQE_STATUS_WRB_MASK) >> CQE_STATUS_WRB_SHIFT; in beiscsi_process_mcc_compl()
|
D | be_cmds.h | 37 u32 tag0; /* dword 2 */ member 79 u32 tag0; /* dword 1 */ member
|
/linux-6.1.9/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 159 static struct be_cmd_resp_hdr *be_decode_resp_hdr(u32 tag0, u32 tag1) in be_decode_resp_hdr() argument 164 addr = ((addr << 16) << 16) | tag0; in be_decode_resp_hdr() 257 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process() 612 resp = be_decode_resp_hdr(wrb->tag0, wrb->tag1); in be_mcc_notify_wait() 788 wrb->tag0 = addr & 0xFFFFFFFF; in fill_wrb_tags()
|
D | be_cmds.h | 34 u32 tag0; /* dword 2 */ member 87 u32 tag0; /* dword 1 */ member
|
/linux-6.1.9/drivers/scsi/pm8001/ |
D | pm80xx_hwi.h | 1120 __le32 tag0; member
|