| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | mediatek,mt8195-pinctrl.yaml | 54 mediatek,rsel-resistance-in-si-unit: 57 Identifying i2c pins pull up/down type which is RSEL. It can support RSEL 111 description: mt8195 pull down RSEL type define value. 113 description: mt8195 pull down RSEL type si unit value(ohm). 115 For pull down type is normal, it don't need add RSEL & R1R0 define 121 For pull down type is RSEL, it can add RSEL define & resistance 123 "mediatek,rsel-resistance-in-si-unit". 131 An example of using RSEL define: 142 mediatek,rsel-resistance-in-si-unit; 159 description: mt8195 pull up RSEL type define value. [all …]
|
| D | mediatek,mt8186-pinctrl.yaml | 61 mediatek,rsel-resistance-in-si-unit: 64 Identifying i2c pins pull up/down type which is RSEL. It can support RSEL 118 description: mt8186 pull down RSEL type define value. 120 description: mt8186 pull down RSEL type si unit value(ohm). 122 For pull down type is normal, it don't need add RSEL & R1R0 define 128 For pull down type is RSEL, it can add RSEL define & resistance 130 "mediatek,rsel-resistance-in-si-unit". 135 An example of using RSEL define: 146 mediatek,rsel-resistance-in-si-unit; 163 description: mt8186 pull up RSEL type define value. [all …]
|
| D | mediatek,mt8188-pinctrl.yaml | 60 mediatek,rsel-resistance-in-si-unit: 64 pull down. The first is by RSEL definition value, another one is by 106 description: mt8188 pull down RSEL type define value. 108 description: mt8188 pull down RSEL type si unit value(ohm). 110 For pull down type is normal, it doesn't need add RSEL & R1R0 116 For pull down type is RSEL, it can add RSEL define & resistance 118 "mediatek,rsel-resistance-in-si-unit". It can support 132 description: mt8188 pull up RSEL type define value. 134 description: mt8188 pull up RSEL type si unit value(ohm). 136 For pull up type is normal, it don't need add RSEL & R1R0 define [all …]
|
| D | mediatek,mt8192-pinctrl.yaml | 95 description: RSEL pull down type. See MTK_PULL_SET_RSEL_ defines 106 description: RSEL pull up type. See MTK_PULL_SET_RSEL_ defines
|
| /kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
| D | pinctrl-mtk-common-v2.c | 672 const struct mtk_pin_rsel *rsel; in mtk_hw_pin_rsel_lookup() local 676 rsel = hw->soc->pin_rsel; in mtk_hw_pin_rsel_lookup() 679 if (desc->number >= rsel[check].s_pin && in mtk_hw_pin_rsel_lookup() 680 desc->number <= rsel[check].e_pin) { in mtk_hw_pin_rsel_lookup() 682 if (rsel[check].up_rsel == arg) { in mtk_hw_pin_rsel_lookup() 684 *rsel_val = rsel[check].rsel_index; in mtk_hw_pin_rsel_lookup() 688 if (rsel[check].down_rsel == arg) { in mtk_hw_pin_rsel_lookup() 690 *rsel_val = rsel[check].rsel_index; in mtk_hw_pin_rsel_lookup() 698 dev_err(hw->dev, "Not support rsel value %d Ohm for pin = %d (%s)\n", in mtk_hw_pin_rsel_lookup() 785 const struct mtk_pin_rsel *rsel; in mtk_rsel_get_si_unit() local [all …]
|
| D | pinctrl-mtk-common-v2.h | 159 * @s_pin: the start pin within the rsel range 160 * @e_pin: the end pin within the rsel range 161 * @rsel_index: the rsel bias resistance index 162 * @up_rsel: the pullup rsel bias resistance value 163 * @down_rsel: the pulldown rsel bias resistance value 301 /* identify rsel setting by si unit or rsel define in dts node */
|
| D | pinctrl-paris.c | 643 int pinmux, pullup = 0, pullen = 0, len = 0, r1 = -1, r0 = -1, rsel = -1; in mtk_pctrl_show_one_pin() local 664 rsel = pullen; in mtk_pctrl_show_one_pin() 686 /* Case for: RSEL */ in mtk_pctrl_show_one_pin() 689 rsel = pullen - MTK_PULL_SET_RSEL_000; in mtk_pctrl_show_one_pin() 708 else if (rsel != -1) in mtk_pctrl_show_one_pin() 709 len += scnprintf(buf + len, buf_len - len, " (%1d)", rsel); in mtk_pctrl_show_one_pin() 1066 "mediatek,rsel-resistance-in-si-unit", NULL)) in mtk_paris_pinctrl_probe()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| D | nv50.c | 57 u32 rsel = nvkm_rd32(device, 0x00e18c); in read_pll_src() local 65 case 0x4028: id = !!(rsel & 0x00000004); break; in read_pll_src() 66 case 0x4008: id = !!(rsel & 0x00000008); break; in read_pll_src() 90 rsel = nvkm_rd32(device, 0x00c050); in read_pll_src() 92 case 0x4020: rsel = (rsel & 0x00000003) >> 0; break; in read_pll_src() 93 case 0x4008: rsel = (rsel & 0x0000000c) >> 2; break; in read_pll_src() 94 case 0x4028: rsel = (rsel & 0x00001800) >> 11; break; in read_pll_src() 95 case 0x4030: rsel = 3; break; in read_pll_src() 101 switch (rsel) { in read_pll_src()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| D | nv50.c | 57 u32 rsel = nvkm_rd32(device, 0x00e18c); in read_pll_src() local 65 case 0x4028: id = !!(rsel & 0x00000004); break; in read_pll_src() 66 case 0x4008: id = !!(rsel & 0x00000008); break; in read_pll_src() 90 rsel = nvkm_rd32(device, 0x00c050); in read_pll_src() 92 case 0x4020: rsel = (rsel & 0x00000003) >> 0; break; in read_pll_src() 93 case 0x4008: rsel = (rsel & 0x0000000c) >> 2; break; in read_pll_src() 94 case 0x4028: rsel = (rsel & 0x00001800) >> 11; break; in read_pll_src() 95 case 0x4030: rsel = 3; break; in read_pll_src() 101 switch (rsel) { in read_pll_src()
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | rtc-sunplus.c | 183 u32 ohms, rsel; in sp_rtc_set_trickle_charger() local 194 rsel = BAT_CHARGE_RSEL_2K_OHM; in sp_rtc_set_trickle_charger() 197 rsel = BAT_CHARGE_RSEL_250_OHM; in sp_rtc_set_trickle_charger() 200 rsel = BAT_CHARGE_RSEL_50_OHM; in sp_rtc_set_trickle_charger() 203 rsel = BAT_CHARGE_RSEL_0_OHM; in sp_rtc_set_trickle_charger() 210 writel(BAT_CHARGE_RSEL_MASK_BIT | rsel, sp_rtc->reg_base + RTC_BATT_CHARGE_CTRL); in sp_rtc_set_trickle_charger()
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | mb86a16.c | 35 int rsel; member 148 state->rsel) < 0) in smrt_set() 344 state->deci = 0; state->csel = 0; state->rsel = 0; in smrt_info_get() 346 state->deci = 0; state->csel = 0; state->rsel = 1; in smrt_info_get() 348 state->deci = 0; state->csel = 1; state->rsel = 0; in smrt_info_get() 350 state->deci = 0; state->csel = 1; state->rsel = 1; in smrt_info_get() 352 state->deci = 1; state->csel = 0; state->rsel = 0; in smrt_info_get() 354 state->deci = 1; state->csel = 0; state->rsel = 1; in smrt_info_get() 356 state->deci = 1; state->csel = 1; state->rsel = 0; in smrt_info_get() 358 state->deci = 1; state->csel = 1; state->rsel = 1; in smrt_info_get() [all …]
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| D | mb86a16.c | 35 int rsel; member 148 state->rsel) < 0) in smrt_set() 344 state->deci = 0; state->csel = 0; state->rsel = 0; in smrt_info_get() 346 state->deci = 0; state->csel = 0; state->rsel = 1; in smrt_info_get() 348 state->deci = 0; state->csel = 1; state->rsel = 0; in smrt_info_get() 350 state->deci = 0; state->csel = 1; state->rsel = 1; in smrt_info_get() 352 state->deci = 1; state->csel = 0; state->rsel = 0; in smrt_info_get() 354 state->deci = 1; state->csel = 0; state->rsel = 1; in smrt_info_get() 356 state->deci = 1; state->csel = 1; state->rsel = 0; in smrt_info_get() 358 state->deci = 1; state->csel = 1; state->rsel = 1; in smrt_info_get() [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clk-cs2000-cp.c | 40 #define RSEL(x) (((x) & 0x3) << 3) macro 41 #define RSEL_MASK RSEL(0x3) 275 ret = cs2000_bset(priv, DEVICE_CFG1, RSEL_MASK, RSEL(ch)); in cs2000_ratio_select()
|
| /kernel/linux/linux-6.6/drivers/clk/ |
| D | clk-cs2000-cp.c | 41 #define RSEL(x) (((x) & 0x3) << 3) macro 42 #define RSEL_MASK RSEL(0x3) 281 ret = regmap_update_bits(priv->regmap, DEVICE_CFG1, RSEL_MASK, RSEL(ch)); in cs2000_ratio_select()
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | sun3_scsi.c | 82 unsigned short rsel; /* select regs to load */ member 288 udc_regs->rsel = UDC_RSEL_SEND; in sun3scsi_dma_setup() 291 udc_regs->rsel = UDC_RSEL_RECV; in sun3scsi_dma_setup()
|
| D | FlashPoint.c | 495 #define RSEL BIT(1) macro 1764 (BUS_FREE | RSEL))) ; in FlashPoint_HandleInterrupt() 1805 (BUS_FREE | RSEL)) in FlashPoint_HandleInterrupt() 1818 (BUS_FREE | RSEL))) { in FlashPoint_HandleInterrupt() 1830 else if (hp_int & RSEL) { in FlashPoint_HandleInterrupt() 1833 (PROG_HLT | RSEL | PHASE | BUS_FREE)); in FlashPoint_HandleInterrupt() 3762 (BUS_FREE | RSEL))) ; in FPT_sxfrp() 4463 (RDW_HARPOON((port + hp_intstat)) & RSEL)) { in FPT_phaseBusFree() 6427 FPT_default_intena = RESET | RSEL | PROG_HLT | TIMEOUT | in FPT_XbowInit()
|
| D | dc395x.c | 2985 "Arb lost but Resel win rsel=%i stat=0x%04x\n", in reselect()
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | sun3_scsi.c | 82 unsigned short rsel; /* select regs to load */ member 288 udc_regs->rsel = UDC_RSEL_SEND; in sun3scsi_dma_setup() 291 udc_regs->rsel = UDC_RSEL_RECV; in sun3scsi_dma_setup()
|
| D | FlashPoint.c | 523 #define RSEL BIT(1) macro 1796 (BUS_FREE | RSEL))) ; in FlashPoint_HandleInterrupt() 1837 (BUS_FREE | RSEL)) in FlashPoint_HandleInterrupt() 1850 (BUS_FREE | RSEL))) { in FlashPoint_HandleInterrupt() 1862 else if (hp_int & RSEL) { in FlashPoint_HandleInterrupt() 1865 (PROG_HLT | RSEL | PHASE | BUS_FREE)); in FlashPoint_HandleInterrupt() 3789 (BUS_FREE | RSEL))) ; in FPT_sxfrp() 4494 (RDW_HARPOON((port + hp_intstat)) & RSEL)) { in FPT_phaseBusFree() 6458 FPT_default_intena = RESET | RSEL | PROG_HLT | TIMEOUT | in FPT_XbowInit()
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| D | rt9467-charger.c | 352 enum rt9467_ranges rsel, in rt9467_get_value_from_ranges() argument 355 const struct linear_range *range = rt9467_ranges + rsel; in rt9467_get_value_from_ranges() 368 enum rt9467_ranges rsel, in rt9467_set_value_from_ranges() argument 371 const struct linear_range *range = rt9467_ranges + rsel; in rt9467_set_value_from_ranges() 376 if (rsel == RT9467_RANGE_VMIVR) { in rt9467_set_value_from_ranges()
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/ |
| D | module.c | 103 /* rsel: select right 11 bits */ 104 #define rsel(v,a) (((v)+(a))&0x7ff) macro
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| D | module.c | 122 /* rsel: select right 11 bits */ 123 #define rsel(v,a) (((v)+(a))&0x7ff) macro
|
| /kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
| D | coda-common.c | 1025 struct v4l2_rect r, *rsel; in coda_g_selection() local 1035 rsel = &q_data->rect; in coda_g_selection() 1040 rsel = &r; in coda_g_selection() 1049 rsel = &r; in coda_g_selection() 1061 s->r = *rsel; in coda_g_selection()
|
| /kernel/linux/linux-5.10/drivers/media/platform/coda/ |
| D | coda-common.c | 1003 struct v4l2_rect r, *rsel; in coda_g_selection() local 1013 rsel = &q_data->rect; in coda_g_selection() 1018 rsel = &r; in coda_g_selection() 1027 rsel = &r; in coda_g_selection() 1039 s->r = *rsel; in coda_g_selection()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/mediatek/ |
| D | mt8195-cherry.dtsi | 479 mediatek,rsel-resistance-in-si-unit;
|