Searched refs:fct_flow (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | lan75xx.c | 63 uint32_t flow = 0, fct_flow = 0; in lan75xx_update_flowcontrol() local 66 ret = lan7x_update_flowcontrol(udev, dev, &flow, &fct_flow); in lan75xx_update_flowcontrol() 70 ret = lan7x_write_reg(udev, LAN75XX_FCT_FLOW, fct_flow); in lan75xx_update_flowcontrol()
|
| H A D | lan7x.c | 265 uint32_t *flow, uint32_t *fct_flow) in lan7x_update_flowcontrol() argument 284 *fct_flow = ((MAX_RX_FIFO_SIZE * 2) / (10 * 512)) in lan7x_update_flowcontrol() 286 *fct_flow <<= 8UL; in lan7x_update_flowcontrol() 287 *fct_flow |= ((MAX_RX_FIFO_SIZE * 8) / (10 * 512)) in lan7x_update_flowcontrol()
|
| H A D | lan78xx.c | 187 uint32_t flow = 0, fct_flow = 0; in lan78xx_update_flowcontrol() local 190 ret = lan7x_update_flowcontrol(udev, dev, &flow, &fct_flow); in lan78xx_update_flowcontrol() 194 ret = lan7x_write_reg(udev, LAN78XX_FCT_FLOW, fct_flow); in lan78xx_update_flowcontrol()
|
| H A D | lan7x.h | 215 uint32_t *flow, uint32_t *fct_flow);
|