Searched refs:tag0 (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/mips/kernel/ |
D | spram.c | 127 unsigned int size, tag0, tag1; in probe_spram() local 137 tag0 = read(offset); in probe_spram() 140 type, i, tag0, tag1); in probe_spram() 158 tag0 = (base & SPRAM_TAG0_PA_MASK) | SPRAM_TAG0_ENABLE; in probe_spram() 159 write(offset, tag0); in probe_spram() 164 tag0 = read(offset); in probe_spram() 165 pa = tag0 & SPRAM_TAG0_PA_MASK; in probe_spram() 166 enabled = tag0 & SPRAM_TAG0_ENABLE; in probe_spram()
|
/linux-2.6.39/drivers/scsi/be2iscsi/ |
D | be_mgmt.c | 42 wrb->tag0 |= tag; in beiscsi_get_boot_target() 77 wrb->tag0 |= tag; in beiscsi_get_session_info() 80 wrb->tag0 |= tag; in beiscsi_get_session_info() 240 wrb->tag0 |= tag; in mgmt_invalidate_icds() 281 wrb->tag0 |= tag; in mgmt_invalidate_connection() 316 wrb->tag0 |= tag; in mgmt_upload_connection() 369 wrb->tag0 |= tag; in mgmt_open_connection() 440 wrb->tag0 |= tag; in be_cmd_get_mac_addr()
|
D | be_cmds.c | 200 tag = (compl->tag0 & 0x000000FF); in be_mcc_compl_process_isr() 205 ctrl->mcc_numtag[tag] |= (compl->tag0 & 0x00FF0000); in be_mcc_compl_process_isr() 512 wrb->tag0 = (mccq->head & 0x000000FF) << 16; in wrb_from_mccq()
|
D | be_cmds.h | 39 u32 tag0; /* dword 2 */ member 63 u32 tag0; /* dword 1 */ member
|
/linux-2.6.39/arch/alpha/kernel/ |
D | core_cia.c | 352 int ctrl, addr0, tag0, pte0, data0; in verify_tb_operation() local 371 tag0 = addr0 | 1; in verify_tb_operation() 374 *(vip)CIA_IOC_TB_TAGn(0) = tag0; in verify_tb_operation() 400 if (temp != tag0) { in verify_tb_operation() 402 "(tag0 %#x != %#x)\n", temp, tag0); in verify_tb_operation()
|
/linux-2.6.39/drivers/net/benet/ |
D | be_cmds.c | 74 if ((compl->tag0 == OPCODE_COMMON_WRITE_FLASHROM) && in be_mcc_compl_process() 81 if (compl->tag0 == OPCODE_ETH_GET_STATISTICS) { in be_mcc_compl_process() 90 (compl->tag0 != OPCODE_COMMON_NTWK_MAC_QUERY)) { in be_mcc_compl_process() 95 compl->tag0, compl_status, extd_status); in be_mcc_compl_process() 417 wrb->tag0 = opcode; in be_wrb_hdr_prepare()
|
D | be_cmds.h | 38 u32 tag0; /* dword 2 */ member 75 u32 tag0; /* dword 1 */ member
|