Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/ata/
H A Dsata_promise.h59 dev_reg = ATA_DEVICE_OBS; in pdc_pkt_header()
61 dev_reg = ATA_DEVICE_OBS | ATA_DEV1; in pdc_pkt_header()
H A Dsata_sx4.c381 dev_reg = ATA_DEVICE_OBS; in pdc20621_ata_pkt()
383 dev_reg = ATA_DEVICE_OBS | ATA_DEV1; in pdc20621_ata_pkt()
H A Dpata_it821x.c670 iowrite8(ATA_DEVICE_OBS, ap->ioaddr.device_addr); in it821x_firmware_command()
H A Dpata_samsung_cf.c299 u8 tmp = ATA_DEVICE_OBS; in pata_s3c_dev_select()
H A Dsata_rcar.c282 iowrite32(ATA_DEVICE_OBS, ap->ioaddr.device_addr); in sata_rcar_dev_select()
H A Dpata_ep93xx.c460 u8 tmp = ATA_DEVICE_OBS; in ep93xx_pata_dev_select()
H A Dlibata-sff.c303 tmp = ATA_DEVICE_OBS; in ata_sff_dev_select()
305 tmp = ATA_DEVICE_OBS | ATA_DEV1; in ata_sff_dev_select()
/kernel/linux/linux-6.6/drivers/ata/
H A Dsata_promise.h59 dev_reg = ATA_DEVICE_OBS; in pdc_pkt_header()
61 dev_reg = ATA_DEVICE_OBS | ATA_DEV1; in pdc_pkt_header()
H A Dsata_sx4.c368 dev_reg = ATA_DEVICE_OBS; in pdc20621_ata_pkt()
370 dev_reg = ATA_DEVICE_OBS | ATA_DEV1; in pdc20621_ata_pkt()
H A Dpata_it821x.c673 iowrite8(ATA_DEVICE_OBS, ap->ioaddr.device_addr); in it821x_firmware_command()
H A Dpata_ep93xx.c461 u8 tmp = ATA_DEVICE_OBS; in ep93xx_pata_dev_select()
H A Dsata_rcar.c278 iowrite32(ATA_DEVICE_OBS, ap->ioaddr.device_addr); in sata_rcar_dev_select()
H A Dlibata-sff.c260 tmp = ATA_DEVICE_OBS; in ata_sff_dev_select()
262 tmp = ATA_DEVICE_OBS | ATA_DEV1; in ata_sff_dev_select()
/kernel/linux/linux-5.10/drivers/ide/
H A Dht6560b.c156 outb(drive->select | ATA_DEVICE_OBS, hwif->io_ports.device_addr); in ht6560b_dev_select()
H A Dtrm290.c178 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr); in trm290_dev_select()
H A Dqd65xx.c101 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr); in qd65xx_dev_select()
H A Dns87415.c176 outb(drive->select | ATA_DEVICE_OBS, drive->hwif->io_ports.device_addr); in ns87415_dev_select()
H A Dide-io-std.c81 u8 select = drive->select | ATA_DEVICE_OBS; in ide_dev_select()
H A Dpmac.c463 writeb(drive->select | ATA_DEVICE_OBS, in pmac_dev_select()
471 writeb(drive->select | ATA_DEVICE_OBS, in pmac_kauai_dev_select()
H A Dide-probe.c1204 drive->select = (i << 4) | ATA_DEVICE_OBS; in ide_port_init_devices_data()
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
H A Dpata_parport.c46 tmp = ATA_DEVICE_OBS; in pata_parport_dev_select()
48 tmp = ATA_DEVICE_OBS | ATA_DEV1; in pata_parport_dev_select()
/kernel/linux/linux-6.6/include/linux/
H A Data.h161 ATA_DEVICE_OBS = (1 << 7) | (1 << 5), /* obs bits in dev reg */ enumerator
H A Dlibata.h1809 tf->device = ATA_DEVICE_OBS; in ata_tf_init()
1811 tf->device = ATA_DEVICE_OBS | ATA_DEV1; in ata_tf_init()
/kernel/linux/linux-5.10/include/linux/
H A Data.h162 ATA_DEVICE_OBS = (1 << 7) | (1 << 5), /* obs bits in dev reg */ enumerator
H A Dlibata.h1775 tf->device = ATA_DEVICE_OBS; in ata_tf_init()
1777 tf->device = ATA_DEVICE_OBS | ATA_DEV1; in ata_tf_init()

Completed in 45 milliseconds

12