Lines Matching refs:ctrl_port
88 unsigned long ctrl_port; /* Control port of ESS chip */
720 status = inb(chip->ctrl_port + 6);
1346 outb(reg, chip->ctrl_port);
1347 return inb(chip->ctrl_port + 1);
1355 outb(reg, chip->ctrl_port);
1356 outb(data, chip->ctrl_port + 1);
1565 chip->ctrl_port = inb(chip->port + 0x05) << 8;
1567 chip->ctrl_port += inb(chip->port + 0x05);
1569 if (!devm_request_region(card->dev, chip->ctrl_port, 8,
1571 dev_err(card->dev, "unable go grab port 0x%lx\n", chip->ctrl_port);