Searched refs:BURST_CAP (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | smsc95xx.h | 162 #define BURST_CAP (0x38) macro
|
H A D | smsc75xx.h | 170 #define BURST_CAP (0x0034) macro
|
H A D | lan78xx.h | 402 #define BURST_CAP (0x090) macro
|
H A D | smsc95xx.c | 931 ret = smsc95xx_write_reg(dev, BURST_CAP, burst_cap); in smsc95xx_reset() 935 ret = smsc95xx_read_reg(dev, BURST_CAP, &read_buf); in smsc95xx_reset() 940 "Read Value from BURST_CAP after writing: 0x%08x\n", in smsc95xx_reset()
|
H A D | smsc75xx.c | 1172 ret = smsc75xx_write_reg(dev, BURST_CAP, buf); in smsc75xx_reset() 1174 netdev_warn(dev->net, "Failed to write BURST_CAP: %d\n", ret); in smsc75xx_reset() 1178 ret = smsc75xx_read_reg(dev, BURST_CAP, &buf); in smsc75xx_reset() 1180 netdev_warn(dev->net, "Failed to read BURST_CAP: %d\n", ret); in smsc75xx_reset() 1185 "Read Value from BURST_CAP after writing: 0x%08x\n", buf); in smsc75xx_reset()
|
H A D | lan78xx.c | 2478 ret = lan78xx_write_reg(dev, BURST_CAP, buf); in lan78xx_reset()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | smsc95xx.h | 162 #define BURST_CAP (0x38) macro
|
H A D | smsc75xx.h | 170 #define BURST_CAP (0x0034) macro
|
H A D | lan78xx.h | 402 #define BURST_CAP (0x090) macro
|
H A D | smsc95xx.c | 947 ret = smsc95xx_write_reg(dev, BURST_CAP, burst_cap); in smsc95xx_reset() 951 ret = smsc95xx_read_reg(dev, BURST_CAP, &read_buf); in smsc95xx_reset() 956 "Read Value from BURST_CAP after writing: 0x%08x\n", in smsc95xx_reset()
|
H A D | smsc75xx.c | 1173 ret = smsc75xx_write_reg(dev, BURST_CAP, buf); in smsc75xx_reset() 1175 netdev_warn(dev->net, "Failed to write BURST_CAP: %d\n", ret); in smsc75xx_reset() 1179 ret = smsc75xx_read_reg(dev, BURST_CAP, &buf); in smsc75xx_reset() 1181 netdev_warn(dev->net, "Failed to read BURST_CAP: %d\n", ret); in smsc75xx_reset() 1186 "Read Value from BURST_CAP after writing: 0x%08x\n", buf); in smsc75xx_reset()
|
H A D | lan78xx.c | 2936 ret = lan78xx_write_reg(dev, BURST_CAP, dev->burst_cap); in lan78xx_reset()
|
Completed in 29 milliseconds