Home
last modified time | relevance | path

Searched defs:macb_config (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/cadence/
H A Dmacb.h1193 struct macb_config { struct
1194 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;
H A Dmacb_main.c4994 const struct macb_config *macb_config = &default_gem_config; in macb_probe() local