Home
last modified time | relevance | path

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

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