Lines Matching refs:pccw1
170 struct ccw1 *pccw1 = source; in convert_ccw0_to_ccw1() local
174 ccw0 = *(struct ccw0 *)pccw1; in convert_ccw0_to_ccw1()
175 if ((pccw1->cmd_code & 0x0f) == CCW_CMD_TIC) { in convert_ccw0_to_ccw1()
176 pccw1->cmd_code = CCW_CMD_TIC; in convert_ccw0_to_ccw1()
177 pccw1->flags = 0; in convert_ccw0_to_ccw1()
178 pccw1->count = 0; in convert_ccw0_to_ccw1()
180 pccw1->cmd_code = ccw0.cmd_code; in convert_ccw0_to_ccw1()
181 pccw1->flags = ccw0.flags; in convert_ccw0_to_ccw1()
182 pccw1->count = ccw0.count; in convert_ccw0_to_ccw1()
184 pccw1->cda = ccw0.cda; in convert_ccw0_to_ccw1()
185 pccw1++; in convert_ccw0_to_ccw1()