Searched refs:ctrl_port (Results 1 – 3 of 3) sorted by relevance
74 void __iomem *ctrl_port; member128 writeb(ctrl, eh->ctrl_port); in etherh_set_ctrl()135 writeb(ctrl, eh->ctrl_port); in etherh_clr_ctrl()140 return readb(eh->ctrl_port); in etherh_get_stat()714 eh->ctrl_port = eh->memc; in etherh_probe()721 eh->ctrl_port = eh->ioc_fast; in etherh_probe()726 eh->ctrl_port += data->ctrlport_offset; in etherh_probe()
104 unsigned long ctrl_port; /* Control port of ESS chip */ member748 status = inb(chip->ctrl_port + 6); in snd_es18xx_interrupt()1377 outb(reg, chip->ctrl_port); in snd_es18xx_config_read()1378 data = inb(chip->ctrl_port + 1); in snd_es18xx_config_read()1387 outb(reg, chip->ctrl_port); in snd_es18xx_config_write()1388 outb(data, chip->ctrl_port + 1); in snd_es18xx_config_write()1597 chip->ctrl_port = inb(chip->port + 0x05) << 8; in snd_es18xx_identify()1599 chip->ctrl_port += inb(chip->port + 0x05); in snd_es18xx_identify()1601 if ((chip->res_ctrl_port = request_region(chip->ctrl_port, 8, "ES18xx - CTRL")) == NULL) { in snd_es18xx_identify()1602 snd_printk(KERN_ERR PFX "unable go grab port 0x%lx\n", chip->ctrl_port); in snd_es18xx_identify()
94 unsigned long ctrl_port, in sgiioc4_init_hwif_ports() argument104 hw->io_ports.ctl_addr = ctrl_port; in sgiioc4_init_hwif_ports()