Searched refs:phy2log (Results 1 – 1 of 1) sorted by relevance
1427 u32 phy2log[VGXY61_NB_POLARITIES] = {~0, ~0, ~0, ~0, ~0}; in vgxy61_tx_from_ep() local1445 phy2log[log2phy[0]] = 0; in vgxy61_tx_from_ep()1448 phy2log[log2phy[l]] = l; in vgxy61_tx_from_ep()1455 if (phy2log[p] != ~0) in vgxy61_tx_from_ep()1457 phy2log[p] = l; in vgxy61_tx_from_ep()1468 sensor->oif_ctrl = (polarities[4] << 15) + ((phy2log[4] - 1) << 13) + in vgxy61_tx_from_ep()1469 (polarities[3] << 12) + ((phy2log[3] - 1) << 10) + in vgxy61_tx_from_ep()1470 (polarities[2] << 9) + ((phy2log[2] - 1) << 7) + in vgxy61_tx_from_ep()1471 (polarities[1] << 6) + ((phy2log[1] - 1) << 4) + in vgxy61_tx_from_ep()1479 dev_dbg(&client->dev, "phy2log[%d] = %d\n", i, phy2log[i]); in vgxy61_tx_from_ep()