/drivers/ata/ |
D | pata_hpt3x3.c | 244 ata_port_pbar_desc(ap, 4, -1, "ioport"); in hpt3x3_init_one() 245 ata_port_pbar_desc(ap, 4, offset_cmd[i], "cmd"); in hpt3x3_init_one()
|
D | pata_cs5520.c | 195 ata_port_pbar_desc(host->ports[0], 4, 0, "bmdma"); in cs5520_init_one() 206 ata_port_pbar_desc(host->ports[1], 4, 8, "bmdma"); in cs5520_init_one()
|
D | sata_vsc.c | 383 ata_port_pbar_desc(ap, VSC_MMIO_BAR, -1, "mmio"); in vsc_sata_init_one() 384 ata_port_pbar_desc(ap, VSC_MMIO_BAR, offset, "port"); in vsc_sata_init_one()
|
D | acard-ahci.c | 475 ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar"); in acard_ahci_init_one() 476 ata_port_pbar_desc(ap, AHCI_PCI_BAR, in acard_ahci_init_one()
|
D | sata_svw.c | 495 ata_port_pbar_desc(ap, 5, -1, "mmio"); in k2_sata_init_one() 496 ata_port_pbar_desc(ap, 5, offset, "port"); in k2_sata_init_one()
|
D | sata_via.c | 454 ata_port_pbar_desc(ap, ap->port_no, -1, "port"); in vt6421_init_addrs() 455 ata_port_pbar_desc(ap, 4, ap->port_no * 8, "bmdma"); in vt6421_init_addrs()
|
D | pata_pdc2027x.c | 749 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio"); in pdc2027x_init_one() 750 ata_port_pbar_desc(ap, PDC_MMIO_BAR, cmd_offset[i], "cmd"); in pdc2027x_init_one()
|
D | sata_qstor.c | 625 ata_port_pbar_desc(ap, QS_MMIO_BAR, -1, "mmio"); in qs_ata_init_one() 626 ata_port_pbar_desc(ap, QS_MMIO_BAR, offset, "port"); in qs_ata_init_one()
|
D | sata_sil.c | 793 ata_port_pbar_desc(ap, SIL_MMIO_BAR, -1, "mmio"); in sil_init_one() 794 ata_port_pbar_desc(ap, SIL_MMIO_BAR, sil_port[i].tf, "tf"); in sil_init_one()
|
D | pdc_adma.c | 650 ata_port_pbar_desc(ap, ADMA_MMIO_BAR, -1, "mmio"); in adma_ata_init_one() 651 ata_port_pbar_desc(ap, ADMA_MMIO_BAR, offset, "port"); in adma_ata_init_one()
|
D | sata_sx4.c | 1473 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio"); in pdc_sata_init_one() 1474 ata_port_pbar_desc(ap, PDC_DIMM_BAR, -1, "dimm"); in pdc_sata_init_one() 1475 ata_port_pbar_desc(ap, PDC_MMIO_BAR, offset, "port"); in pdc_sata_init_one()
|
D | sata_inic162x.c | 854 ata_port_pbar_desc(ap, mmio_bar, -1, "mmio"); in inic_init_one() 855 ata_port_pbar_desc(ap, mmio_bar, i * PORT_SIZE, "port"); in inic_init_one()
|
D | pata_scc.c | 1082 ata_port_pbar_desc(host->ports[0], SCC_CTRL_BAR, -1, "ctrl"); in scc_init_one() 1083 ata_port_pbar_desc(host->ports[0], SCC_BMID_BAR, -1, "bmid"); in scc_init_one()
|
D | sata_sil24.c | 1221 ata_port_pbar_desc(ap, SIL24_HOST_BAR, -1, "host"); in sil24_port_start() 1222 ata_port_pbar_desc(ap, SIL24_PORT_BAR, sil24_port_offset(ap), "port"); in sil24_port_start()
|
D | sata_promise.c | 1242 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio"); in pdc_ata_init_one() 1243 ata_port_pbar_desc(ap, PDC_MMIO_BAR, ata_offset, "ata"); in pdc_ata_init_one()
|
D | ahci.c | 1555 ata_port_pbar_desc(ap, ahci_pci_bar, -1, "abar"); in ahci_init_one() 1556 ata_port_pbar_desc(ap, ahci_pci_bar, in ahci_init_one()
|
D | sata_mv.c | 4438 ata_port_pbar_desc(ap, MV_PRIMARY_BAR, -1, "mmio"); in mv_pci_init_one() 4439 ata_port_pbar_desc(ap, MV_PRIMARY_BAR, offset, "port"); in mv_pci_init_one()
|
D | libata-eh.c | 286 void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset, in ata_port_pbar_desc() function
|
D | libata-core.c | 7018 EXPORT_SYMBOL_GPL(ata_port_pbar_desc);
|