Home
last modified time | relevance | path

Searched refs:OCTEON_IRQ_TIMER1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/mips/include/asm/mach-cavium-octeon/
Dirq.h42 OCTEON_IRQ_TIMER1, enumerator
/Linux-v6.6/drivers/staging/octeon/
Dethernet-tx.c702 i = request_irq(OCTEON_IRQ_TIMER1, in cvm_oct_tx_initialize()
707 panic("Could not acquire Ethernet IRQ %d\n", OCTEON_IRQ_TIMER1); in cvm_oct_tx_initialize()
713 free_irq(OCTEON_IRQ_TIMER1, cvm_oct_device); in cvm_oct_tx_shutdown()
Docteon-stubs.h10 #define OCTEON_IRQ_TIMER1 0 macro