Lines Matching refs:dst16
1007 u16 *dst16;1015 dst16 = dbi->tx_buf9;1024 tr.tx_buf = dst16;1032 dst16[i] = *src16 >> 8;1033 dst16[i + 1] = *src16++ & 0xFF;1035 dst16[i] |= 0x0100;1036 dst16[i + 1] |= 0x0100;1041 dst16[i] = *src8++;1043 dst16[i] |= 0x0100;1078 u16 *dst16;1099 dst16 = dbi->tx_buf9;1100 dst16[0] = *cmd;