Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dgadget.c793 u32 fifo_0_start, last_fifo_depth, ram1_depth; in __dwc3_gadget_resize_tx_fifos() local
840 ram1_depth = dwc3_gadget_get_tx_fifos_size(dwc); in __dwc3_gadget_resize_tx_fifos()
859 if (last_fifo_depth >= ram1_depth) { in __dwc3_gadget_resize_tx_fifos()
861 last_fifo_depth, ram1_depth, in __dwc3_gadget_resize_tx_fifos()
900 int ram1_depth; in dwc3_gadget_resize_tx_fifos() local
923 ram1_depth = dwc3_gadget_get_tx_fifos_size(dwc); in dwc3_gadget_resize_tx_fifos()
944 remaining = ram1_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()
970 if (dwc->last_fifo_depth >= ram1_depth) { in dwc3_gadget_resize_tx_fifos()
972 dwc->last_fifo_depth, ram1_depth, in dwc3_gadget_resize_tx_fifos()
3092 int ram1_depth; in dwc3_gadget_check_config() local
[all …]