/Linux-v4.19/drivers/ata/ |
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 | 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 | 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 | 477 ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar"); in acard_ahci_init_one() 478 ata_port_pbar_desc(ap, AHCI_PCI_BAR, in acard_ahci_init_one()
|
D | sata_svw.c | 486 ata_port_pbar_desc(ap, 5, -1, "mmio"); in k2_sata_init_one() 487 ata_port_pbar_desc(ap, 5, offset, "port"); in k2_sata_init_one()
|
D | pata_pdc2027x.c | 747 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio"); in pdc2027x_init_one() 748 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 | 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_via.c | 470 ata_port_pbar_desc(ap, ap->port_no, -1, "port"); in vt6421_init_addrs() 471 ata_port_pbar_desc(ap, 4, ap->port_no * 8, "bmdma"); in vt6421_init_addrs()
|
D | sata_sil.c | 796 ata_port_pbar_desc(ap, SIL_MMIO_BAR, -1, "mmio"); in sil_init_one() 797 ata_port_pbar_desc(ap, SIL_MMIO_BAR, sil_port[i].tf, "tf"); in sil_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 | sata_sx4.c | 1483 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio"); in pdc_sata_init_one() 1484 ata_port_pbar_desc(ap, PDC_DIMM_BAR, -1, "dimm"); in pdc_sata_init_one() 1485 ata_port_pbar_desc(ap, PDC_MMIO_BAR, offset, "port"); in pdc_sata_init_one()
|
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 | sata_sil24.c | 1222 ata_port_pbar_desc(ap, SIL24_HOST_BAR, -1, "host"); in sil24_port_start() 1223 ata_port_pbar_desc(ap, SIL24_PORT_BAR, sil24_port_offset(ap), "port"); in sil24_port_start()
|
D | ahci.c | 1833 ata_port_pbar_desc(ap, ahci_pci_bar, -1, "abar"); in ahci_init_one() 1834 ata_port_pbar_desc(ap, ahci_pci_bar, in ahci_init_one()
|
D | sata_mv.c | 4459 ata_port_pbar_desc(ap, MV_PRIMARY_BAR, -1, "mmio"); in mv_pci_init_one() 4460 ata_port_pbar_desc(ap, MV_PRIMARY_BAR, offset, "port"); in mv_pci_init_one()
|
D | libata-eh.c | 287 void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset, in ata_port_pbar_desc() function
|
D | libata-core.c | 7386 EXPORT_SYMBOL_GPL(ata_port_pbar_desc);
|
/Linux-v4.19/include/linux/ |
D | libata.h | 1488 extern void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset,
|