Lines Matching defs:ctrl_port
88 unsigned long ctrl_port; /* Control port of ESS chip */
706 status = inb(chip->ctrl_port + 6);
1332 outb(reg, chip->ctrl_port);
1333 return inb(chip->ctrl_port + 1);
1341 outb(reg, chip->ctrl_port);
1342 outb(data, chip->ctrl_port + 1);
1551 chip->ctrl_port = inb(chip->port + 0x05) << 8;
1553 chip->ctrl_port += inb(chip->port + 0x05);
1555 if (!devm_request_region(card->dev, chip->ctrl_port, 8,
1557 dev_err(card->dev, "unable go grab port 0x%lx\n", chip->ctrl_port);