Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/eth/
Dsmsc95xx.c477 u32 burst_cap; in smsc95xx_init_common() local
536 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_init_common()
539 burst_cap = DEFAULT_FS_BURST_CAP_SIZE / FS_USB_PKT_SIZE; in smsc95xx_init_common()
543 burst_cap = 0; in smsc95xx_init_common()
548 ret = smsc95xx_write_reg(udev, BURST_CAP, burst_cap); in smsc95xx_init_common()