Searched refs:raw_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/hamradio/
H A D6pack.c790 int raw_count = 0; local
792 tx_buf_raw[raw_count++] = SIXP_PRIO_CMD_MASK | SIXP_TX_MASK;
793 tx_buf_raw[raw_count++] = SIXP_SEOF;
805 tx_buf_raw[raw_count++] = (buf[count] & 0x3f);
806 tx_buf_raw[raw_count] = ((buf[count] >> 2) & 0x30);
808 tx_buf_raw[raw_count++] |= (buf[count] & 0x0f);
809 tx_buf_raw[raw_count] = ((buf[count] >> 2) & 0x3c);
811 tx_buf_raw[raw_count++] |= (buf[count] & 0x03);
812 tx_buf_raw[raw_count++] = (buf[count] >> 2);
816 raw_count
[all...]

Completed in 211 milliseconds