Home
last modified time | relevance | path

Searched refs:burst_cap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dsmsc95xx.c478 u32 burst_cap; in smsc95xx_init_common() local
537 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_init_common()
540 burst_cap = DEFAULT_FS_BURST_CAP_SIZE / FS_USB_PKT_SIZE; in smsc95xx_init_common()
544 burst_cap = 0; in smsc95xx_init_common()
549 ret = smsc95xx_write_reg(udev, BURST_CAP, burst_cap); in smsc95xx_init_common()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dsmsc95xx.c846 u32 read_buf, write_buf, burst_cap; in smsc95xx_reset() local
916 burst_cap = 0; in smsc95xx_reset()
919 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_reset()
922 burst_cap = DEFAULT_FS_BURST_CAP_SIZE / FS_USB_PKT_SIZE; in smsc95xx_reset()
929 ret = smsc95xx_write_reg(dev, BURST_CAP, burst_cap); in smsc95xx_reset()