Searched defs:PA (Results 1 - 6 of 6) sorted by relevance

/arch/m68k/platform/coldfire/
H A Dsltimers.c35 #define PA(a) (MCF_MBAR + MCFSLT_TIMER1 + (a)) macro
46 __raw_writel(MCFSLT_SSR_BE | MCFSLT_SSR_TE, PA(MCFSLT_SSR));
66 __raw_writel(MCF_BUSCLK / PROFILEHZ - 1, PA(MCFSLT_STCNT));
68 PA(MCFSLT_SCR));
H A Dtimers.c150 #define PA(a) (MCFTIMER_BASE2 + (a)) macro
164 __raw_writeb(MCFTIMER_TER_CAP | MCFTIMER_TER_REF, PA(MCFTIMER_TER));
184 __raw_writew(MCFTIMER_TMR_DISABLE, PA(MCFTIMER_TMR));
186 __raw_writetrr(((MCF_BUSCLK / 16) / PROFILEHZ), PA(MCFTIMER_TRR));
188 MCFTIMER_TMR_RESTART | MCFTIMER_TMR_ENABLE, PA(MCFTIMER_TMR));
/arch/parisc/include/asm/
H A Dpage.h136 # define PA(x) ((x)-__PAGE_OFFSET) macro
/arch/m68k/include/asm/
H A DMC68328.h439 #define PA(x) (1 << (x)) macro
440 #define PA_A(x) PA((x) - 16) /* This is specific to PA only! */
442 #define PA_A16 PA(0) /* Use A16 as PA(0) */
443 #define PA_A17 PA(1) /* Use A17 as PA(1) */
444 #define PA_A18 PA(2) /* Use A18 as PA(2) */
445 #define PA_A19 PA(
[all...]
H A DMC68EZ328.h352 #define PA(x) (1 << (x)) macro
H A DMC68VZ328.h362 #define PA(x) (1 << (x)) macro

Completed in 207 milliseconds