Home
last modified time | relevance | path

Searched refs:cmv_dsc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/atm/
Dueagle-atm.c143 union cmv_dsc { union
168 union cmv_dsc cmv_dsc; member
1193 sc->cmv_dsc.e1.function = function | 0x2; in uea_cmv_e1()
1194 sc->cmv_dsc.e1.idx++; in uea_cmv_e1()
1195 sc->cmv_dsc.e1.address = address; in uea_cmv_e1()
1196 sc->cmv_dsc.e1.offset = offset; in uea_cmv_e1()
1201 cmv.wIndex = cpu_to_le16(sc->cmv_dsc.e1.idx); in uea_cmv_e1()
1230 sc->cmv_dsc.e4.function = function | (0x1 << 4); in uea_cmv_e4()
1231 sc->cmv_dsc.e4.offset = offset; in uea_cmv_e4()
1232 sc->cmv_dsc.e4.address = address; in uea_cmv_e4()
[all …]