Searched refs:RSEL (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt8195.yaml | 57 Identifying i2c pins pull up/down type which is RSEL. It can support 58 RSEL define or si unit value(ohm) to set different resistance. 112 description: mt8195 pull down RSEL type define value. 114 description: mt8195 pull down RSEL type si unit value(ohm). 116 For pull down type is normal, it don't need add RSEL & R1R0 define 122 For pull down type is RSEL, it can add RSEL define & resistance 132 An example of using RSEL define: 160 description: mt8195 pull up RSEL type define value. 162 description: mt8195 pull up RSEL type si unit value(ohm). 164 For pull up type is normal, it don't need add RSEL & R1R0 define [all …]
|
D | pinctrl-mt8186.yaml | 64 Identifying i2c pins pull up/down type which is RSEL. It can support 65 RSEL define or si unit value(ohm) to set different resistance. 119 description: mt8186 pull down RSEL type define value. 121 description: mt8186 pull down RSEL type si unit value(ohm). 123 For pull down type is normal, it don't need add RSEL & R1R0 define 129 For pull down type is RSEL, it can add RSEL define & resistance 136 An example of using RSEL define: 164 description: mt8186 pull up RSEL type define value. 166 description: mt8186 pull up RSEL type si unit value(ohm). 168 For pull up type is normal, it don't need add RSEL & R1R0 define [all …]
|
D | mediatek,mt8188-pinctrl.yaml | 64 The first is by RSEL definition value, another one is by resistance value(ohm). 105 description: mt8188 pull down RSEL type define value. 107 description: mt8188 pull down RSEL type si unit value(ohm). 109 For pull down type is normal, it doesn't need add RSEL & R1R0 define 115 For pull down type is RSEL, it can add RSEL define & resistance value(ohm) 128 description: mt8188 pull up RSEL type define value. 130 description: mt8188 pull up RSEL type si unit value(ohm). 132 For pull up type is normal, it don't need add RSEL & R1R0 define 138 For pull up type is RSEL, it can add RSEL define & resistance value(ohm)
|
D | pinctrl-mt8192.yaml | 94 description: RSEL pull down type. See MTK_PULL_SET_RSEL_ 105 description: RSEL pull up type. See MTK_PULL_SET_RSEL_
|
/linux-6.1.9/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()
|
/linux-6.1.9/drivers/scsi/ |
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()
|