Searched full:r1r0 (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | mediatek,mt6795-pinctrl.yaml | 103 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 D | mediatek,mt8188-pinctrl.yaml | 110 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 D | mediatek,pinctrl-mt6795.yaml | 104 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 D | mediatek,mt8186-pinctrl.yaml | 122 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 D | mediatek,mt8195-pinctrl.yaml | 115 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 D | pinctrl-mt8186.yaml | 123 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 D | pinctrl-mt8195.yaml | 116 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 D | pinctrl-mt6797.txt | 58 - 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 D | pinctrl-mt65xx.txt | 68 resistors available, but for user, it's only need to set R1R0 as 00, 01, 10 or 11.
|
H A D | pinctrl-mt8183.txt | 50 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 D | AVRRegisterInfo.td | 95 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 D | AVRRegisterInfo.cpp | 60 // R0/R1/R1R0 are always reserved on both avr and avrtiny. in getReservedRegs() 63 Reserved.set(AVR::R1R0); in getReservedRegs()
|
H A D | AVRISelLowering.cpp | 2825 .Case("r0", AVR::R1R0) in getRegisterByName()
|