Lines Matching refs:v1
83 PROCESS_AUX_CHANNEL_TRANSACTION_PS_ALLOCATION v1; member
109 args.v1.lpAuxRequest = cpu_to_le16((u16)(0 + 4)); in radeon_process_aux_ch()
110 args.v1.lpDataOut = cpu_to_le16((u16)(16 + 4)); in radeon_process_aux_ch()
111 args.v1.ucDataOutLen = 0; in radeon_process_aux_ch()
112 args.v1.ucChannelID = chan->rec.i2c_id; in radeon_process_aux_ch()
113 args.v1.ucDelay = delay / 10; in radeon_process_aux_ch()
119 *ack = args.v1.ucReplyStatus; in radeon_process_aux_ch()
122 if (args.v1.ucReplyStatus == 1) { in radeon_process_aux_ch()
129 if (args.v1.ucReplyStatus == 2) { in radeon_process_aux_ch()
136 if (args.v1.ucReplyStatus == 3) { in radeon_process_aux_ch()
142 recv_bytes = args.v1.ucDataOutLen; in radeon_process_aux_ch()