Lines Matching defs:address
183 /* Length of ISA address segment */
186 /* Length of ISA address segment for Environmental Controller */
189 /* Offset of EC registers from ISA base address */
192 /* Where are the ISA address/data registers relative to the EC base address */
2389 static int __init it87_find(int sioaddr, unsigned short *address,
2480 *address = superio_inw(sioaddr, IT87_BASE_REG) & ~(IT87_EXTENT - 1);
2481 if (*address == 0) {
2482 pr_info("Base address not set, skipping\n");
2491 *address, sio_data->revision);
3253 static int __init it87_device_add(int index, unsigned short address,
3258 .start = address + IT87_EC_OFFSET,
3259 .end = address + IT87_EC_OFFSET + IT87_EC_EXTENT - 1,
3269 pdev = platform_device_alloc(DRVNAME, address);
3319 * Don't register second chip if its ISA address matches
3320 * the first chip's ISA address.