Searched refs:FLOW (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/smsc/
H A Dsmsc9420.h194 #define FLOW (0x9C) macro
H A Dsmsc911x.h348 #define FLOW 0x08 macro
H A Dsmc911x.h609 #define FLOW (0x08) /* R/W */ macro
834 #define SMC_GET_FLOW(lp, x) SMC_GET_MAC_CSR( (lp), FLOW, x )
835 #define SMC_SET_FLOW(lp, x) SMC_SET_MAC_CSR( (lp), FLOW, x )
H A Dsmsc9420.c1127 smsc9420_reg_write(pd, FLOW, flow);
H A Dsmsc911x.c911 smsc911x_mac_write(pdata, FLOW, flow);
/drivers/net/usb/
H A Dsmsc95xx.h190 #define FLOW (0x11C) macro
H A Dsmsc75xx.h298 #define FLOW (0x10C) macro
H A Dsmsc75xx.c495 ret = smsc75xx_write_reg(dev, FLOW, flow);
496 check_warn_return(ret, "Error writing FLOW");
912 ret = smsc75xx_write_reg(dev, FLOW, 0);
913 check_warn_return(ret, "Failed to write FLOW: %d", ret);
H A Dsmsc95xx.c452 smsc95xx_write_reg(dev, FLOW, flow);
908 ret = smsc95xx_write_reg(dev, FLOW, write_buf);
910 netdev_warn(dev->net, "Failed to write FLOW: %d\n", ret);
/drivers/media/video/pwc/
H A Dpwc.h72 #define PWC_DEBUG_FLOW(fmt, args...) PWC_DEBUG(FLOW, fmt, ##args)

Completed in 115 milliseconds