Searched refs:L2C_ID (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/arm/mm/ |
D | cache-l2x0.c | 1747 #define L2C_ID(name, fns) { .compatible = name, .data = (void *)&fns } macro 1749 L2C_ID("arm,l210-cache", of_l2c210_data), 1750 L2C_ID("arm,l220-cache", of_l2c220_data), 1751 L2C_ID("arm,pl310-cache", of_l2c310_data), 1752 L2C_ID("brcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data), 1753 L2C_ID("marvell,aurora-outer-cache", of_aurora_with_outer_data), 1754 L2C_ID("marvell,aurora-system-cache", of_aurora_no_outer_data), 1755 L2C_ID("marvell,tauros3-cache", of_tauros3_data), 1757 L2C_ID("bcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data),
|