Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dio_edgeport.c1119 int firsthalf; in edge_write() local
1153 firsthalf = min(bytesleft, copySize); in edge_write()
1155 firsthalf, bytesleft); in edge_write()
1162 fifo->head += firsthalf; in edge_write()
1163 fifo->count += firsthalf; in edge_write()
1169 secondhalf = copySize-firsthalf; in edge_write()
1219 int firsthalf; in send_more_port_data() local
1269 firsthalf = min(bytesleft, count); in send_more_port_data()
1271 fifo->tail += firsthalf; in send_more_port_data()
1272 fifo->count -= firsthalf; in send_more_port_data()
[all …]