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

/linux-4.4.14/drivers/usb/atm/
H A Dueagle-atm.c142 union cmv_dsc { union
167 union cmv_dsc cmv_dsc; member in struct:uea_softc
1192 sc->cmv_dsc.e1.function = function | 0x2; uea_cmv_e1()
1193 sc->cmv_dsc.e1.idx++; uea_cmv_e1()
1194 sc->cmv_dsc.e1.address = address; uea_cmv_e1()
1195 sc->cmv_dsc.e1.offset = offset; uea_cmv_e1()
1200 cmv.wIndex = cpu_to_le16(sc->cmv_dsc.e1.idx); uea_cmv_e1()
1229 sc->cmv_dsc.e4.function = function | (0x1 << 4); uea_cmv_e4()
1230 sc->cmv_dsc.e4.offset = offset; uea_cmv_e4()
1231 sc->cmv_dsc.e4.address = address; uea_cmv_e4()
1232 sc->cmv_dsc.e4.group = group; uea_cmv_e4()
1892 sc->cmv_dsc.e4.function = E4_MAKEFUNCTION(E4_ADSLDIRECTIVE, uea_start_reset()
1895 sc->cmv_dsc.e1.function = E1_MAKEFUNCTION(E1_ADSLDIRECTIVE, uea_start_reset()
2009 struct cmv_dsc_e1 *dsc = &sc->cmv_dsc.e1; uea_dispatch_cmv_e1()
2071 struct cmv_dsc_e4 *dsc = &sc->cmv_dsc.e4; uea_dispatch_cmv_e4()

Completed in 67 milliseconds