Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/m68k/apollo/
H A 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()
H A Dconfig.c192 *(volatile unsigned char *)(pica+1)&=(~8); in dn_sched_init()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dapollohw.h81 #define pica (IO_BASE + pica_physaddr) macro