Searched refs:secondhalf (Results 1 – 3 of 3) sorted by relevance
251 int mch = channel + ((card->secondhalf) ? 2 : 0); in icn_pollbchan_receive()302 int mch = channel + ((card->secondhalf) ? 2 : 0); in icn_pollbchan_send()608 int mch = card->secondhalf ? 2 : 0; in icn_polldchan()922 if (card->secondhalf) { in icn_loadproto()977 if ((card->secondhalf) || (!card->doubleS0)) { in icn_loadproto()980 card->secondhalf); in icn_loadproto()1027 int mch = card->secondhalf ? 2 : 0; in icn_writecmd()1586 card->secondhalf = 0; in icn_addcard()1589 card2->secondhalf = 1; in icn_addcard()1667 if (card->secondhalf || (!card->doubleS0)) { in icn_exit()
146 int secondhalf; /* Flag: Second half of a doubleS0 */ member
1105 int secondhalf; in edge_write() local1154 secondhalf = copySize-firsthalf; in edge_write()1156 if (secondhalf) { in edge_write()1157 dev_dbg(&port->dev, "%s - copy rest of data %d\n", __func__, secondhalf); in edge_write()1158 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf); in edge_write()1159 usb_serial_debug_data(&port->dev, __func__, secondhalf, &fifo->fifo[fifo->head]); in edge_write()1161 fifo->count += secondhalf; in edge_write()1162 fifo->head += secondhalf; in edge_write()1205 int secondhalf; in send_more_port_data() local1261 secondhalf = count-firsthalf; in send_more_port_data()[all …]