Searched refs:osr (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dpio.c341 u32 psr, osr, imr, pdsr, pusr, ifsr, mdsr; local
347 osr = pio_readl(pio, OSR);
368 (osr & mask) ? "out" : "in ",
373 if ((osr & mdsr) & mask)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dpio.c341 u32 psr, osr, imr, pdsr, pusr, ifsr, mdsr; local
347 osr = pio_readl(pio, OSR);
368 (osr & mask) ? "out" : "in ",
373 if ((osr & mdsr) & mask)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_rio.c121 u32 osr; member in struct:rio_msg_regs
551 int osr; local
555 osr = in_be32(&priv->msg_regs->osr);
557 if (osr & RIO_MSG_OSR_TE) {
559 out_be32(&priv->msg_regs->osr, RIO_MSG_OSR_TE);
563 if (osr & RIO_MSG_OSR_QOI) {
565 out_be32(&priv->msg_regs->osr, RIO_MSG_OSR_QOI);
569 if (osr & RIO_MSG_OSR_EOMI) {
576 out_be32(&priv->msg_regs->osr, RIO_MSG_OSR_EOM
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/sysdev/
H A Dfsl_rio.c121 u32 osr; member in struct:rio_msg_regs
551 int osr; local
555 osr = in_be32(&priv->msg_regs->osr);
557 if (osr & RIO_MSG_OSR_TE) {
559 out_be32(&priv->msg_regs->osr, RIO_MSG_OSR_TE);
563 if (osr & RIO_MSG_OSR_QOI) {
565 out_be32(&priv->msg_regs->osr, RIO_MSG_OSR_QOI);
569 if (osr & RIO_MSG_OSR_EOMI) {
576 out_be32(&priv->msg_regs->osr, RIO_MSG_OSR_EOM
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dicom.h102 u8 osr; /* 1F0 Output Signal Reg */ member in struct:func_dram
H A Dicom.c953 local_osr = readb(&ICOM_PORT->dram->osr);
971 writeb(local_osr, &ICOM_PORT->dram->osr);
1465 writeb(0x00, &icom_port->dram->osr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dicom.h102 u8 osr; /* 1F0 Output Signal Reg */ member in struct:func_dram
H A Dicom.c953 local_osr = readb(&ICOM_PORT->dram->osr);
971 writeb(local_osr, &ICOM_PORT->dram->osr);
1465 writeb(0x00, &icom_port->dram->osr);

Completed in 108 milliseconds