Home
last modified time | relevance | path

Searched refs:BULK_IN_DLY (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dsmsc95xx.h207 #define BULK_IN_DLY (0x6C) macro
H A Dsmsc75xx.h187 #define BULK_IN_DLY (0x003C) macro
H A Dlan78xx.h405 #define BULK_IN_DLY (0x094) macro
H A Dsmsc95xx.c943 ret = smsc95xx_write_reg(dev, BULK_IN_DLY, DEFAULT_BULK_IN_DELAY); in smsc95xx_reset()
947 ret = smsc95xx_read_reg(dev, BULK_IN_DLY, &read_buf); in smsc95xx_reset()
952 "Read Value from BULK_IN_DLY after writing: 0x%08x\n", in smsc95xx_reset()
H A Dsmsc75xx.c1187 ret = smsc75xx_write_reg(dev, BULK_IN_DLY, DEFAULT_BULK_IN_DELAY); in smsc75xx_reset()
1189 netdev_warn(dev->net, "Failed to write BULK_IN_DLY: %d\n", ret); in smsc75xx_reset()
1193 ret = smsc75xx_read_reg(dev, BULK_IN_DLY, &buf); in smsc75xx_reset()
1195 netdev_warn(dev->net, "Failed to read BULK_IN_DLY: %d\n", ret); in smsc75xx_reset()
1200 "Read Value from BULK_IN_DLY after writing: 0x%08x\n", buf); in smsc75xx_reset()
H A Dlan78xx.c2479 ret = lan78xx_write_reg(dev, BULK_IN_DLY, DEFAULT_BULK_IN_DELAY); in lan78xx_reset()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dsmsc95xx.h207 #define BULK_IN_DLY (0x6C) macro
H A Dsmsc75xx.h187 #define BULK_IN_DLY (0x003C) macro
H A Dlan78xx.h405 #define BULK_IN_DLY (0x094) macro
H A Dsmsc95xx.c959 ret = smsc95xx_write_reg(dev, BULK_IN_DLY, DEFAULT_BULK_IN_DELAY); in smsc95xx_reset()
963 ret = smsc95xx_read_reg(dev, BULK_IN_DLY, &read_buf); in smsc95xx_reset()
968 "Read Value from BULK_IN_DLY after writing: 0x%08x\n", in smsc95xx_reset()
H A Dsmsc75xx.c1188 ret = smsc75xx_write_reg(dev, BULK_IN_DLY, DEFAULT_BULK_IN_DELAY); in smsc75xx_reset()
1190 netdev_warn(dev->net, "Failed to write BULK_IN_DLY: %d\n", ret); in smsc75xx_reset()
1194 ret = smsc75xx_read_reg(dev, BULK_IN_DLY, &buf); in smsc75xx_reset()
1196 netdev_warn(dev->net, "Failed to read BULK_IN_DLY: %d\n", ret); in smsc75xx_reset()
1201 "Read Value from BULK_IN_DLY after writing: 0x%08x\n", buf); in smsc75xx_reset()
H A Dlan78xx.c2940 ret = lan78xx_write_reg(dev, BULK_IN_DLY, dev->bulk_in_delay); in lan78xx_reset()

Completed in 29 milliseconds