• 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 refs:wbase

63 /* CEIR Wake-Up Registers, relative to data->wbase                      */
242 unsigned long wbase; /* Wake-Up Baseaddr */
1169 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_INDEX,
1172 outsb(data->wbase + WBCIR_REG_WCEIR_DATA, match, 11);
1173 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_INDEX,
1176 outsb(data->wbase + WBCIR_REG_WCEIR_DATA, mask, 11);
1179 outb(rc6_csl, data->wbase + WBCIR_REG_WCEIR_CSL);
1182 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_STS, 0x17, 0x17);
1185 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_EV_EN, 0x01, 0x07);
1188 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CTL, 0x01, 0x01);
1192 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_EV_EN, 0x00, 0x07);
1195 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CTL, 0x00, 0x01);
1231 outb(tmp, data->wbase + WBCIR_REG_WCEIR_CTL);
1234 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_STS, 0x17, 0x17);
1237 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_EV_EN, 0x00, 0x07);
1240 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CFG1, 0x4A, 0x7F);
1365 data->wbase = pnp_port_start(device, 1);
1369 if (data->wbase == 0 || data->ebase == 0 ||
1378 data->wbase, data->ebase, data->sbase, data->irq);
1380 if (!request_region(data->wbase, WAKEUP_IOMEM_LEN, DRVNAME)) {
1382 data->wbase, data->wbase + WAKEUP_IOMEM_LEN - 1);
1501 release_region(data->wbase, WAKEUP_IOMEM_LEN);
1525 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_STS, 0x17, 0x17);
1528 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CTL, 0x00, 0x01);
1531 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_EV_EN, 0x00, 0x07);
1543 release_region(data->wbase, WAKEUP_IOMEM_LEN);