Searched refs:BURST_CAP (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | smsc95xx.c | 73 #define BURST_CAP 0x38 macro 549 ret = smsc95xx_write_reg(udev, BURST_CAP, burst_cap); in smsc95xx_init_common() 553 ret = smsc95xx_read_reg(udev, BURST_CAP, &read_buf); in smsc95xx_init_common()
|
| /OK3568_Linux_fs/kernel/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 | 929 ret = smsc95xx_write_reg(dev, BURST_CAP, burst_cap); in smsc95xx_reset() 933 ret = smsc95xx_read_reg(dev, BURST_CAP, &read_buf); in smsc95xx_reset()
|
| H A D | smsc75xx.c | 1170 ret = smsc75xx_write_reg(dev, BURST_CAP, buf); in smsc75xx_reset() 1176 ret = smsc75xx_read_reg(dev, BURST_CAP, &buf); in smsc75xx_reset()
|
| H A D | lan78xx.c | 2514 ret = lan78xx_write_reg(dev, BURST_CAP, buf); in lan78xx_reset()
|