Lines Matching +full:0 +full:x8c
23 /* Ranges when VOLT_SEL bits are 0x00 */
24 REGULATOR_LINEAR_RANGE(500000, 0x00, 0x8B, 5000),
25 REGULATOR_LINEAR_RANGE(1200000, 0x8C, 0xFF, 0),
26 /* Ranges when VOLT_SEL bits are 0x40 */
27 REGULATOR_LINEAR_RANGE(1200000, 0x00, 0x8B, 10000),
28 REGULATOR_LINEAR_RANGE(2400000, 0x8C, 0xFF, 0),
29 /* Ranges when VOLT_SEL bits are 0x80 */
30 REGULATOR_LINEAR_RANGE(2000000, 0x00, 0x9F, 20000),
31 REGULATOR_LINEAR_RANGE(5200000, 0xA0, 0xFF, 0),
35 /* Ranges when VOLT_SEL bits are 0x00 */
36 REGULATOR_LINEAR_RANGE(300000, 0x00, 0xB3, 5000),
37 REGULATOR_LINEAR_RANGE(1200000, 0xB4, 0xFF, 0),
38 /* Ranges when VOLT_SEL bits are 0x40 */
39 REGULATOR_LINEAR_RANGE(1200000, 0x00, 0x8B, 10000),
40 REGULATOR_LINEAR_RANGE(2400000, 0x8C, 0xFF, 0),
41 /* Ranges when VOLT_SEL bits are 0x80 */
42 REGULATOR_LINEAR_RANGE(2000000, 0x00, 0x9F, 20000),
43 REGULATOR_LINEAR_RANGE(5200000, 0xA0, 0xFF, 0),
47 0x0, 0x0, 0x1, 0x1, 0x2, 0x2,
125 for (i = 0; i < MAX77541_MAX_REGULATORS; i++) { in max77541_regulator_probe()
132 return 0; in max77541_regulator_probe()