Home
last modified time | relevance | path

Searched refs:ATA_FLAG_PIO_POLLING (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_palmld.c90 ap->flags |= ATA_FLAG_PIO_POLLING; in palmld_pata_probe()
H A Dpata_falcon.c150 ap->flags |= ATA_FLAG_PIO_POLLING; in pata_falcon_init_one()
H A Dpata_platform.c144 ap->flags |= ATA_FLAG_PIO_POLLING; in __pata_platform_probe()
H A Dsata_qstor.c141 .flags = ATA_FLAG_SATA | ATA_FLAG_PIO_POLLING,
H A Dpdc_adma.c152 .flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_PIO_POLLING,
H A Dpata_samsung_cf.c551 ap->flags |= ATA_FLAG_PIO_POLLING; in pata_s3c_probe()
H A Dpata_arasan_cf.c881 ap->flags |= ATA_FLAG_PIO_POLLING | ATA_FLAG_NO_ATAPI; in arasan_cf_probe()
H A Dpata_octeon_cf.c948 ap->flags |= ATA_FLAG_NO_ATAPI | ATA_FLAG_PIO_POLLING; in octeon_cf_probe()
H A Dsata_promise.c120 PDC_COMMON_FLAGS = ATA_FLAG_PIO_POLLING,
H A Dsata_sx4.c260 ATA_FLAG_PIO_POLLING,
H A Dsata_mv.c153 MV_COMMON_FLAGS = ATA_FLAG_SATA | ATA_FLAG_PIO_POLLING,
2383 if (ap->flags & ATA_FLAG_PIO_POLLING) in mv_qc_issue()
H A Dlibata-sff.c1367 if (ap->flags & ATA_FLAG_PIO_POLLING) in ata_sff_qc_issue()
H A Dlibata-core.c4076 if ((dev->link->ap->flags & ATA_FLAG_PIO_POLLING) && in ata_dma_blacklisted()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.h146 ATA_FLAG_PIO_POLLING = (1 << 9), enumerator
H A Dsata_dwc.c271 ATA_FLAG_MMIO | ATA_FLAG_PIO_POLLING |
1139 if (ap->flags & ATA_FLAG_PIO_POLLING) { in ata_qc_issue_prot()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h201 ATA_FLAG_PIO_POLLING = (1 << 9), /* use polling PIO if LLD enumerator