Searched defs:opc (Results 1 - 8 of 8) sorted by relevance

/drivers/misc/sgi-gru/
H A Dgruhandles.c77 static int wait_instruction_complete(void *h, enum mcs_op opc) argument
93 update_mcs_stats(opc, get_cycles() - start_time);
101 cch->opc = CCHOP_ALLOCATE;
115 cch->opc = CCHOP_START;
122 cch->opc = CCHOP_INTERRUPT;
131 cch->opc = CCHOP_DEALLOCATE;
146 cch->opc = CCHOP_INTERRUPT_SYNC;
163 tgh->opc = TGHOP_TLBINV;
179 tfh->opc = TFHOP_WRITE_ONLY;
195 tfh->opc
[all...]
H A Dgru_instructions.h80 int opc; member in struct:control_block_extended_exc_detail
106 unsigned char opc: 8; /* opcode */ member in struct:gru_instruction_bits
134 unsigned long op64; /* icmd,xtype,iaa0,ima,opc,tri0 */
169 /* GRU instruction opcodes (opc field) */
H A Dgruhandles.h199 unsigned int opc:1; member in struct:gru_tlb_global_handle
275 unsigned int opc:3; member in struct:gru_tlb_fault_handle
367 unsigned int opc:3; member in struct:gru_context_configuration_handle
/drivers/dma/ppc4xx/
H A Ddma.h111 u8 opc; /* opcode */ member in struct:dma_cdb
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1506 unsigned int opc; local
1530 opc = rpl->ot.opcode;
1533 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb);
1534 if (cxgb4i_cplhandlers[opc])
1535 cxgb4i_cplhandlers[opc](cdev, skb);
1537 pr_err("No handler for opcode 0x%x.\n", opc);
/drivers/atm/
H A Didt77252.c1600 int n, unsigned int opc)
1622 data = opc & TSTE_OPC_MASK;
1623 if (vc && (opc != TSTE_OPC_NULL))
1624 data = opc | vc->index;
1659 fill_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) argument
1666 res = __fill_tst(card, vc, n, opc);
1721 int n, unsigned int opc)
1729 res = __fill_tst(card, vc, n, opc);
1599 __fill_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) argument
1720 change_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) argument
/drivers/mmc/host/
H A Dsh_mmcif.c723 u32 opc = cmd->opcode; local
743 switch (opc) {
772 if (opc == MMC_WRITE_BLOCK || opc == MMC_WRITE_MULTIPLE_BLOCK)
775 if (opc == MMC_READ_MULTIPLE_BLOCK || opc == MMC_WRITE_MULTIPLE_BLOCK) {
781 if (opc == MMC_SEND_OP_COND || opc == MMC_ALL_SEND_CID ||
782 opc == MMC_SEND_CSD || opc
795 sh_mmcif_data_trans(struct sh_mmcif_host *host, struct mmc_request *mrq, u32 opc) argument
822 u32 opc = cmd->opcode; local
[all...]
/drivers/scsi/pm8001/
H A Dpm8001_hwi.c3062 u32 opc = OPC_INB_SAS_HW_EVENT_ACK; local
3073 mpi_build_cmd(pm8001_ha, circularQ, opc, &payload);
3707 u8 opc = (u8)(pHeader & 0xFFF); local
3711 switch (opc) {
3865 opc));
3946 u32 opc; local
3972 opc = OPC_INB_SMP_REQUEST;
3984 mpi_build_cmd(pm8001_ha, circularQ, opc, (u32 *)&smp_cmd);
4012 u32 opc = OPC_INB_SSPINIIOSTART; local
4048 ret = mpi_build_cmd(pm8001_ha, circularQ, opc,
4066 u32 opc = OPC_INB_SATA_HOST_OPSTART; local
4186 u32 opc; local
4245 u32 opc = OPC_INB_DEREG_DEV_HANDLE; local
4272 u32 opc = OPC_INB_LOCAL_PHY_CONTROL; local
4310 send_task_abort(struct pm8001_hba_info *pm8001_ha, u32 opc, u32 dev_id, u8 flag, u32 task_tag, u32 cmd_tag) argument
4340 u32 opc, device_id; local
4370 u32 opc = OPC_INB_SSPINITMSTART; local
4389 u32 opc = OPC_INB_GET_NVMD_DATA; local
4469 u32 opc = OPC_INB_SET_NVMD_DATA; local
4559 u32 opc = OPC_INB_FW_FLASH_UPDATE; local
4642 u32 opc = OPC_INB_SET_DEVICE_STATE; local
4667 u32 opc = OPC_INB_SAS_RE_INITIALIZE; local
[all...]

Completed in 379 milliseconds