Lines Matching +full:full +full:- +full:speed

1 // SPDX-License-Identifier: GPL-2.0-or-later
3 cx231xx-pcb-config.c - driver for Conexant
11 #include "cx231xx-conf-reg.h"
23 0, /* speed , not decide yet */
62 /* full-speed config */
94 0, /* speed , not decide yet */
131 /* full-speed */
163 0, /* speed , not decide yet */
201 /* full-speed */
233 0, /* speed , not decide yet */
270 /* full-speed */
302 0, /* speed , not decide yet */
340 /* full-speed */
372 0, /* speed , not decide yet */
409 /* full-speed */
441 0, /* speed , not decide yet */
479 /* full-speed */
510 0, /* speed , not decide yet */
514 SOURCE_ANALOG, /* analog source--analog */
546 { /* full-speed */
576 0, /* speed , not decide yet */
613 { /* full speed */
650 u8 usb_speed = 1; /* from register,1--HS, 0--FS */ in initialize_cx231xx()
671 if (config_info & BUS_POWER) { /* bus-power */ in initialize_cx231xx()
674 cx231xx_Scenario[INDEX_BUSPOWER_DIGITAL_ONLY].speed = in initialize_cx231xx()
681 cx231xx_Scenario[INDEX_BUSPOWER_ANALOG_ONLY].speed = in initialize_cx231xx()
688 cx231xx_Scenario[INDEX_BUSPOWER_DIF_ONLY].speed = in initialize_cx231xx()
694 dev_err(dev->dev, in initialize_cx231xx()
699 } else { /* self-power */ in initialize_cx231xx()
703 cx231xx_Scenario[INDEX_SELFPOWER_DIGITAL_ONLY].speed = in initialize_cx231xx()
710 cx231xx_Scenario[INDEX_SELFPOWER_DUAL_DIGITAL].speed = in initialize_cx231xx()
719 cx231xx_Scenario[INDEX_SELFPOWER_ANALOG_ONLY].speed = in initialize_cx231xx()
728 cx231xx_Scenario[INDEX_SELFPOWER_DUAL].speed = in initialize_cx231xx()
738 cx231xx_Scenario[INDEX_SELFPOWER_TRIPLE].speed = in initialize_cx231xx()
750 cx231xx_Scenario[INDEX_SELFPOWER_COMPRESSOR].speed = in initialize_cx231xx()
759 dev_err(dev->dev, in initialize_cx231xx()
762 return -ENODEV; in initialize_cx231xx()
766 dev->current_scenario_idx = _current_scenario_idx; in initialize_cx231xx()
768 memcpy(&dev->current_pcb_config, p_pcb_info, in initialize_cx231xx()
772 dev_info(dev->dev, in initialize_cx231xx()
774 dev_info(dev->dev, in initialize_cx231xx()
776 (dev->current_pcb_config.index) + 1); in initialize_cx231xx()
777 dev_info(dev->dev, in initialize_cx231xx()
779 dev->current_pcb_config.type); in initialize_cx231xx()
780 dev_info(dev->dev, in initialize_cx231xx()
782 dev->current_pcb_config.mode); in initialize_cx231xx()
783 dev_info(dev->dev, in initialize_cx231xx()
784 "speed=%x\n", in initialize_cx231xx()
785 dev->current_pcb_config.speed); in initialize_cx231xx()
786 dev_info(dev->dev, in initialize_cx231xx()
788 dev->current_pcb_config.ts1_source); in initialize_cx231xx()
789 dev_info(dev->dev, in initialize_cx231xx()
791 dev->current_pcb_config.ts2_source); in initialize_cx231xx()
792 dev_info(dev->dev, in initialize_cx231xx()
794 dev->current_pcb_config.analog_source); in initialize_cx231xx()