Home
last modified time | relevance | path

Searched refs:TIMER0 (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Dsnps,arc-timer.txt4 - Two idential copies TIMER0 and TIMER1 exist in ARC cores and historically
5 TIMER0 used as clockevent provider (true for all ARC cores)
/kernel/linux/linux-5.10/drivers/pinctrl/
Dpinctrl-lpc18xx.c252 LPC_P(1,12, GPIO, UART1, R, EMC, TIMER0, R, SGPIO, SDMMC, 0, ND);
253 LPC_P(1,13, GPIO, UART1, R, EMC, TIMER0, R, SGPIO, SDMMC, 0, ND);
254 LPC_P(1,14, GPIO, UART1, R, EMC, TIMER0, R, SGPIO, R, 0, ND);
255 LPC_P(1,15, GPIO, UART2, SGPIO, ENET, TIMER0, R, R, R, 0, ND);
256 LPC_P(1,16, GPIO, UART2, SGPIO,ENET_ALT,TIMER0, R, R, ENET, 0, ND);
257 LPC_P(1,17, GPIO, UART2, R, ENET, TIMER0, CAN1, SGPIO, R, 0, HD);
258 LPC_P(1,18, GPIO, UART2, R, ENET, TIMER0, CAN1, SGPIO, R, 0, ND);
260 LPC_P(1,20, GPIO, SSP1, R, ENET, TIMER0, R, SGPIO, R, 0, ND);
324 LPC_P(8,0, GPIO, USB0, R, MCTRL, SGPIO, R, R, TIMER0, 0, HD);
325 LPC_P(8,1, GPIO, USB0, R, MCTRL, SGPIO, R, R, TIMER0, 0, HD);
[all …]
/kernel/linux/linux-5.10/arch/arc/boot/dts/
Dskeleton.dtsi30 /* TIMER0 with interrupt for clockevent */
Dskeleton_hs.dtsi25 /* TIMER0 with interrupt for clockevent */
Dskeleton_hs_idu.dtsi43 /* TIMER0 with interrupt for clockevent */
Dabilis_tb10x.dtsi26 /* TIMER0 with interrupt for clockevent */
Dhsdk.dts95 /* TIMER0 with interrupt for clockevent */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm2835-armctrl-ic.txt45 0: TIMER0
/kernel/linux/linux-5.10/drivers/clocksource/
DKconfig165 Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture,
166 where TIMER0 serves as clockevent and TIMER1 serves as clocksource.
311 These are legacy 32-bit TIMER0 and TIMER1 counters found on all ARC cores
313 TIMER0 serves as clockevent while TIMER1 provides clocksource.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dintegratorcp.dts146 /* TIMER0 runs directly on the 25MHz chrystal */
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dreg.h224 #define TIMER0 0x02E4 macro
/kernel/linux/linux-5.10/drivers/clk/nxp/
Dclk-lpc32xx.c266 LPC32XX_CLK_DEFINE(TIMER0, "timer0", 0x0, LPC32XX_CLK_PERIPH),
1257 LPC32XX_DEFINE_GATE(TIMER0, TIMCLK_CTRL1, 2, 0),
/kernel/linux/linux-5.10/drivers/tty/
Dsynclinkmp.c381 #define TIMER0 0x00 macro
2054 unsigned char timer = (info->port_num & 1) ? TIMER2 : TIMER0; in isr_timer()
5074 unsigned char timer = (info->port_num & 1) ? TIMER2 : TIMER0; in irq_test()