Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/mediatek/
Dpinctrl-mt8186.c1058 PIN_RSEL(127, 128, 0x0, 75000, 75000),
1059 PIN_RSEL(127, 128, 0x1, 10000, 75000),
1060 PIN_RSEL(127, 128, 0x2, 5000, 5000),
1061 PIN_RSEL(127, 128, 0x3, 1000, 5000),
1062 PIN_RSEL(129, 130, 0x0, 75000, 75000),
1063 PIN_RSEL(129, 130, 0x1, 10000, 75000),
1064 PIN_RSEL(129, 130, 0x2, 5000, 5000),
1065 PIN_RSEL(129, 130, 0x3, 1000, 5000),
1066 PIN_RSEL(131, 132, 0x0, 75000, 75000),
1067 PIN_RSEL(131, 132, 0x1, 10000, 75000),
[all …]
Dpinctrl-mt8195.c802 PIN_RSEL(8, 17, 0x0, 75000, 75000),
803 PIN_RSEL(8, 17, 0x1, 10000, 5000),
804 PIN_RSEL(8, 17, 0x2, 5000, 75000),
805 PIN_RSEL(8, 17, 0x3, 4000, 5000),
806 PIN_RSEL(8, 17, 0x4, 3000, 75000),
807 PIN_RSEL(8, 17, 0x5, 2000, 5000),
808 PIN_RSEL(8, 17, 0x6, 1500, 75000),
809 PIN_RSEL(8, 17, 0x7, 1000, 5000),
810 PIN_RSEL(29, 30, 0x0, 75000, 75000),
811 PIN_RSEL(29, 30, 0x1, 10000, 5000),
[all …]
Dpinctrl-mt8188.c1402 PIN_RSEL(53, 68, 0x0, 75000, 75000),
1403 PIN_RSEL(53, 68, 0x1, 10000, 5000),
1404 PIN_RSEL(53, 68, 0x2, 5000, 75000),
1405 PIN_RSEL(53, 68, 0x3, 4000, 5000),
1406 PIN_RSEL(53, 68, 0x4, 3000, 75000),
1407 PIN_RSEL(53, 68, 0x5, 2000, 5000),
1408 PIN_RSEL(53, 68, 0x6, 1500, 75000),
1409 PIN_RSEL(53, 68, 0x7, 1000, 5000),
1410 PIN_RSEL(175, 176, 0x0, 75000, 75000),
1411 PIN_RSEL(175, 176, 0x1, 10000, 5000),
[all …]
Dpinctrl-mtk-common-v2.h61 #define PIN_RSEL(_s_pin, _e_pin, _rsel_index, _up_resl, _down_rsel) { \ macro