Home
last modified time | relevance | path

Searched refs:tag0 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/kernel/
H A Dspram.c118 unsigned int size, tag0, tag1; in probe_spram()
128 tag0 = read(offset); in probe_spram()
130 pr_debug("DBG %s%d: tag0=%08x tag1=%08x\n", in probe_spram()
131 type, i, tag0, tag1); in probe_spram()
149 tag0 = (base & SPRAM_TAG0_PA_MASK) | SPRAM_TAG0_ENABLE; in probe_spram()
150 write(offset, tag0); in probe_spram()
155 tag0 = read(offset); in probe_spram()
156 pa = tag0 & SPRAM_TAG0_PA_MASK; in probe_spram()
157 enabled = tag0 & SPRAM_TAG0_ENABLE; in probe_spram()
122 unsigned int size, tag0, tag1; probe_spram() local
/linux/arch/alpha/kernel/
H A Dcore_cia.c355 int ctrl, addr0, tag0, pte0, data0; in verify_tb_operation()
374 tag0 = addr0 | 1; in verify_tb_operation()
377 *(vip)CIA_IOC_TB_TAGn(0) = tag0; in verify_tb_operation()
403 if (temp != tag0) { in verify_tb_operation()
405 "(tag0 %#x != %#x)\n", temp, tag0); in verify_tb_operation()
357 int ctrl, addr0, tag0, pte0, data0; verify_tb_operation() local
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c131 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()
H A Dbe_cmds.h37 u32 tag0; /* dword 2 */ member
79 u32 tag0; /* dword 1 */ member
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c160 static struct be_cmd_resp_hdr *be_decode_resp_hdr(u32 tag0, u32 tag1) in be_decode_resp_hdr() argument
165 addr = ((addr << 16) << 16) | tag0; in be_decode_resp_hdr()
259 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process()
614 resp = be_decode_resp_hdr(wrb->tag0, wrb->tag1); in be_mcc_notify_wait()
789 wrb->tag0 = addr & 0xFFFFFFFF; in fill_wrb_tags()
H A Dbe_cmds.h34 u32 tag0; /* dword 2 */ member
87 u32 tag0; /* dword 1 */ member
/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h1120 __le32 tag0; member