Home
last modified time | relevance | path

Searched refs:INT (Results 1 – 20 of 20) sorted by relevance

/u-boot/arch/arm/dts/
A Dkeystone-k2e.dtsi105 interrupt-map = <0 0 0 1 &pcie_intc1 0>, /* INT A */
106 <0 0 0 2 &pcie_intc1 1>, /* INT B */
107 <0 0 0 3 &pcie_intc1 2>, /* INT C */
108 <0 0 0 4 &pcie_intc1 3>; /* INT D */
A Dkeystone.dtsi303 interrupt-map = <0 0 0 1 &pcie_intc0 0>, /* INT A */
304 <0 0 0 2 &pcie_intc0 1>, /* INT B */
305 <0 0 0 3 &pcie_intc0 2>, /* INT C */
306 <0 0 0 4 &pcie_intc0 3>; /* INT D */
A Dsun50i-a64-oceanic-5205-5inmfd.dts47 irq-gpios = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* CTP-INT: PH4 */
A Dfsl-imx8qxp-colibri.dts140 /*INT*/
A Dimx6ul-opos6ul.dtsi144 /* INT# */
A Dsun7i-a20-wexler-tab7200.dts115 irq-gpios = <&pio 7 21 GPIO_ACTIVE_HIGH>; /* INT (PH21) */
A Dzynqmp-zcu100-revC.dts108 trigger-gpios = <&gpio 26 GPIO_ACTIVE_LOW>; /* INT line - input */
A Dsun50i-a64-amarula-relic.dts124 irq-gpios = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* CTP-INT: PH4 */
/u-boot/tools/binman/
A Dfdt_test.py53 self.assertEquals(fdt.Type.INT, prop.type)
57 self.assertEquals(fdt.Type.INT, prop.type)
75 self.assertEquals(fdt.Type.INT, prop.type)
/u-boot/tools/dtoc/
A Dfdt.py27 (BYTE, INT, STRING, BOOL, INT64) = range(5)
97 return Type.INT, val[0]
99 return Type.INT, val
151 if self.type == Type.INT and newprop.type == Type.BYTE:
178 elif type == Type.INT:
205 self.type = Type.INT
A Dtest_fdt256 self.assertEqual(Type.INT, prop.type)
260 self.assertEqual(Type.INT, prop.type)
290 self.assertEqual(tools.GetBytes(0, 4), fdt.Prop.GetEmpty(Type.INT))
307 self.assertEqual(Type.INT, prop.type)
313 self.assertEqual(Type.INT, prop.type)
A Dtest_fdt.py256 self.assertEqual(Type.INT, prop.type)
260 self.assertEqual(Type.INT, prop.type)
290 self.assertEqual(tools.GetBytes(0, 4), fdt.Prop.GetEmpty(Type.INT))
307 self.assertEqual(Type.INT, prop.type)
313 self.assertEqual(Type.INT, prop.type)
A Ddtb_platdata.py45 fdt.Type.INT: 'fdt32_t',
111 if ftype == fdt.Type.INT:
397 if reg.type != fdt.Type.INT:
A Dtest_dtoc.py145 get_value(fdt.Type.INT, struct.pack('>I', 0x45)))
/u-boot/arch/powerpc/cpu/mpc8xx/
A Dimmap.c193 INT in do_iopset() enumerator
229 cmd = INT; in do_iopset()
276 case INT: in do_iopset()
/u-boot/scripts/kconfig/
A Dmerge_config.sh27 trap clean_up HUP INT TERM
/u-boot/arch/powerpc/dts/
A Dgazerbeam.dts89 <1 1 7 7>, /* 21: USB/ETH-UART INT */
147 <1 1 7 7>, /* 21: USB/ETH-UART INT */
/u-boot/drivers/power/
A DKconfig130 On A10(s) / A13 / A20 boards with an axp209 dcdc3 is VDD-INT-DLL and
149 On A10s boards with an axp152 dcdc4 is VDD-INT-DLL and should be 1.25V.
/u-boot/tools/buildman/
A Dkconfiglib.py4392 if self.orig_type is INT else \
4617 self.orig_type is INT and _is_base_n(value, 10) or
6986 INT = _T_INT variable
6994 INT: "int",
7002 INT: 10,
7011 _T_DEF_INT: INT,
7081 INT,
/u-boot/doc/arch/
A Dx86.rst566 printf "PCI_BDF(%d, %d, %d) INT%c PIRQ%c\n", strtonum("0x" bdf[1]), \

Completed in 30 milliseconds