Searched refs:FLOW (Results 1 – 12 of 12) sorted by relevance
/drivers/net/ethernet/smsc/ |
D | smsc9420.h | 181 #define FLOW (0x9C) macro
|
D | smc911x.h | 586 #define FLOW (0x08) /* R/W */ macro 811 #define SMC_GET_FLOW(lp, x) SMC_GET_MAC_CSR( (lp), FLOW, x ) 812 #define SMC_SET_FLOW(lp, x) SMC_SET_MAC_CSR( (lp), FLOW, x )
|
D | smsc911x.h | 354 #define FLOW 0x08 macro
|
D | smsc9420.c | 1063 smsc9420_reg_write(pd, FLOW, flow); in smsc9420_phy_update_flowcontrol()
|
D | smsc911x.c | 943 smsc911x_mac_write(pdata, FLOW, flow); in smsc911x_phy_update_flowcontrol()
|
/drivers/net/usb/ |
D | smsc95xx.h | 253 #define FLOW (0x11C) macro
|
D | smsc75xx.h | 285 #define FLOW (0x10C) macro
|
D | lan78xx.h | 571 #define FLOW (0x10C) macro
|
D | smsc95xx.c | 562 ret = smsc95xx_write_reg(dev, FLOW, flow); in smsc95xx_phy_update_flowcontrol() 995 ret = smsc95xx_write_reg(dev, FLOW, 0); in smsc95xx_reset()
|
D | smsc75xx.c | 613 ret = smsc75xx_write_reg(dev, FLOW, flow); in smsc75xx_update_flowcontrol() 1285 ret = smsc75xx_write_reg(dev, FLOW, 0); in smsc75xx_reset()
|
D | lan78xx.c | 305 FLOW, 1200 lan78xx_write_reg(dev, FLOW, flow); in lan78xx_update_flowcontrol() 2806 ret = lan78xx_write_reg(dev, FLOW, 0); in lan78xx_reset()
|
/drivers/media/usb/pwc/ |
D | pwc.h | 61 #define PWC_DEBUG_FLOW(fmt, args...) PWC_DEBUG(FLOW, fmt, ##args)
|