Searched refs:L2C_ID (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/arm/mm/ |
D | cache-l2x0.c | 1739 #define L2C_ID(name, fns) { .compatible = name, .data = (void *)&fns } macro 1741 L2C_ID("arm,l210-cache", of_l2c210_data), 1742 L2C_ID("arm,l220-cache", of_l2c220_data), 1743 L2C_ID("arm,pl310-cache", of_l2c310_data), 1744 L2C_ID("brcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data), 1745 L2C_ID("marvell,aurora-outer-cache", of_aurora_with_outer_data), 1746 L2C_ID("marvell,aurora-system-cache", of_aurora_no_outer_data), 1747 L2C_ID("marvell,tauros3-cache", of_tauros3_data), 1749 L2C_ID("bcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data),
|