Searched refs:ax45mp_priv (Results 1 – 1 of 1) sorted by relevance
52 struct ax45mp_priv { struct57 static struct ax45mp_priv ax45mp_priv; variable62 return readl(ax45mp_priv.l2c_base + AX45MP_L2C_REG_STATUS_OFFSET); in ax45mp_cpu_l2c_get_cctl_status()68 unsigned long line_size = ax45mp_priv.ax45mp_cache_line_size; in ax45mp_cpu_cache_operation()69 void __iomem *base = ax45mp_priv.l2c_base; in ax45mp_cpu_cache_operation()113 line_size = ax45mp_priv.ax45mp_cache_line_size; in ax45mp_dma_cache_inv()135 line_size = ax45mp_priv.ax45mp_cache_line_size; in ax45mp_dma_cache_wback()161 ax45mp_priv.ax45mp_cache_line_size); in ax45mp_get_l2_line_size()203 ax45mp_priv.l2c_base = ioremap(res.start, resource_size(&res)); in ax45mp_cache_init()204 if (!ax45mp_priv.l2c_base) in ax45mp_cache_init()[all …]