Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dlan7x.h82 #define HS_USB_PKT_SIZE 512 macro
H A Dsmsc95xx.c121 #define HS_USB_PKT_SIZE 512 macro
124 #define DEFAULT_HS_BURST_CAP_SIZE (5 * HS_USB_PKT_SIZE)
537 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_init_common()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dsmsc95xx.c27 #define HS_USB_PKT_SIZE (512) macro
29 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE)
919 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)
1160 buf = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc75xx_reset()
H A Dlan78xx.c45 #define HS_USB_PKT_SIZE (512) macro
2503 buf = DEFAULT_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in lan78xx_reset()