Searched refs:ras_base (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | ras.c | 198 void cxl_handle_cor_ras(struct device *dev, void __iomem *ras_base) in cxl_handle_cor_ras() argument 203 if (!ras_base) in cxl_handle_cor_ras() 206 addr = ras_base + CXL_RAS_CORRECTABLE_STATUS_OFFSET; in cxl_handle_cor_ras() 215 static void header_log_copy(void __iomem *ras_base, u32 *log) in header_log_copy() argument 221 addr = ras_base + CXL_RAS_HEADER_LOG_OFFSET; in header_log_copy() 235 bool cxl_handle_ras(struct device *dev, void __iomem *ras_base) in cxl_handle_ras() argument 242 if (!ras_base) in cxl_handle_ras() 245 addr = ras_base + CXL_RAS_UNCORRECTABLE_STATUS_OFFSET; in cxl_handle_ras() 253 ras_base + CXL_RAS_CAP_CONTROL_OFFSET; in cxl_handle_ras() 261 header_log_copy(ras_base, hl); in cxl_handle_ras()
|
| H A D | core.h | 190 bool cxl_handle_ras(struct device *dev, void __iomem *ras_base); 191 void cxl_handle_cor_ras(struct device *dev, void __iomem *ras_base); 199 static inline bool cxl_handle_ras(struct device *dev, void __iomem *ras_base) in cxl_handle_ras() argument 203 static inline void cxl_handle_cor_ras(struct device *dev, void __iomem *ras_base) { } in cxl_handle_cor_ras() argument
|
| /linux/include/linux/clk/ |
| H A D | spear.h | 26 void __init spear1310_clk_init(void __iomem *misc_base, void __iomem *ras_base); 28 static inline void spear1310_clk_init(void __iomem *misc_base, void __iomem *ras_base) {} in spear1310_clk_init() argument
|
| /linux/drivers/clk/spear/ |
| H A D | spear1310_clock.c | 169 #define SPEAR1310_RAS_CTRL_REG0 (ras_base + 0x000) 194 #define SPEAR1310_RAS_CTRL_REG1 (ras_base + 0x004) 199 #define SPEAR1310_RAS_SW_CLK_CTRL (ras_base + 0x0148) 382 void __init spear1310_clk_init(void __iomem *misc_base, void __iomem *ras_base) in spear1310_clk_init() argument
|