Searched refs:burst_cap (Results 1 – 2 of 2) sorted by relevance
189 int burst_en, burst_cap; in cpu_get_burst_mode_state() local194 burst_cap = eax & 0x2; in cpu_get_burst_mode_state()198 if (!burst_cap && burst_en) in cpu_get_burst_mode_state()200 else if (burst_cap && !burst_en) in cpu_get_burst_mode_state()202 else if (burst_cap && burst_en) in cpu_get_burst_mode_state()
480 u32 burst_cap; in smsc95xx_init_common() local539 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_init_common()542 burst_cap = DEFAULT_FS_BURST_CAP_SIZE / FS_USB_PKT_SIZE; in smsc95xx_init_common()546 burst_cap = 0; in smsc95xx_init_common()551 ret = smsc95xx_write_reg(udev, BURST_CAP, burst_cap); in smsc95xx_init_common()
Completed in 22 milliseconds