Home
last modified time | relevance | path

Searched refs:LINEAR_RANGE (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/regulator/
Dtps6287x-regulator.c37 LINEAR_RANGE(400000, 0, 0xFF, 1250),
38 LINEAR_RANGE(400000, 0, 0xFF, 2500),
39 LINEAR_RANGE(400000, 0, 0xFF, 5000),
40 LINEAR_RANGE(800000, 0, 0xFF, 10000),
/linux-6.6.21/drivers/power/supply/
Dbd99954-charger.c771 LINEAR_RANGE(0, 0x0, 0x1ff, 32000),
776 LINEAR_RANGE(0, 0x0, 0x10, 64000),
777 LINEAR_RANGE(1024000, 0x11, 0x1f, 0),
785 LINEAR_RANGE(2560000, 0, 0xA0, 0),
786 LINEAR_RANGE(2560000, 0xA0, 0x4B0, 16000),
787 LINEAR_RANGE(19200000, 0x4B0, 0x7FF, 0),
792 LINEAR_RANGE(2560000, 0, 0x28, 0),
793 LINEAR_RANGE(2560000, 0x28, 0x12C, 64000),
794 LINEAR_RANGE(19200000, 0x12C, 0x1FF, 0),
799 LINEAR_RANGE(2048000, 0, 0x20, 0),
[all …]
/linux-6.6.21/include/linux/
Dlinear_range.h29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ macro
38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
/linux-6.6.21/lib/
Dtest_linear_ranges.c110 LINEAR_RANGE(RANGE1_MIN, RANGE1_MIN_SEL, RANGE1_MAX_SEL, RANGE1_STEP),
111 LINEAR_RANGE(RANGE2_MIN, RANGE2_MIN_SEL, RANGE2_MAX_SEL, RANGE2_STEP),