Home
last modified time | relevance | path

Searched refs:ffdc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/hwmon/occ/
A Dp9_sbe.c20 void *ffdc; member
39 rc = memory_read_from_buffer(buf, count, &pos, ctx->ffdc, in ffdc_read()
48 static BIN_ATTR_RO(ffdc, OCC_MAX_RESP_WORDS * 4);
58 if (ctx->ffdc) in p9_sbe_occ_save_ffdc()
59 kvfree(ctx->ffdc); in p9_sbe_occ_save_ffdc()
60 ctx->ffdc = kvmalloc(resp_len, GFP_KERNEL); in p9_sbe_occ_save_ffdc()
61 if (!ctx->ffdc) { in p9_sbe_occ_save_ffdc()
73 memcpy(ctx->ffdc, resp, resp_len); in p9_sbe_occ_save_ffdc()
174 if (ctx->ffdc) in p9_sbe_occ_remove()
175 kvfree(ctx->ffdc); in p9_sbe_occ_remove()
/linux/drivers/fsi/
A Dfsi-sbefifo.c163 w0 = be32_to_cpu(*(ffdc++)); in __sbefifo_dump_ffdc()
164 w1 = be32_to_cpu(*(ffdc++)); in __sbefifo_dump_ffdc()
165 w2 = be32_to_cpu(*(ffdc++)); in __sbefifo_dump_ffdc()
193 p += sprintf(p, " %08x", be32_to_cpu(*(ffdc++))); in __sbefifo_dump_ffdc()
211 __sbefifo_dump_ffdc(dev, ffdc, ffdc_sz, internal); in sbefifo_dump_ffdc()
642 __be32 *ffdc; in sbefifo_collect_async_ffdc() local
648 ffdc = vmalloc(SBEFIFO_MAX_FFDC_SIZE); in sbefifo_collect_async_ffdc()
649 if (!ffdc) { in sbefifo_collect_async_ffdc()
653 ffdc_iov.iov_base = ffdc; in sbefifo_collect_async_ffdc()
672 sbefifo_dump_ffdc(dev, ffdc, ffdc_sz, true); in sbefifo_collect_async_ffdc()
[all …]
A Dfsi-occ.c220 __be32 *ffdc = &resp[parsed_len]; in occ_save_ffdc() local
225 memcpy(occ->client_buffer, ffdc, ffdc_len); in occ_save_ffdc()
/linux/drivers/misc/genwqe/
A Dcard_base.c385 cd->ffdc[type].entries = e; in genwqe_ffdc_buffs_alloc()
386 cd->ffdc[type].regs = in genwqe_ffdc_buffs_alloc()
402 kfree(cd->ffdc[type].regs); in genwqe_ffdc_buffs_free()
403 cd->ffdc[type].regs = NULL; in genwqe_ffdc_buffs_free()
471 cd->ffdc[GENWQE_DBG_REGS].entries, 0); in genwqe_start()
474 cd->ffdc[GENWQE_DBG_UNIT0].regs, in genwqe_start()
475 cd->ffdc[GENWQE_DBG_UNIT0].entries); in genwqe_start()
478 cd->ffdc[GENWQE_DBG_UNIT1].regs, in genwqe_start()
479 cd->ffdc[GENWQE_DBG_UNIT1].entries); in genwqe_start()
482 cd->ffdc[GENWQE_DBG_UNIT2].regs, in genwqe_start()
[all …]
A Dcard_debugfs.c94 dbg_uidn_show(s, cd->ffdc[uid].regs, cd->ffdc[uid].entries); in prev_dbg_uidn_show()
152 struct genwqe_reg *regs = cd->ffdc[GENWQE_DBG_REGS].regs; in prev_regs_show()
A Dcard_base.h276 struct genwqe_ffdc ffdc[GENWQE_DBG_UNITS]; member
/linux/Documentation/ABI/testing/
A Dsysfs-bus-platform-devices-occ-hwmon1 What: /sys/bus/platform/devices/occ-hwmon.X/ffdc
/linux/drivers/scsi/
A Dips.c5930 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_reset()
5933 scb->cmd.ffdc.reset_type = 0x80; in ips_ffdc_reset()
5966 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_time()
5968 scb->cmd.ffdc.reset_count = 0; in ips_ffdc_time()
5969 scb->cmd.ffdc.reset_type = 0; in ips_ffdc_time()
5995 scb->cmd.ffdc.hour = tm.tm_hour; in ips_fix_ffdc_time()
5996 scb->cmd.ffdc.minute = tm.tm_min; in ips_fix_ffdc_time()
5997 scb->cmd.ffdc.second = tm.tm_sec; in ips_fix_ffdc_time()
5999 scb->cmd.ffdc.yearL = tm.tm_year % 100; in ips_fix_ffdc_time()
6000 scb->cmd.ffdc.month = tm.tm_mon + 1; in ips_fix_ffdc_time()
[all …]
A Dips.h593 IPS_FFDC_CMD ffdc; member
/linux/arch/m68k/ifpsp060/
A Dpfpsp.sa1207 dc.l $4e75323b,$120a4efb,$10064afc,$0030ffdc
1208 dc.l $ffdcffdc,$006000f8,$006e0000,$0000ffdc
1209 dc.l $ffdcffdc,$0060007c,$006e0000,$0000ffdc

Completed in 37 milliseconds