Searched refs:ras_base (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | ras.c | 186 void cxl_handle_cor_ras(struct device *dev, void __iomem *ras_base) in cxl_handle_cor_ras() argument 191 if (!ras_base) in cxl_handle_cor_ras() 194 addr = ras_base + CXL_RAS_CORRECTABLE_STATUS_OFFSET; in cxl_handle_cor_ras() 203 static void header_log_copy(void __iomem *ras_base, u32 *log) in header_log_copy() argument 209 addr = ras_base + CXL_RAS_HEADER_LOG_OFFSET; in header_log_copy() 223 bool cxl_handle_ras(struct device *dev, void __iomem *ras_base) in cxl_handle_ras() argument 230 if (!ras_base) in cxl_handle_ras() 233 addr = ras_base + CXL_RAS_UNCORRECTABLE_STATUS_OFFSET; in cxl_handle_ras() 241 ras_base + CXL_RAS_CAP_CONTROL_OFFSET; in cxl_handle_ras() 249 header_log_copy(ras_base, hl); in cxl_handle_ras()
|
| H A D | core.h | 184 bool cxl_handle_ras(struct device *dev, void __iomem *ras_base); 185 void cxl_handle_cor_ras(struct device *dev, void __iomem *ras_base); 196 static inline bool cxl_handle_ras(struct device *dev, void __iomem *ras_base) in cxl_handle_ras() argument 200 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
|