Searched refs:SCSPTR (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/spi/
H A Dspi_sh_sci.c38 #define SCSPTR(sp) (sp->membase + 0x1c) macro
47 * We are the only user of SCSPTR so no locking is required.
48 * Reading bit 2 and 0 in SCSPTR gives pin state as input.
59 iowrite8(sp->val, SCSPTR(sp));
76 return (ioread8(SCSPTR(sp)) & PIN_RXD) ? 1 : 0;
155 sp->val = ioread8(SCSPTR(sp));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/spi/
H A Dspi_sh_sci.c38 #define SCSPTR(sp) (sp->membase + 0x1c) macro
47 * We are the only user of SCSPTR so no locking is required.
48 * Reading bit 2 and 0 in SCSPTR gives pin state as input.
59 iowrite8(sp->val, SCSPTR(sp));
76 return (ioread8(SCSPTR(sp)) & PIN_RXD) ? 1 : 0;
155 sp->val = ioread8(SCSPTR(sp));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dsh-sci.h446 SCIx_FNS(SCSPTR, 0, 0, 0, 0)
467 SCIF_FNS(SCSPTR, 0, 0, 0x24, 16)
475 SCIF_FNS(SCSPTR, 0, 0, 0x24, 16)
480 SCIF_FNS(SCSPTR, 0, 0, 0, 0)
482 SCIF_FNS(SCSPTR, 0, 0, 0x20, 16)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dsh-sci.h446 SCIx_FNS(SCSPTR, 0, 0, 0, 0)
467 SCIF_FNS(SCSPTR, 0, 0, 0x24, 16)
475 SCIF_FNS(SCSPTR, 0, 0, 0x24, 16)
480 SCIF_FNS(SCSPTR, 0, 0, 0, 0)
482 SCIF_FNS(SCSPTR, 0, 0, 0x20, 16)

Completed in 86 milliseconds