Home
last modified time | relevance | path

Searched full:atest (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/
H A Dsoc-ops-test.c48 #define ATEST(clayout, cfunc, cctl, cret, cinit, \ macro
142 ATEST(SINGLE, volsw, 10, 1, false, 0x1F, 0x0A, 0, 20, 0, 0, 0),
143 ATEST(SINGLE, volsw, 0, 0, false, 0x1F, 0x00, 0, 20, 0, 0, 0),
144 ATEST(SINGLE, volsw, 20, 1, false, 0x1F, 0x14, 0, 20, 0, 0, 0),
145 ATEST(SINGLE, volsw, 10, 1, false, 0x1F, 0x0A, 0, 20, 15, 0, 0),
146 ATEST(SINGLE, volsw, 25, -22, false, 0x1F, 0x00, 0, 20, 15, 0, 0),
147 ATEST(SINGLE, volsw, 15, 1, false, 0x1F, 0x0F, 0, 20, 15, 0, 0),
149 ATEST(SINGLE, volsw, 10, 1, false, 0x1F, 0x0A, 0, 20, 0, 0, 1),
150 ATEST(SINGLE, volsw, 0, 1, false, 0x1F, 0x14, 0, 20, 0, 0, 1),
151 ATEST(SINGLE, volsw, 20, 0, false, 0x1F, 0x00, 0, 20, 0, 0, 1),
[all …]
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-gpio.c158 * @atest: the ATEST selection for GPIO analog-pass-through mode
176 unsigned int atest; member
192 {"qcom,atest", PMIC_GPIO_CONF_ATEST, 0},
201 PCONFDUMP(PMIC_GPIO_CONF_ATEST, "atest", NULL, true),
351 val = pad->atest - 1; in pmic_gpio_set_mux()
463 arg = pad->atest; in pmic_gpio_config_get()
562 pad->atest = arg; in pmic_gpio_config_set()
627 val = pad->atest - 1; in pmic_gpio_config_set()
714 seq_printf(s, " atest-%d", pad->atest); in pmic_gpio_config_dbg_show()
964 pad->atest = (val & PMIC_GPIO_LV_MV_ANA_MUX_SEL_MASK) + 1; in pmic_gpio_populate()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,sdx55-pinctrl.yaml62 enum: [ adsp_ext, atest, audio_ref, bimc_dte0, bimc_dte1, blsp_i2c1,
H A Dqcom,sm8250-pinctrl.yaml73 enum: [ aoss_cti, atest, audio_ref, cam_mclk, cci_async, cci_i2c,
H A Dqcom,sm6115-tlmm.yaml70 enum: [ adsp_ext, agera_pll, atest, cam_mclk, cci_async, cci_i2c,
H A Dqcom,qcm2290-tlmm.yaml61 enum: [ adsp_ext, agera_pll, atest, cam_mclk, cci_async, cci_i2c,
H A Dqcom,pmic-gpio.yaml578 qcom,atest:
581 Selects ATEST rail to route to GPIO when it's
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py938 for atest in alltests:
939 print_test_case(atest)