Searched refs:tag0 (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/mips/kernel/ |
D | spram.c | 125 unsigned int size, tag0, tag1; in probe_spram() local 135 tag0 = read(offset); in probe_spram() 138 type, i, tag0, tag1); in probe_spram() 156 tag0 = (base & SPRAM_TAG0_PA_MASK) | SPRAM_TAG0_ENABLE; in probe_spram() 157 write(offset, tag0); in probe_spram() 162 tag0 = read(offset); in probe_spram() 163 pa = tag0 & SPRAM_TAG0_PA_MASK; in probe_spram() 164 enabled = tag0 & SPRAM_TAG0_ENABLE; in probe_spram()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | core_cia.c | 354 int ctrl, addr0, tag0, pte0, data0; in verify_tb_operation() local 373 tag0 = addr0 | 1; in verify_tb_operation() 376 *(vip)CIA_IOC_TB_TAGn(0) = tag0; in verify_tb_operation() 402 if (temp != tag0) { in verify_tb_operation() 404 "(tag0 %#x != %#x)\n", temp, tag0); in verify_tb_operation()
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 136 wrb->tag0 = tag; in alloc_mcc_wrb() 137 wrb->tag0 |= (mccq->head << MCC_Q_WRB_IDX_SHIFT) & MCC_Q_WRB_IDX_MASK; in alloc_mcc_wrb() 498 tag = (compl->tag0 & MCC_Q_CMD_TAG_MASK); in beiscsi_process_mcc_compl() 499 wrb_idx = (compl->tag0 & CQE_STATUS_WRB_MASK) >> CQE_STATUS_WRB_SHIFT; in beiscsi_process_mcc_compl()
|
D | be_cmds.h | 42 u32 tag0; /* dword 2 */ member 84 u32 tag0; /* dword 1 */ member
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 163 static struct be_cmd_resp_hdr *be_decode_resp_hdr(u32 tag0, u32 tag1) in be_decode_resp_hdr() argument 168 addr = ((addr << 16) << 16) | tag0; in be_decode_resp_hdr() 261 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process() 616 resp = be_decode_resp_hdr(wrb->tag0, wrb->tag1); in be_mcc_notify_wait() 792 wrb->tag0 = addr & 0xFFFFFFFF; in fill_wrb_tags()
|
D | be_cmds.h | 38 u32 tag0; /* dword 2 */ member 91 u32 tag0; /* dword 1 */ member
|
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm80xx_hwi.h | 1118 __le32 tag0; member
|