Searched refs:L2C_ID (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/mm/ |
H A D | cache-l2x0.c | 1630 #define L2C_ID(name, fns) { .compatible = name, .data = (void *)&fns } macro 1632 L2C_ID("arm,l210-cache", of_l2c210_data), 1633 L2C_ID("arm,l220-cache", of_l2c220_data), 1634 L2C_ID("arm,pl310-cache", of_l2c310_data), 1635 L2C_ID("brcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data), 1636 L2C_ID("marvell,aurora-outer-cache", of_aurora_with_outer_data), 1637 L2C_ID("marvell,aurora-system-cache", of_aurora_no_outer_data), 1638 L2C_ID("marvell,tauros3-cache", of_tauros3_data), 1640 L2C_ID("bcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data),
|
Completed in 76 milliseconds