Lines Matching defs:dst16
979 u16 *dst16;987 dst16 = dbi->tx_buf9;996 tr.tx_buf = dst16;1004 dst16[i] = *src16 >> 8;1005 dst16[i + 1] = *src16++ & 0xFF;1007 dst16[i] |= 0x0100;1008 dst16[i + 1] |= 0x0100;1013 dst16[i] = *src8++;1015 dst16[i] |= 0x0100;1050 u16 *dst16;1071 dst16 = dbi->tx_buf9;1072 dst16[0] = *cmd;