Lines Matching full:ks8851
2 /* drivers/net/ethernet/micrel/ks8851.c
23 #include "ks8851.h"
33 * struct ks8851_net_par - KS8851 Parallel driver private data
34 * @ks8851: KS8851 driver common private data
46 struct ks8851_net ks8851; member
53 #define to_ks8851_par(ks) container_of((ks), struct ks8851_net_par, ks8851)
87 * The KS8851-16MLL EESK pin allows selecting the endianness of the 16bit
98 * If the endian strap on the KS8851-16MLL in incorrect and the chip in ks_check_endian()
325 { .compatible = "micrel,ks8851-mll" },
332 .name = "ks8851",
341 MODULE_DESCRIPTION("KS8851 Network driver");