Home
last modified time | relevance | path

Searched refs:scc_regs (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/tty/serial/
D68360serial.c330 volatile struct scc_regs *sccp; in rs_360_stop()
339 sccp = &pquicc->scc_regs[idx]; in rs_360_stop()
355 volatile struct scc_regs *sccp; in rs_360_start()
364 sccp = &pquicc->scc_regs[idx]; in rs_360_start()
622 volatile struct scc_regs *sccp; in rs_360_interrupt()
628 sccp = &pquicc->scc_regs[idx]; in rs_360_interrupt()
711 volatile struct scc_regs *sccp; in startup()
751 sccp = &pquicc->scc_regs[idx]; in startup()
805 volatile struct scc_regs *sccp; in shutdown()
821 sccp = &pquicc->scc_regs[idx]; in shutdown()
[all …]
/linux-2.6.39/arch/m68k/include/asm/
Dm68360_quicc.h257 struct scc_regs { struct
312 } scc_regs[4]; member
Dmac_iop.h98 } scc_regs; member
/linux-2.6.39/drivers/net/wan/
Ddscc4.c222 u32 scc_regs[SCC_REGISTERS_MAX]; /* Cf errata DS5 p.4 */ member
395 state = dpriv->scc_regs[offset >> 2]; in scc_patchl()
398 dpriv->scc_regs[offset >> 2] = state; in scc_patchl()
409 dpriv->scc_regs[offset >> 2] = bits; in scc_writel()
415 return dpriv->scc_regs[offset >> 2]; in scc_readl()