Home
last modified time | relevance | path

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

/arch/m68k/apollo/
Ddn_ints.c11 *(volatile unsigned char *)(pica)=0x20; in dn_process_int()
18 *(volatile unsigned char *)(pica+1) &= ~(1 << irq); in apollo_irq_startup()
27 *(volatile unsigned char *)(pica+1) |= (1 << irq); in apollo_irq_shutdown()
Dconfig.c196 *(volatile unsigned char *)(pica+1)&=(~8); in dn_sched_init()
/arch/m68k/include/asm/
Dapollohw.h99 #define pica (IO_BASE + pica_physaddr) macro