Searched defs:macb_config (Results 1 – 2 of 2) sorted by relevance
1186 struct macb_config { struct1187 u32 caps;1188 unsigned int dma_burst_length;1189 int (*clk_init)(struct platform_device *pdev, struct clk **pclk,1192 int (*init)(struct platform_device *pdev);1193 unsigned int max_tx_length;1194 int jumbo_max_len;1195 const struct macb_usrio_config *usrio;
4953 const struct macb_config *macb_config = &default_gem_config; in macb_probe() local