Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.c131 ctlr->optype = offsetof(struct ich7_spi_regs, optype); in ich_init_controller()
145 ctlr->optype = offsetof(struct ich9_spi_regs, optype); in ich_init_controller()
261 optypes = ich_readw(ctlr, ctlr->optype); in spi_setup_opcode()
263 ich_writew(ctlr, optypes, ctlr->optype); in spi_setup_opcode()
267 uint8_t optype; in spi_setup_opcode() local
287 optypes = ich_readw(ctlr, ctlr->optype); in spi_setup_opcode()
288 optype = (optypes >> (opcode_index * 2)) & 0x3; in spi_setup_opcode()
290 optype == SPI_OPCODE_TYPE_WRITE_WITH_ADDRESS && in spi_setup_opcode()
293 trans->type = optype; in spi_setup_opcode()
295 if (optype != trans->type) { in spi_setup_opcode()
[all …]
H A Dich.h20 uint16_t optype; member
39 uint16_t optype; member
185 int optype; member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dtransport.c524 int optype; in wait_for_free_credits() local
532 optype = flags & CIFS_OP_MASK; in wait_for_free_credits()
536 credits = server->ops->get_credits_field(server, optype); in wait_for_free_credits()
538 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits()
589 if (!optype && num_credits == 1 && in wait_for_free_credits()
780 int optype; in cifs_call_async() local
782 optype = flags & CIFS_OP_MASK; in cifs_call_async()
802 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async()
809 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async()
844 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async()
[all …]
H A Dcifsglob.h231 const int optype);
810 const int optype) in add_credits() argument
812 server->ops->add_credits(server, credits, optype); in add_credits()
817 const struct cifs_credits *credits, const int optype) in add_credits_and_wake_if() argument
820 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
1612 unsigned int optype; /* operation type */ member
H A Dsmb1ops.c109 const struct cifs_credits *credits, const int optype) in cifs_add_credits() argument
128 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument
H A Dsmb2misc.c845 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
H A Dsmb2ops.c62 const struct cifs_credits *credits, const int optype) in smb2_add_credits() argument
70 val = server->ops->get_credits_field(server, optype); in smb2_add_credits()
73 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
86 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()
144 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument
146 switch (optype) { in smb2_get_credits_field()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dskx_common.c480 char *optype; in skx_mce_output_error() local
518 optype = "Can't parse: it is not a mem"; in skx_mce_output_error()
522 optype = "generic undef request error"; in skx_mce_output_error()
525 optype = "memory read error"; in skx_mce_output_error()
528 optype = "memory write error"; in skx_mce_output_error()
531 optype = "addr/cmd error"; in skx_mce_output_error()
534 optype = "memory scrubbing error"; in skx_mce_output_error()
537 optype = "reserved"; in skx_mce_output_error()
565 optype, skx_msg); in skx_mce_output_error()
H A Dpnd2_edac.c1147 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local
1173 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error()
1177 optype = "generic undef request error"; in pnd2_mce_output_error()
1180 optype = "memory read error"; in pnd2_mce_output_error()
1183 optype = "memory write error"; in pnd2_mce_output_error()
1186 optype = "addr/cmd error"; in pnd2_mce_output_error()
1189 optype = "memory scrubbing error"; in pnd2_mce_output_error()
1192 optype = "reserved"; in pnd2_mce_output_error()
1214 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
H A Di7core_edac.c1698 char *optype, *err; in i7core_mce_output_error() local
1722 optype = "generic undef request"; in i7core_mce_output_error()
1725 optype = "read error"; in i7core_mce_output_error()
1728 optype = "write error"; in i7core_mce_output_error()
1731 optype = "addr/cmd error"; in i7core_mce_output_error()
1734 optype = "scrubbing error"; in i7core_mce_output_error()
1737 optype = "reserved"; in i7core_mce_output_error()
1784 err, optype); in i7core_mce_output_error()
H A Dsb_edac.c2953 char *optype, msg[256]; in sbridge_mce_output_error() local
3003 optype = "generic undef request error"; in sbridge_mce_output_error()
3006 optype = "memory read error"; in sbridge_mce_output_error()
3009 optype = "memory write error"; in sbridge_mce_output_error()
3012 optype = "addr/cmd error"; in sbridge_mce_output_error()
3015 optype = "memory scrubbing error"; in sbridge_mce_output_error()
3018 optype = "reserved"; in sbridge_mce_output_error()
3051 optype, msg); in sbridge_mce_output_error()
3114 optype, msg); in sbridge_mce_output_error()
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dqi.h36 enum optype { enum
68 enum optype op_type;
H A Dcaamalg_qi2.h163 enum optype { enum
/OK3568_Linux_fs/kernel/drivers/dma/idxd/
H A Dsubmit.c22 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument
36 if (optype == IDXD_OP_NONBLOCK) in idxd_alloc_desc()
H A Didxd.h319 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dplock.c86 op->info.optype = DLM_PLOCK_OP_UNLOCK; in do_unlock_close()
120 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock()
271 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock()
331 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddlm_plock.h31 __u8 optype; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddlm_plock.h31 __u8 optype; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddlm_plock.h31 __u8 optype; member
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/
H A Dintel-spi.c427 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument
443 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index()
492 int optype) in intel_spi_sw_cycle() argument
498 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle()
521 switch (optype) { in intel_spi_sw_cycle()
H A Dhisi-sfc.c180 u8 opcode, size_t len, u8 optype) in hisi_spi_nor_op_reg() argument
196 reg = FMC_OP_CMD1_EN | FMC_OP_REG_OP_START | optype; in hisi_spi_nor_op_reg()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmyrb.h592 unsigned char optype; /* Byte 2 */ member
618 unsigned char optype; /* Byte 2 */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2688 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument
2701 if (optype == OPTYPE_PHY_FW) in be_flash()
2706 if (optype == OPTYPE_PHY_FW) in be_flash()
2714 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash()
2718 optype == OPTYPE_PHY_FW) in be_flash()
2824 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) && in be_flash_BEx()
2830 if (pflashcomp[i].optype == OPTYPE_PHY_FW && in be_flash_BEx()
2834 if (pflashcomp[i].optype == OPTYPE_REDBOOT) { in be_flash_BEx()
2844 pflashcomp[i].optype); in be_flash_BEx()
2857 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dvia-camera.c128 #define sensor_call(cam, optype, func, args...) \ argument
129 v4l2_subdev_call(cam->sensor, optype, func, ##args)
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/
H A Dpfpsp.S928 mov.b %d0,DTAG(%a6) # save dst optype tag
1275 mov.b %d0,STAG(%a6) # save src optype tag
1839 mov.b %d0,DTAG(%a6) # save dst optype tag
2085 mov.b %d0,STAG(%a6) # save src optype tag
2373 # set_tag_x() - determine optype of src/dst operands #
2557 mov.b %d0,STAG(%a6) # set new optype tag
2576 mov.b %d0,DTAG(%a6) # set new optype tag

12