Home
last modified time | relevance | path

Searched +full:0 +full:x28020000 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/gpio/
H A Dtoshiba,gpio-visconti.yaml60 reg = <0 0x28020000 0 0x1000>;
61 #gpio-cells = <0x2>;
62 gpio-ranges = <&pmux 0 0 32>;
/linux/arch/arm64/boot/dts/toshiba/
H A Dtmpv7708.dtsi14 /memreserve/ 0x81000000 0x00300000; /* cpu-release-addr */
23 #size-cells = <0>;
57 cpu0: cpu@0 {
61 cpu-release-addr = <0x0 0x81100000>;
62 reg = <0x00>;
69 cpu-release-addr = <0x0 0x81100000>;
70 reg = <0x01>;
77 cpu-release-addr = <0x0 0x81100000>;
78 reg = <0x02>;
85 cpu-release-addr = <0x0 0x81100000>;
[all …]
/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c91 #define REG_LO(r) (bpf2arc[(r)][0])
110 ZZ_4_byte = 0,
126 AA_none = 0,
134 X_zero = 0,
140 CC_always = 0, /* condition is true all the time */
155 #define IN_U6_RANGE(x) ((x) <= (0x40 - 1) && (x) >= 0)
156 #define IN_S9_RANGE(x) ((x) <= (0x100 - 1) && (x) >= -0x100)
157 #define IN_S12_RANGE(x) ((x) <= (0x800 - 1) && (x) >= -0x800)
158 #define IN_S21_RANGE(x) ((x) <= (0x100000 - 1) && (x) >= -0x100000)
159 #define IN_S25_RANGE(x) ((x) <= (0x1000000 - 1) && (x) >= -0x1000000)
[all …]