Lines Matching refs:dsc
2009 struct cmv_dsc_e1 *dsc = &sc->cmv_dsc.e1; in uea_dispatch_cmv_e1() local
2022 if (cmv->bFunction != dsc->function) { in uea_dispatch_cmv_e1()
2025 cmv->wIndex = cpu_to_le16(dsc->idx); in uea_dispatch_cmv_e1()
2026 put_unaligned_le32(dsc->address, in uea_dispatch_cmv_e1()
2028 cmv->wOffsetAddress = cpu_to_le16(dsc->offset); in uea_dispatch_cmv_e1()
2041 if (le16_to_cpu(cmv->wIndex) != dsc->idx || in uea_dispatch_cmv_e1()
2042 get_unaligned_le32(&cmv->dwSymbolicAddress) != dsc->address || in uea_dispatch_cmv_e1()
2043 le16_to_cpu(cmv->wOffsetAddress) != dsc->offset) in uea_dispatch_cmv_e1()
2071 struct cmv_dsc_e4 *dsc = &sc->cmv_dsc.e4; in uea_dispatch_cmv_e4() local
2080 if (be16_to_cpu(cmv->wFunction) != dsc->function) in uea_dispatch_cmv_e4()
2091 if (be16_to_cpu(cmv->wOffset) != dsc->offset || in uea_dispatch_cmv_e4()
2092 be16_to_cpu(cmv->wGroup) != dsc->group || in uea_dispatch_cmv_e4()
2093 be16_to_cpu(cmv->wAddress) != dsc->address) in uea_dispatch_cmv_e4()