Home
last modified time | relevance | path

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

/linux-5.19.10/arch/m68k/apollo/
Ddn_ints.c13 *(volatile unsigned char *)(pica+1) &= ~(1 << irq); in apollo_irq_startup()
24 *(volatile unsigned char *)(pica+1) |= (1 << irq); in apollo_irq_shutdown()
31 *(volatile unsigned char *)(pica) = 0x20; in apollo_irq_eoi()
Dconfig.c191 *(volatile unsigned char *)(pica+1)&=(~8); in dn_sched_init()
/linux-5.19.10/arch/m68k/include/asm/
Dapollohw.h81 #define pica (IO_BASE + pica_physaddr) macro