| /kernel/linux/linux-6.6/drivers/scsi/snic/ |
| D | snic_trc.c | 18 struct snic_trc *trc = &snic_glob->trc; in snic_get_trc_buf() local 22 spin_lock_irqsave(&trc->lock, flags); in snic_get_trc_buf() 23 td = &trc->buf[trc->wr_idx]; in snic_get_trc_buf() 24 trc->wr_idx++; in snic_get_trc_buf() 26 if (trc->wr_idx == trc->max_idx) in snic_get_trc_buf() 27 trc->wr_idx = 0; in snic_get_trc_buf() 29 if (trc->wr_idx != trc->rd_idx) { in snic_get_trc_buf() 30 spin_unlock_irqrestore(&trc->lock, flags); in snic_get_trc_buf() 35 trc->rd_idx++; in snic_get_trc_buf() 36 if (trc->rd_idx == trc->max_idx) in snic_get_trc_buf() [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/snic/ |
| D | snic_trc.c | 32 struct snic_trc *trc = &snic_glob->trc; in snic_get_trc_buf() local 36 spin_lock_irqsave(&trc->lock, flags); in snic_get_trc_buf() 37 td = &trc->buf[trc->wr_idx]; in snic_get_trc_buf() 38 trc->wr_idx++; in snic_get_trc_buf() 40 if (trc->wr_idx == trc->max_idx) in snic_get_trc_buf() 41 trc->wr_idx = 0; in snic_get_trc_buf() 43 if (trc->wr_idx != trc->rd_idx) { in snic_get_trc_buf() 44 spin_unlock_irqrestore(&trc->lock, flags); in snic_get_trc_buf() 49 trc->rd_idx++; in snic_get_trc_buf() 50 if (trc->rd_idx == trc->max_idx) in snic_get_trc_buf() [all …]
|
| D | snic_debugfs.c | 416 return &snic_glob->trc; in snic_trc_seq_start() 457 snic_glob->trc.trc_enable = debugfs_create_bool("tracing_enable", in snic_trc_debugfs_init() 460 &snic_glob->trc.enable); in snic_trc_debugfs_init() 462 snic_glob->trc.trc_file = debugfs_create_file("trace", in snic_trc_debugfs_init() 474 debugfs_remove(snic_glob->trc.trc_file); in snic_trc_debugfs_term() 475 snic_glob->trc.trc_file = NULL; in snic_trc_debugfs_term() 477 debugfs_remove(snic_glob->trc.trc_enable); in snic_trc_debugfs_term() 478 snic_glob->trc.trc_enable = NULL; in snic_trc_debugfs_term()
|
| /kernel/linux/linux-6.6/arch/arm64/kvm/ |
| D | emulate-nested.c | 1309 SR_FGT(SYS_TRCACATR(0), HDFGRTR, TRC, 1), 1310 SR_FGT(SYS_TRCACATR(1), HDFGRTR, TRC, 1), 1311 SR_FGT(SYS_TRCACATR(2), HDFGRTR, TRC, 1), 1312 SR_FGT(SYS_TRCACATR(3), HDFGRTR, TRC, 1), 1313 SR_FGT(SYS_TRCACATR(4), HDFGRTR, TRC, 1), 1314 SR_FGT(SYS_TRCACATR(5), HDFGRTR, TRC, 1), 1315 SR_FGT(SYS_TRCACATR(6), HDFGRTR, TRC, 1), 1316 SR_FGT(SYS_TRCACATR(7), HDFGRTR, TRC, 1), 1317 SR_FGT(SYS_TRCACATR(8), HDFGRTR, TRC, 1), 1318 SR_FGT(SYS_TRCACATR(9), HDFGRTR, TRC, 1), [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-mei | 84 What: /sys/class/mei/meiN/trc 88 Description: Display trc status register content 90 The ME FW writes Glitch Detection HW (TRC) 91 status information into trc status register
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-class-mei | 84 What: /sys/class/mei/mei<N>/trc 88 Description: Display trc status register content 90 The ME FW writes Glitch Detection HW (TRC) 91 status information into trc status register
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ddr/ |
| D | lpddr3.txt | 23 - tRC-min-tck 60 tRC-min-tck = <6>; 87 tRC = <33750>;
|
| D | lpddr3-timings.txt | 20 - tRC 45 tRC = <33750>;
|
| /kernel/linux/linux-5.10/drivers/memory/ |
| D | of_memory.c | 180 ret |= of_property_read_u32(np, "tRC-min-tck", &min->tRC); in of_lpddr3_get_min_tck() 224 ret |= of_property_read_u32(np, "tRC", &tim->tRC); in of_lpddr3_do_get_timings()
|
| D | jedec_ddr.h | 186 u32 tRC; member 215 u32 tRC; member
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ddr/ |
| D | jedec,lpddr3.yaml | 87 tRC-min-tck: 205 tRC-min-tck = <6>; 230 tRC = <33750>;
|
| D | jedec,lpddr3-timings.yaml | 64 tRC: 144 tRC = <33750>;
|
| /kernel/linux/linux-6.6/drivers/memory/ |
| D | of_memory.c | 180 ret |= of_property_read_u32(np, "tRC-min-tck", &min->tRC); in of_lpddr3_get_min_tck() 226 ret |= of_property_read_u32(np, "tRC", &tim->tRC); in of_lpddr3_do_get_timings()
|
| D | jedec_ddr.h | 233 u32 tRC; member 262 u32 tRC; member
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | metronomefb.c | 136 u8 trc; member 212 wfm_hdr->trc += 1; in load_waveform() 224 if ((sizeof(*wfm_hdr) + wfm_hdr->trc) > size) in load_waveform() 227 for (i = sizeof(*wfm_hdr); i <= sizeof(*wfm_hdr) + wfm_hdr->trc; i++) { in load_waveform() 235 cksum_idx = sizeof(*wfm_hdr) + wfm_hdr->trc + 1; in load_waveform()
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | metronomefb.c | 136 u8 trc; member 212 wfm_hdr->trc += 1; in load_waveform() 224 if ((sizeof(*wfm_hdr) + wfm_hdr->trc) > size) in load_waveform() 227 for (i = sizeof(*wfm_hdr); i <= sizeof(*wfm_hdr) + wfm_hdr->trc; i++) { in load_waveform() 235 cksum_idx = sizeof(*wfm_hdr) + wfm_hdr->trc + 1; in load_waveform()
|
| /kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
| D | esas2r_ioctl.c | 914 struct atto_hba_trace *trc = &hi->data.trace; in hba_ioctl_callback() local 929 if (trc->trace_type == ATTO_TRC_TT_FWCOREDUMP in hba_ioctl_callback() 931 if (trc->trace_func == ATTO_TRC_TF_UPLOAD) { in hba_ioctl_callback() 933 u32 offset = trc->current_offset; in hba_ioctl_callback() 950 memcpy(trc->contents, in hba_ioctl_callback() 954 } else if (trc->trace_func == ATTO_TRC_TF_RESET) { in hba_ioctl_callback() 959 } else if (trc->trace_func != ATTO_TRC_TF_GET_INFO) { in hba_ioctl_callback() 965 trc->trace_mask = 0; in hba_ioctl_callback() 966 trc->current_offset = 0; in hba_ioctl_callback() 967 trc->total_length = ESAS2R_FWCOREDUMP_SZ; in hba_ioctl_callback() [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
| D | esas2r_ioctl.c | 914 struct atto_hba_trace *trc = &hi->data.trace; in hba_ioctl_callback() local 929 if (trc->trace_type == ATTO_TRC_TT_FWCOREDUMP in hba_ioctl_callback() 931 if (trc->trace_func == ATTO_TRC_TF_UPLOAD) { in hba_ioctl_callback() 933 u32 offset = trc->current_offset; in hba_ioctl_callback() 950 memcpy(trc + 1, in hba_ioctl_callback() 955 } else if (trc->trace_func == ATTO_TRC_TF_RESET) { in hba_ioctl_callback() 960 } else if (trc->trace_func != ATTO_TRC_TF_GET_INFO) { in hba_ioctl_callback() 966 trc->trace_mask = 0; in hba_ioctl_callback() 967 trc->current_offset = 0; in hba_ioctl_callback() 968 trc->total_length = ESAS2R_FWCOREDUMP_SZ; in hba_ioctl_callback() [all …]
|
| /kernel/linux/linux-5.10/drivers/misc/mei/ |
| D | mei_dev.h | 284 * @trc_status : get trc status register 315 int (*trc_status)(struct mei_device *dev, u32 *trc); 748 static inline int mei_trc_status(struct mei_device *dev, u32 *trc) in mei_trc_status() argument 751 return dev->ops->trc_status(dev, trc); in mei_trc_status()
|
| /kernel/linux/linux-5.10/include/dt-bindings/clock/ |
| D | rk3399-ddr.h | 7 * DDR3 SDRAM Standard Speed Bins include tCK, tRCD, tRP, tRAS and tRC for
|
| /kernel/linux/linux-6.6/include/dt-bindings/clock/ |
| D | rk3399-ddr.h | 7 * DDR3 SDRAM Standard Speed Bins include tCK, tRCD, tRP, tRAS and tRC for
|
| /kernel/linux/linux-6.6/drivers/misc/mei/ |
| D | mei_dev.h | 326 * @trc_status : get trc status register 357 int (*trc_status)(struct mei_device *dev, u32 *trc); 816 static inline int mei_trc_status(struct mei_device *dev, u32 *trc) in mei_trc_status() argument 819 return dev->ops->trc_status(dev, trc); in mei_trc_status()
|
| D | main.c | 926 * trc_show - mei device trc attribute show method 938 u32 trc; in trc_show() local 941 ret = mei_trc_status(dev, &trc); in trc_show() 944 return sprintf(buf, "%08X\n", trc); in trc_show() 946 static DEVICE_ATTR_RO(trc);
|
| /kernel/linux/linux-6.6/drivers/scsi/bfa/ |
| D | bfa_cs.h | 21 * BFA TRC 65 struct bfa_trc_s trc[BFA_TRC_MAX]; member
|
| /kernel/linux/linux-5.10/drivers/scsi/bfa/ |
| D | bfa_cs.h | 21 * BFA TRC 65 struct bfa_trc_s trc[BFA_TRC_MAX]; member
|