• Home
  • Raw
  • Download

Lines Matching +full:reg +full:- +full:shift

29  * struct omap_vp_ops - per-VP operations
39 * struct omap_vp_common - register data common to all VDDs
40 * @vpconfig_erroroffset_mask: ERROROFFSET bitmask in the PRM_VP*_CONFIG reg
41 * @vpconfig_errorgain_mask: ERRORGAIN bitmask in the PRM_VP*_CONFIG reg
42 * @vpconfig_initvoltage_mask: INITVOLTAGE bitmask in the PRM_VP*_CONFIG reg
43 * @vpconfig_timeouten: TIMEOUT bitmask in the PRM_VP*_CONFIG reg
44 * @vpconfig_initvdd: INITVDD bitmask in the PRM_VP*_CONFIG reg
45 * @vpconfig_forceupdate: FORCEUPDATE bitmask in the PRM_VP*_CONFIG reg
46 * @vpconfig_vpenable: VPENABLE bitmask in the PRM_VP*_CONFIG reg
47 * @vpconfig_erroroffset_shift: ERROROFFSET field shift in PRM_VP*_CONFIG reg
48 * @vpconfig_errorgain_shift: ERRORGAIN field shift in PRM_VP*_CONFIG reg
49 * @vpconfig_initvoltage_shift: INITVOLTAGE field shift in PRM_VP*_CONFIG reg
50 * @vstepmin_stepmin_shift: VSTEPMIN field shift in the PRM_VP*_VSTEPMIN reg
51 * @vstepmin_smpswaittimemin_shift: SMPSWAITTIMEMIN field shift in PRM_VP*_VSTEPMIN reg
52 * @vstepmax_stepmax_shift: VSTEPMAX field shift in the PRM_VP*_VSTEPMAX reg
53 * @vstepmax_smpswaittimemax_shift: SMPSWAITTIMEMAX field shift in PRM_VP*_VSTEPMAX reg
54 * @vlimitto_vddmin_shift: VDDMIN field shift in PRM_VP*_VLIMITTO reg
55 * @vlimitto_vddmax_shift: VDDMAX field shift in PRM_VP*_VLIMITTO reg
56 * @vlimitto_timeout_shift: TIMEOUT field shift in PRM_VP*_VLIMITTO reg
57 * @vpvoltage_mask: VPVOLTAGE field mask in PRM_VP*_VOLTAGE reg
80 * struct omap_vp_instance - VP register offsets (per-VDD)
82 * @vpconfig: PRM_VP*_CONFIG reg offset from PRM start
83 * @vstepmin: PRM_VP*_VSTEPMIN reg offset from PRM start
84 * @vlimitto: PRM_VP*_VLIMITTO reg offset from PRM start
85 * @vstatus: PRM_VP*_VSTATUS reg offset from PRM start
86 * @voltage: PRM_VP*_VOLTAGE reg offset from PRM start
90 * XXX vp_common is probably not needed since it is per-SoC