Searched refs:ATA_DEVICE_OBS (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_promise.h75 dev_reg = ATA_DEVICE_OBS;
77 dev_reg = ATA_DEVICE_OBS | ATA_DEV1;
H A Dpata_scc.c408 tmp = ATA_DEVICE_OBS;
410 tmp = ATA_DEVICE_OBS | ATA_DEV1;
H A Dpata_it821x.c671 iowrite8(ATA_DEVICE_OBS, ap->ioaddr.device_addr);
H A Dpata_samsung_cf.c279 u8 tmp = ATA_DEVICE_OBS;
H A Dpata_bf54x.c815 tmp = ATA_DEVICE_OBS;
817 tmp = ATA_DEVICE_OBS | ATA_DEV1;
H A Dsata_sx4.c401 dev_reg = ATA_DEVICE_OBS;
403 dev_reg = ATA_DEVICE_OBS | ATA_DEV1;
H A Dlibata-sff.c322 tmp = ATA_DEVICE_OBS;
324 tmp = ATA_DEVICE_OBS | ATA_DEV1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dht6560b.c156 outb(drive->select | ATA_DEVICE_OBS, hwif->io_ports.device_addr);
H A Dide-io-std.c79 u8 select = drive->select | ATA_DEVICE_OBS;
H A Dtrm290.c178 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr);
H A Dns87415.c175 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr);
H A Dqd65xx.c101 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr);
H A Dpmac.c471 writeb(drive->select | ATA_DEVICE_OBS,
479 writeb(drive->select | ATA_DEVICE_OBS,
H A Dide-probe.c1129 drive->select = (i << 4) | ATA_DEVICE_OBS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Data.h166 ATA_DEVICE_OBS = (1 << 7) | (1 << 5), /* obs bits in dev reg */ enumerator in enum:__anon17204
H A Dlibata.h1451 tf->device = ATA_DEVICE_OBS;
1453 tf->device = ATA_DEVICE_OBS | ATA_DEV1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dmg_disk.c474 outb((u8)((sect_num >> 24) | ATA_LBA | ATA_DEVICE_OBS),

Completed in 107 milliseconds