Home
last modified time | relevance | path

Searched full:r1r0 (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt6795-pinctrl.yaml103 For normal pull down type, it is not necessary to specify R1R0
104 values; When pull down type is PUPD/R0/R1, adding R1R0 defines
113 For normal pull up type, it is not necessary to specify R1R0
114 values; When pull up type is PUPD/R0/R1, adding R1R0 defines will
H A Dmediatek,mt8188-pinctrl.yaml110 For pull down type is normal, it doesn't need add RSEL & R1R0
112 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
136 For pull up type is normal, it don't need add RSEL & R1R0 define
138 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to set
H A Dmediatek,pinctrl-mt6795.yaml104 For normal pull down type, it is not necessary to specify R1R0
105 values; When pull down type is PUPD/R0/R1, adding R1R0 defines
114 For normal pull up type, it is not necessary to specify R1R0
115 values; When pull up type is PUPD/R0/R1, adding R1R0 defines
H A Dmediatek,mt8186-pinctrl.yaml122 For pull down type is normal, it don't need add RSEL & R1R0 define
124 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
167 For pull up type is normal, it don't need add RSEL & R1R0 define
169 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
H A Dmediatek,mt8195-pinctrl.yaml115 For pull down type is normal, it don't need add RSEL & R1R0 define
117 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
163 For pull up type is normal, it don't need add RSEL & R1R0 define
165 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
H A Dpinctrl-mt8186.yaml123 For pull down type is normal, it don't need add RSEL & R1R0 define
125 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
168 For pull up type is normal, it don't need add RSEL & R1R0 define
170 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
H A Dpinctrl-mt8195.yaml116 For pull down type is normal, it don't need add RSEL & R1R0 define
118 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
164 For pull up type is normal, it don't need add RSEL & R1R0 define
166 For pull up type is PUPD/R0/R1 type, it can add R1R0 define to
H A Dpinctrl-mt6797.txt58 - mediatek,pull-up-adv: An integer describing the code R1R0 as 0, 1, 2
60 - mediatek,pull-down-adv: An integer describing the code R1R0 as 0, 1, 2,
H A Dpinctrl-mt65xx.txt68 resistors available, but for user, it's only need to set R1R0 as 00, 01, 10 or 11.
H A Dpinctrl-mt8183.txt50 resistors available, but for user, it's only need to set R1R0 as 00, 01,
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td95 def R1R0 : AVRReg<0, "r1:r0", [R0, R1]>, DwarfRegNum<[0]>;
152 R7R6, R5R4, R3R2, R1R0,
160 (add R15R14, R13R12, R11R10, R9R8, R7R6, R5R4, R3R2, R1R0)>;
179 R7R6, R5R4, R3R2, R1R0)>;
H A DAVRRegisterInfo.cpp60 // R0/R1/R1R0 are always reserved on both avr and avrtiny. in getReservedRegs()
63 Reserved.set(AVR::R1R0); in getReservedRegs()
H A DAVRISelLowering.cpp2825 .Case("r0", AVR::R1R0) in getRegisterByName()