Home
last modified time | relevance | path

Searched refs:HS_USB_PKT_SIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/eth/
H A Dlan7x.h81 #define HS_USB_PKT_SIZE 512 macro
H A Dsmsc95xx.c120 #define HS_USB_PKT_SIZE 512 macro
123 #define DEFAULT_HS_BURST_CAP_SIZE (5 * HS_USB_PKT_SIZE)
536 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_init_common()
/openbmc/linux/drivers/net/usb/
H A Dsmsc95xx.c31 #define HS_USB_PKT_SIZE (512) macro
33 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE)
937 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_reset()
H A Dsmsc75xx.c25 #define HS_USB_PKT_SIZE (512) macro
27 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE)
1163 buf = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc75xx_reset()
H A Dlan78xx.c44 #define HS_USB_PKT_SIZE (512) macro
2711 dev->burst_cap = HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in lan78xx_urb_config_init()