Searched refs:INT (Results 1 – 20 of 20) sorted by relevance
/u-boot/arch/arm/dts/ |
A D | keystone-k2e.dtsi | 105 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 D | keystone.dtsi | 303 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 D | sun50i-a64-oceanic-5205-5inmfd.dts | 47 irq-gpios = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* CTP-INT: PH4 */
|
A D | fsl-imx8qxp-colibri.dts | 140 /*INT*/
|
A D | imx6ul-opos6ul.dtsi | 144 /* INT# */
|
A D | sun7i-a20-wexler-tab7200.dts | 115 irq-gpios = <&pio 7 21 GPIO_ACTIVE_HIGH>; /* INT (PH21) */
|
A D | zynqmp-zcu100-revC.dts | 108 trigger-gpios = <&gpio 26 GPIO_ACTIVE_LOW>; /* INT line - input */
|
A D | sun50i-a64-amarula-relic.dts | 124 irq-gpios = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* CTP-INT: PH4 */
|
/u-boot/tools/binman/ |
A D | fdt_test.py | 53 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 D | fdt.py | 27 (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 D | test_fdt | 256 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 D | test_fdt.py | 256 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 D | dtb_platdata.py | 45 fdt.Type.INT: 'fdt32_t', 111 if ftype == fdt.Type.INT: 397 if reg.type != fdt.Type.INT:
|
A D | test_dtoc.py | 145 get_value(fdt.Type.INT, struct.pack('>I', 0x45)))
|
/u-boot/arch/powerpc/cpu/mpc8xx/ |
A D | immap.c | 193 INT in do_iopset() enumerator 229 cmd = INT; in do_iopset() 276 case INT: in do_iopset()
|
/u-boot/scripts/kconfig/ |
A D | merge_config.sh | 27 trap clean_up HUP INT TERM
|
/u-boot/arch/powerpc/dts/ |
A D | gazerbeam.dts | 89 <1 1 7 7>, /* 21: USB/ETH-UART INT */ 147 <1 1 7 7>, /* 21: USB/ETH-UART INT */
|
/u-boot/drivers/power/ |
A D | Kconfig | 130 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 D | kconfiglib.py | 4392 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 D | x86.rst | 566 printf "PCI_BDF(%d, %d, %d) INT%c PIRQ%c\n", strtonum("0x" bdf[1]), \
|
Completed in 30 milliseconds