• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/

Lines Matching defs:sbase

82 /* SP3 Banked Registers, relative to data->sbase                        */
244 unsigned long sbase; /* Serial Port Baseaddr */
312 outb(bank, data->sbase + WBCIR_REG_SP3_BSR);
955 status = inb(data->sbase + WBCIR_REG_SP3_EIR);
969 insb(data->sbase + WBCIR_REG_SP3_RXDATA, &irdata[0], 8);
986 outb(WBCIR_RX_DISABLE, data->sbase + WBCIR_REG_SP3_ASCR);
989 while (inb(data->sbase + WBCIR_REG_SP3_LSR) & WBCIR_RX_AVAIL)
990 inb(data->sbase + WBCIR_REG_SP3_RXDATA);
1200 outb(WBCIR_IRQ_NONE, data->sbase + WBCIR_REG_SP3_IER);
1225 outb(WBCIR_IRQ_NONE, data->sbase + WBCIR_REG_SP3_IER);
1256 outb(WBCIR_EXT_ENABLE, data->sbase + WBCIR_REG_SP3_EXCR1);
1270 outb(0x30, data->sbase + WBCIR_REG_SP3_EXCR2);
1275 outb(0xA7, data->sbase + WBCIR_REG_SP3_BGDL);
1278 outb(0x53, data->sbase + WBCIR_REG_SP3_BGDL);
1281 outb(0x69, data->sbase + WBCIR_REG_SP3_BGDL);
1284 outb(0x00, data->sbase + WBCIR_REG_SP3_BGDH);
1288 outb(0xC0, data->sbase + WBCIR_REG_SP3_MCR);
1289 inb(data->sbase + WBCIR_REG_SP3_LSR); /* Clear LSR */
1290 inb(data->sbase + WBCIR_REG_SP3_MSR); /* Clear MSR */
1294 outb(0x10, data->sbase + WBCIR_REG_SP3_RCCFG);
1298 outb(0x00, data->sbase + WBCIR_REG_SP3_IRCR1);
1302 outb(0x00, data->sbase + WBCIR_REG_SP3_IRCR2);
1306 outb(0x20, data->sbase + WBCIR_REG_SP3_IRCR3);
1310 outb(0xF2, data->sbase + WBCIR_REG_SP3_IRRXDC);
1311 outb(0x69, data->sbase + WBCIR_REG_SP3_IRTXMC);
1315 outb(0x10, data->sbase + WBCIR_REG_SP3_IRCFG4);
1317 outb(0x00, data->sbase + WBCIR_REG_SP3_IRCFG4);
1321 outb(0x97, data->sbase + WBCIR_REG_SP3_FCR);
1324 outb(0xE0, data->sbase + WBCIR_REG_SP3_ASCR);
1328 outb(WBCIR_IRQ_RX | WBCIR_IRQ_ERR, data->sbase + WBCIR_REG_SP3_IER);
1366 data->sbase = pnp_port_start(device, 2);
1370 data->sbase == 0 || data->irq == 0) {
1378 data->wbase, data->ebase, data->sbase, data->irq);
1394 if (!request_region(data->sbase, SP_IOMEM_LEN, DRVNAME)) {
1396 data->sbase, data->sbase + SP_IOMEM_LEN - 1);
1497 release_region(data->sbase, SP_IOMEM_LEN);
1518 outb(WBCIR_IRQ_NONE, data->sbase + WBCIR_REG_SP3_IER);
1545 release_region(data->sbase, SP_IOMEM_LEN);