Searched refs:PINT (Results 1 - 18 of 18) sorted by relevance

/linux-4.4.14/include/linux/platform_data/
H A Dpinctrl-adi2.h24 * @pint_id: GPIO PINT device id that this GPIO bank should map to.
25 * @pint_assign: The 32-bit GPIO PINT registers can be divided into 2 parts. A
27 * bits[1] of each PINT register.
28 * @pint_map: GIOP bank mapping code in PINT device
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
H A Dsetup-mxg.c32 PINT, enumerator in enum:__anon2622
83 INTC_GROUP(PINT, PINT0, PINT1, PINT2, PINT3,
92 { 0xfffd9420, 0, 16, 4, /* IPR05 */ { PINT, 0, 0, 0 } },
H A Dsetup-sh7201.c49 PINT, enumerator in enum:__anon2623
149 INTC_GROUP(PINT, PINT0, PINT1, PINT2, PINT3,
156 { 0xfffe9420, 0, 16, 4, /* IPR05 */ { PINT, 0, ADC_ADI, 0 } },
H A Dsetup-sh7203.c43 PINT, enumerator in enum:__anon2624
135 INTC_GROUP(PINT, PINT0, PINT1, PINT2, PINT3,
142 { 0xfffe0820, 0, 16, 4, /* IPR05 */ { PINT, 0, 0, 0 } },
H A Dsetup-sh7206.c41 PINT, enumerator in enum:__anon2625
104 INTC_GROUP(PINT, PINT0, PINT1, PINT2, PINT3,
111 { 0xfffe0820, 0, 16, 4, /* IPR05 */ { PINT, 0, ADC_ADI0, ADC_ADI1 } },
H A Dsetup-sh7264.c48 PINT, SCIF0, SCIF1, SCIF2, SCIF3, SCIF4, SCIF5, SCIF6, SCIF7, enumerator in enum:__anon2626
180 INTC_GROUP(PINT, PINT0, PINT1, PINT2, PINT3,
195 { 0xfffe0820, 0, 16, 4, /* IPR05 */ { PINT, 0, 0, 0 } },
H A Dsetup-sh7269.c52 PINT, SCIF0, SCIF1, SCIF2, SCIF3, SCIF4, SCIF5, SCIF6, SCIF7, enumerator in enum:__anon2627
197 INTC_GROUP(PINT, PINT0, PINT1, PINT2, PINT3,
212 { 0xfffe0820, 0, 16, 4, /* IPR05 */ { PINT, 0, 0, 0 } },
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-adi2.c53 to one PINT device. Two in "struct gpio_pint" are used to ease the PINT
56 The GPIO bank mapping to the lower 16 bits of the PINT device set its IRQ
58 to domain[1]. PINT interrupt handler adi_gpio_handle_pint_irq() finds out
62 A PINT device is not part of a GPIO port device in Blackfin. Multiple GPIO
63 port devices can be mapped to the same PINT device.
93 * struct gpio_pint_saved - PINT registers saved in PM operations
110 * @base: PINT device register base address
111 * @irq: IRQ of the PINT device, it is the parent IRQ of all
117 * @regs: address pointer to the PINT device
118 * @map_count: No more than 2 GPIO banks can be mapped to this PINT device.
119 * @lock: This lock make sure the irq_chip operations to one PINT device
121 * @pint_map_port: Set up the mapping between one PINT device and
162 * @pint: GPIO PINT device that this GPIO bank mapped to
163 * @pint_map: GIOP bank mapping code in PINT device
164 * @pint_assign: The 32-bit PINT registers can be divided into 2 parts. A
166 * bits[1] of each PINT register.
167 * @lock: This lock make sure the irq_chip operations to one PINT device
/linux-4.4.14/arch/sh/include/asm/
H A Dirq.h33 * PINT IRQs
/linux-4.4.14/arch/sh/include/cpu-sh2a/cpu/
H A Dsh7203.h43 /* INTC: IRQ and PINT on PB/PD/PE */
H A Dsh7264.h62 /* INTC: IRQ and PINT on PB/PD/PE */
H A Dsh7269.h64 /* INTC: IRQ and PINT */
/linux-4.4.14/drivers/input/mouse/
H A Dnavpoint.c67 | SSSR_PINT /* PINT = 1; Clear PINT */
/linux-4.4.14/drivers/sh/intc/
H A Dchip.c189 /* PINT has 2-bit sense registers, should fail on EDGE_BOTH */ intc_set_type()
/linux-4.4.14/arch/blackfin/kernel/
H A Ddebug-mmrs.c330 * Peripheral Interrupts (PINT/GPIO)
337 char buf[32], *_buf = REGS_STR_PFX(buf, PINT, num); bfin_debug_mmrs_pint()
349 #define PINT(num) bfin_debug_mmrs_pint(parent, PINT##num##_MASK_SET, num) macro
1302 PINT(0); bfin_debug_mmrs_init()
1303 PINT(1); bfin_debug_mmrs_init()
1304 PINT(2); bfin_debug_mmrs_init()
1305 PINT(3); bfin_debug_mmrs_init()
/linux-4.4.14/arch/blackfin/mach-bf548/boards/
H A Dezkit.c1205 .pint_assign = true, /* PINT upper 16 bit */
1206 .pint_map = 0, /* mapping mask in PINT */
/linux-4.4.14/arch/blackfin/mach-bf609/boards/
H A Dezkit.c1500 .pint_assign = true, /* PINT upper 16 bit */
1501 .pint_map = 0, /* mapping mask in PINT */
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/
H A DdefBF60x_base.h854 PINT Registers

Completed in 675 milliseconds