Home
last modified time | relevance | path

Searched refs:RSEL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt8195-pinctrl.yaml57 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
131 An example of using RSEL define:
159 description: mt8195 pull up RSEL type define value.
161 description: mt8195 pull up RSEL type si unit value(ohm).
163 For pull up type is normal, it don't need add RSEL & R1R0 define
169 For pull up type is RSEL, it can add RSEL define & resistance
[all …]
H A Dmediatek,mt8186-pinctrl.yaml64 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
135 An example of using RSEL define:
163 description: mt8186 pull up RSEL type define value.
165 description: mt8186 pull up RSEL type si unit value(ohm).
167 For pull up type is normal, it don't need add RSEL & R1R0 define
173 For pull up type is RSEL, it can add RSEL define & resistance
H A Dmediatek,mt8188-pinctrl.yaml64 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
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
142 For pull up type is RSEL, it can add RSEL define & resistance
H A Dmediatek,mt8192-pinctrl.yaml95 description: RSEL pull down type. See MTK_PULL_SET_RSEL_ defines
106 description: RSEL pull up type. See MTK_PULL_SET_RSEL_ defines
/openbmc/linux/drivers/clk/
H A Dclk-cs2000-cp.c41 #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()
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c495 #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()