Lines Matching full:ocm
3 * Xilinx ZynqMP OCM ECC Driver
70 #define EDAC_DEVICE "ZynqMP-OCM"
99 * struct edac_priv - OCM private instance data
100 * @baseaddr: Base address of the OCM
126 * @base: Pointer to the base address of the OCM
127 * @p: Pointer to the OCM ECC status structure
153 * @p: Pointer to the OCM ECC status structure
211 * @base: Pointer to the OCM base address
246 * echo <fault_count val> > /sys/kernel/debug/edac/ocm/inject_fault_count
248 * echo <bit_pos val> > /sys/kernel/debug/edac/ocm/inject_ce_bitpos
290 * echo <fault_count val> > /sys/kernel/debug/edac/ocm/inject_fault_count
292 * echo <bit_pos0 val>,<bit_pos1 val> > /sys/kernel/debug/edac/ocm/inject_ue_bitpos
353 priv->debugfs_dir = edac_debugfs_create_dir("ocm"); in setup_debugfs()
454 .name = "zynqmp-ocm-edac",
464 MODULE_DESCRIPTION("Xilinx ZynqMP OCM ECC driver");