Symbol: ata_port_pbar_desc
drivers/ata/acard-ahci.c
427
ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar");
drivers/ata/acard-ahci.c
428
ata_port_pbar_desc(ap, AHCI_PCI_BAR,
drivers/ata/ahci.c
3053
ata_port_pbar_desc(ap, ahci_pci_bar, -1, "abar");
drivers/ata/ahci.c
3054
ata_port_pbar_desc(ap, ahci_pci_bar,
drivers/ata/libata-eh.c
300
EXPORT_SYMBOL_GPL(ata_port_pbar_desc);
drivers/ata/pata_cs5520.c
178
ata_port_pbar_desc(host->ports[0], 4, 0, "bmdma");
drivers/ata/pata_cs5520.c
189
ata_port_pbar_desc(host->ports[1], 4, 8, "bmdma");
drivers/ata/pata_hpt3x3.c
241
ata_port_pbar_desc(ap, 4, -1, "ioport");
drivers/ata/pata_hpt3x3.c
242
ata_port_pbar_desc(ap, 4, offset_cmd[i], "cmd");
drivers/ata/pata_pdc2027x.c
736
ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
drivers/ata/pata_pdc2027x.c
737
ata_port_pbar_desc(ap, PDC_MMIO_BAR, cmd_offset[i], "cmd");
drivers/ata/pdc_adma.c
589
ata_port_pbar_desc(ap, ADMA_MMIO_BAR, -1, "mmio");
drivers/ata/pdc_adma.c
590
ata_port_pbar_desc(ap, ADMA_MMIO_BAR, offset, "port");
drivers/ata/sata_inic162x.c
859
ata_port_pbar_desc(ap, mmio_bar, -1, "mmio");
drivers/ata/sata_inic162x.c
860
ata_port_pbar_desc(ap, mmio_bar, i * PORT_SIZE, "port");
drivers/ata/sata_mv.c
4419
ata_port_pbar_desc(ap, MV_PRIMARY_BAR, -1, "mmio");
drivers/ata/sata_mv.c
4420
ata_port_pbar_desc(ap, MV_PRIMARY_BAR, offset, "port");
drivers/ata/sata_promise.c
1208
ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
drivers/ata/sata_promise.c
1209
ata_port_pbar_desc(ap, PDC_MMIO_BAR, ata_offset, "ata");
drivers/ata/sata_qstor.c
579
ata_port_pbar_desc(ap, QS_MMIO_BAR, -1, "mmio");
drivers/ata/sata_qstor.c
580
ata_port_pbar_desc(ap, QS_MMIO_BAR, offset, "port");
drivers/ata/sata_sil.c
777
ata_port_pbar_desc(ap, SIL_MMIO_BAR, -1, "mmio");
drivers/ata/sata_sil.c
778
ata_port_pbar_desc(ap, SIL_MMIO_BAR, sil_port[i].tf, "tf");
drivers/ata/sata_sil24.c
1215
ata_port_pbar_desc(ap, SIL24_HOST_BAR, -1, "host");
drivers/ata/sata_sil24.c
1216
ata_port_pbar_desc(ap, SIL24_PORT_BAR, sil24_port_offset(ap), "port");
drivers/ata/sata_svw.c
472
ata_port_pbar_desc(ap, 5, -1, "mmio");
drivers/ata/sata_svw.c
473
ata_port_pbar_desc(ap, 5, offset, "port");
drivers/ata/sata_sx4.c
1431
ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
drivers/ata/sata_sx4.c
1432
ata_port_pbar_desc(ap, PDC_DIMM_BAR, -1, "dimm");
drivers/ata/sata_sx4.c
1433
ata_port_pbar_desc(ap, PDC_MMIO_BAR, offset, "port");
drivers/ata/sata_via.c
473
ata_port_pbar_desc(ap, ap->port_no, -1, "port");
drivers/ata/sata_via.c
474
ata_port_pbar_desc(ap, 4, ap->port_no * 8, "bmdma");
drivers/ata/sata_vsc.c
367
ata_port_pbar_desc(ap, VSC_MMIO_BAR, -1, "mmio");
drivers/ata/sata_vsc.c
368
ata_port_pbar_desc(ap, VSC_MMIO_BAR, offset, "port");
include/linux/libata.h
1640
extern void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset,