Searched defs:macb_config (Results 1 – 2 of 2) sorted by relevance
1193 struct macb_config { struct1194 u32 caps;1195 unsigned int dma_burst_length;1196 int (*clk_init)(struct platform_device *pdev, struct clk **pclk,1199 int (*init)(struct platform_device *pdev);1200 unsigned int max_tx_length;1201 int jumbo_max_len;1202 const struct macb_usrio_config *usrio;
4996 const struct macb_config *macb_config = &default_gem_config; in macb_probe() local