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.h1191 struct macb_config { struct
1192 u32 caps;
1193 unsigned int dma_burst_length;
1194 int (*clk_init)(struct platform_device *pdev, struct clk **pclk,
1197 int (*init)(struct platform_device *pdev);
1198 unsigned int max_tx_length;
1199 int jumbo_max_len;
1200 const struct macb_usrio_config *usrio;
H A Dmacb_main.c5168 const struct macb_config *macb_config = &default_gem_config; in macb_probe() local