Home
last modified time | relevance | path

Searched refs:MPSC_CHR_1 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/powerpc/boot/
Dmpsc.c21 #define MPSC_CHR_1 0x000c macro
53 chr1 = in_le32((u32 *)(mpsc_base + MPSC_CHR_1)) & 0x00ff0000; in mpsc_open()
68 out_le32((u32 *)(mpsc_base + MPSC_CHR_1), chr1 | c); in mpsc_putc()
/linux-2.6.39/drivers/tty/serial/
Dmpsc.c205 #define MPSC_CHR_1 0x000c macro
622 writel(0, pi->mpsc_base + MPSC_CHR_1); in mpsc_hw_init()
1350 writel(v, pi->mpsc_base + MPSC_CHR_1); in mpsc_break_ctl()
1655 writeb(c, pi->mpsc_base + MPSC_CHR_1); in mpsc_put_poll_char()