Lines Matching defs:wbase
48 /* CEIR Wake-Up Registers, relative to data->wbase */
194 unsigned long wbase; /* Wake-Up Baseaddr */
825 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_INDEX,
828 outsb(data->wbase + WBCIR_REG_WCEIR_DATA, match, 11);
829 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_INDEX,
832 outsb(data->wbase + WBCIR_REG_WCEIR_DATA, mask, 11);
835 outb(rc6_csl, data->wbase + WBCIR_REG_WCEIR_CSL);
838 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_STS, 0x17, 0x17);
841 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_EV_EN, 0x01, 0x07);
844 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CTL,
849 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_EV_EN, 0x00, 0x07);
852 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CTL, 0x00, 0x01);
890 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CTL, invert ? 8 : 0, 0x09);
893 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_STS, 0x17, 0x17);
896 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_EV_EN, 0x00, 0x07);
899 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CFG1, 0x4A, 0x7F);
1031 data->wbase = pnp_port_start(device, 1);
1035 if (data->wbase == 0 || data->ebase == 0 ||
1043 data->wbase, data->ebase, data->sbase, data->irq);
1093 if (!request_region(data->wbase, WAKEUP_IOMEM_LEN, DRVNAME)) {
1095 data->wbase, data->wbase + WAKEUP_IOMEM_LEN - 1);
1133 release_region(data->wbase, WAKEUP_IOMEM_LEN);
1158 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_STS, 0x17, 0x17);
1161 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_CTL, 0x00, 0x01);
1164 wbcir_set_bits(data->wbase + WBCIR_REG_WCEIR_EV_EN, 0x00, 0x07);
1173 release_region(data->wbase, WAKEUP_IOMEM_LEN);