Searched refs:command_addr (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/acpi/ |
H A D | ec.c | 276 u8 x = inb(ec->command_addr); in acpi_ec_read_status() 301 outb(command, ec->command_addr); in acpi_ec_write_cmd() 1464 ec->command_addr = ec->data_addr = 0; in ec_parse_device() 1470 if (ec->data_addr == 0 || ec->command_addr == 0) in ec_parse_device() 1662 pr_info("EC_CMD/EC_SC=0x%lx, EC_DATA=0x%lx\n", ec->command_addr, in acpi_ec_setup() 1700 if (boot_ec && ec->command_addr == boot_ec->command_addr && in acpi_ec_add() 1735 ret = !!request_region(ec->command_addr, 1, "EC cmd"); in acpi_ec_add() 1736 WARN(!ret, "Could not request EC cmd io port 0x%lx", ec->command_addr); in acpi_ec_add() 1760 release_region(ec->command_addr, 1); in acpi_ec_remove() 1789 else if (ec->command_addr == 0) in ec_parse_io_ports() [all …]
|
H A D | internal.h | 192 unsigned long command_addr; member
|
/linux/drivers/ata/ |
H A D | pata_buddha.c | 229 ap->ioaddr.command_addr = base + 2 + 7 * 4; in pata_buddha_probe()
|
H A D | pata_pdc202xx_old.c | 41 iowrite8(tf->command, ap->ioaddr.command_addr); in pdc202xx_exec_command()
|
H A D | pata_ixp4xx_cf.c | 224 *(unsigned long *)&ioaddr->command_addr ^= 0x03; in ixp4xx_setup_port()
|
H A D | pata_sil680.c | 211 iowrite8(tf->command, ap->ioaddr.command_addr); in sil680_sff_exec_command()
|
H A D | sata_svw.c | 402 port->command_addr = in k2_sata_setup_port()
|
H A D | pata_atp867x.c | 328 (unsigned long)ioaddr->command_addr, in atp867x_check_ports()
|
H A D | pata_pdc2027x.c | 665 port->command_addr = in pdc_ata_setup_port()
|
H A D | sata_qstor.c | 450 port->command_addr = base + 0x438; in qs_ata_setup_port()
|
H A D | pata_icside.c | 361 ioaddr->command_addr = cmd + (ATA_REG_CMD << port->stepping); in pata_icside_setup_ioaddr()
|
H A D | pdc_adma.c | 501 port->command_addr = base + 0x01c; in adma_ata_setup_port()
|
H A D | pata_it821x.c | 674 iowrite8(cmd, ap->ioaddr.command_addr); in it821x_firmware_command()
|
H A D | pata_mpc52xx.c | 659 aio->command_addr = &priv->ata_regs->tf_command; in mpc52xx_ata_init_one()
|
H A D | pata_octeon_cf.c | 930 ap->ioaddr.command_addr = base + (ATA_REG_CMD << 1) + 1; in octeon_cf_probe()
|
H A D | pata_macio.c | 1015 ioaddr->command_addr = base + (ATA_REG_CMD << 4); in pata_macio_setup_ios()
|
H A D | sata_promise.c | 1086 ap->ioaddr.command_addr = in pdc_ata_setup_port()
|
H A D | sata_sx4.c | 929 port->command_addr = in pdc_sata_setup_port()
|
H A D | sata_nv.c | 1268 ioport->command_addr = mmio + (ATA_REG_STATUS * 4); in nv_adma_setup_port()
|
H A D | sata_mv.c | 3679 port->command_addr = shd_base + (sizeof(u32) * ATA_REG_STATUS); in mv_port_init()
|
/linux/include/linux/ |
H A D | libata.h | 605 void __iomem *command_addr; member
|