Searched refs:L2C_ID (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/arm/mm/ |
D | cache-l2x0.c | 1686 #define L2C_ID(name, fns) { .compatible = name, .data = (void *)&fns } macro 1688 L2C_ID("arm,l210-cache", of_l2c210_data), 1689 L2C_ID("arm,l220-cache", of_l2c220_data), 1690 L2C_ID("arm,pl310-cache", of_l2c310_data), 1691 L2C_ID("brcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data), 1692 L2C_ID("marvell,aurora-outer-cache", of_aurora_with_outer_data), 1693 L2C_ID("marvell,aurora-system-cache", of_aurora_no_outer_data), 1694 L2C_ID("marvell,tauros3-cache", of_tauros3_data), 1696 L2C_ID("bcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data),
|