Home
last modified time | relevance | path

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

/drivers/edac/
Dskx_common.c538 char *optype; in skx_mce_output_error() local
577 optype = "Can't parse: it is not a mem"; in skx_mce_output_error()
581 optype = "generic undef request error"; in skx_mce_output_error()
584 optype = "memory read error"; in skx_mce_output_error()
587 optype = "memory write error"; in skx_mce_output_error()
590 optype = "addr/cmd error"; in skx_mce_output_error()
593 optype = "memory scrubbing error"; in skx_mce_output_error()
597 optype = "reserved"; in skx_mce_output_error()
625 optype, skx_msg); in skx_mce_output_error()
Dpnd2_edac.c1125 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local
1151 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error()
1155 optype = "generic undef request error"; in pnd2_mce_output_error()
1158 optype = "memory read error"; in pnd2_mce_output_error()
1161 optype = "memory write error"; in pnd2_mce_output_error()
1164 optype = "addr/cmd error"; in pnd2_mce_output_error()
1167 optype = "memory scrubbing error"; in pnd2_mce_output_error()
1170 optype = "reserved"; in pnd2_mce_output_error()
1192 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
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()
Dsb_edac.c3082 char *optype, msg[256], msg_full[512]; in sbridge_mce_output_error() local
3132 optype = "generic undef request error"; in sbridge_mce_output_error()
3135 optype = "memory read error"; in sbridge_mce_output_error()
3138 optype = "memory write error"; in sbridge_mce_output_error()
3141 optype = "addr/cmd error"; in sbridge_mce_output_error()
3144 optype = "memory scrubbing error"; in sbridge_mce_output_error()
3147 optype = "reserved"; in sbridge_mce_output_error()
3180 optype, msg); in sbridge_mce_output_error()
3242 optype, msg_full); in sbridge_mce_output_error()
/drivers/crypto/caam/
Dqi.h36 enum optype { enum
68 enum optype op_type;
Dcaamalg_qi2.h163 enum optype { enum
Dcaamalg_qi.c830 enum optype type) in get_drv_ctx()
/drivers/dma/idxd/
Dsubmit.c27 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument
41 if (optype == IDXD_OP_NONBLOCK) in idxd_alloc_desc()
Didxd.h648 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
/drivers/spi/
Dspi-intel.c334 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument
350 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index()
399 int optype) in intel_spi_sw_cycle() argument
405 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle()
428 switch (optype) { in intel_spi_sw_cycle()
/drivers/scsi/
Dmyrb.h592 unsigned char optype; /* Byte 2 */ member
618 unsigned char optype; /* Byte 2 */ member
Dmyrb.c301 mbox->type3E.optype = DAC960_V1_GetEventLogEntry; in myrb_get_event()
597 mbox->type3B.optype = 0x20; in myrb_bgi_control()
/drivers/mtd/spi-nor/controllers/
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()
/drivers/net/ethernet/emulex/benet/
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 …]
Dbe_cmds.h1344 int optype; member
1411 u16 optype; member
/drivers/media/platform/via/
Dvia-camera.c128 #define sensor_call(cam, optype, func, args...) \ argument
129 v4l2_subdev_call(cam->sensor, optype, func, ##args)