| H A D | ksz_common.h | 18 #include <linux/platform_data/microchip-ksz.h> 23 /* all KSZ switches count ports from 1 */ 952 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ 953 static const struct regmap_config ksz##_regmap_config[] = { \ 977 #define KSZ8463_REGMAP_TABLE(ksz, regbits, regpad, regalign) \ 978 static const struct regmap_config ksz##_regmap_config[] = { \ 945 KSZ_REGMAP_TABLE(ksz,swp,regbits,regpad,regalign) global() argument 970 KSZ8463_REGMAP_TABLE(ksz,regbits,regpad,regalign) global() argument
|