Searched refs:fct_flow (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/usb/eth/ |
A D | lan75xx.c | 64 uint32_t flow = 0, fct_flow = 0; in lan75xx_update_flowcontrol() local 67 ret = lan7x_update_flowcontrol(udev, dev, &flow, &fct_flow); in lan75xx_update_flowcontrol() 71 ret = lan7x_write_reg(udev, LAN75XX_FCT_FLOW, fct_flow); in lan75xx_update_flowcontrol()
|
A D | lan7x.c | 266 uint32_t *flow, uint32_t *fct_flow) in lan7x_update_flowcontrol() argument 285 *fct_flow = ((MAX_RX_FIFO_SIZE * 2) / (10 * 512)) in lan7x_update_flowcontrol() 287 *fct_flow <<= 8UL; in lan7x_update_flowcontrol() 288 *fct_flow |= ((MAX_RX_FIFO_SIZE * 8) / (10 * 512)) in lan7x_update_flowcontrol()
|
A D | lan78xx.c | 189 uint32_t flow = 0, fct_flow = 0; in lan78xx_update_flowcontrol() local 192 ret = lan7x_update_flowcontrol(udev, dev, &flow, &fct_flow); in lan78xx_update_flowcontrol() 196 ret = lan7x_write_reg(udev, LAN78XX_FCT_FLOW, fct_flow); in lan78xx_update_flowcontrol()
|
A D | lan7x.h | 222 uint32_t *flow, uint32_t *fct_flow);
|
Completed in 7 milliseconds