tx_buf_raw 794 drivers/net/hamradio/6pack.c static int encode_sixpack(unsigned char *tx_buf, unsigned char *tx_buf_raw, tx_buf_raw 801 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count++] = SIXP_PRIO_CMD_MASK | SIXP_TX_MASK; tx_buf_raw 802 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count++] = SIXP_SEOF; tx_buf_raw 814 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count++] = (buf[count] & 0x3f); tx_buf_raw 815 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count] = ((buf[count] >> 2) & 0x30); tx_buf_raw 817 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count++] |= (buf[count] & 0x0f); tx_buf_raw 818 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count] = ((buf[count] >> 2) & 0x3c); tx_buf_raw 820 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count++] |= (buf[count] & 0x03); tx_buf_raw 821 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count++] = (buf[count] >> 2); tx_buf_raw 826 drivers/net/hamradio/6pack.c tx_buf_raw[raw_count++] = SIXP_SEOF;