ioaddress 50 drivers/rtc/rtc-v3020.c void __iomem *ioaddress; ioaddress 72 drivers/rtc/rtc-v3020.c chip->ioaddress = ioremap(pdev->resource[0].start, 1); ioaddress 73 drivers/rtc/rtc-v3020.c if (chip->ioaddress == NULL) ioaddress 81 drivers/rtc/rtc-v3020.c iounmap(chip->ioaddress); ioaddress 86 drivers/rtc/rtc-v3020.c writel(bit << chip->leftshift, chip->ioaddress); ioaddress 91 drivers/rtc/rtc-v3020.c return !!(readl(chip->ioaddress) & (1 << chip->leftshift)); ioaddress 2561 drivers/tty/mxser.c unsigned long ioaddress; ioaddress 2588 drivers/tty/mxser.c ioaddress = pci_resource_start(pdev, 2); ioaddress 2595 drivers/tty/mxser.c brd->ports[i].ioaddr = ioaddress + 8 * i; ioaddress 2598 drivers/tty/mxser.c ioaddress = pci_resource_start(pdev, 3); ioaddress 2602 drivers/tty/mxser.c brd->vector = ioaddress; ioaddress 2628 drivers/tty/mxser.c brd->ports[i].opmode_ioaddr = ioaddress + 4; ioaddress 2630 drivers/tty/mxser.c brd->ports[i].opmode_ioaddr = ioaddress + 0x0c; ioaddress 2632 drivers/tty/mxser.c outb(0, ioaddress + 4); /* default set to RS232 mode */ ioaddress 2633 drivers/tty/mxser.c outb(0, ioaddress + 0x0c); /* default set to RS232 mode */