/linux/drivers/ata/ |
H A D | pata_hpt3x3.c | 241 ata_port_pbar_desc(ap, 4, -1, "ioport"); in hpt3x3_init_one() 242 ata_port_pbar_desc(ap, 4, offset_cmd[i], "cmd"); in hpt3x3_init_one()
|
H A D | pata_cs5520.c | 178 ata_port_pbar_desc(host->ports[0], 4, 0, "bmdma"); in cs5520_init_one() 189 ata_port_pbar_desc(host->ports[1], 4, 8, "bmdma"); in cs5520_init_one()
|
H A D | sata_vsc.c | 367 ata_port_pbar_desc(ap, VSC_MMIO_BAR, -1, "mmio"); in vsc_sata_init_one() 368 ata_port_pbar_desc(ap, VSC_MMIO_BAR, offset, "port"); in vsc_sata_init_one()
|
H A D | sata_svw.c | 472 ata_port_pbar_desc(ap, 5, -1, "mmio"); in k2_sata_init_one() 473 ata_port_pbar_desc(ap, 5, offset, "port"); in k2_sata_init_one()
|
H A D | pata_pdc2027x.c | 722 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio"); in pdc2027x_init_one() 723 ata_port_pbar_desc(ap, PDC_MMIO_BAR, cmd_offset[i], "cmd"); in pdc2027x_init_one()
|
H A D | sata_qstor.c | 579 ata_port_pbar_desc(ap, QS_MMIO_BAR, -1, "mmio"); in qs_ata_init_one() 580 ata_port_pbar_desc(ap, QS_MMIO_BAR, offset, "port"); in qs_ata_init_one()
|
H A D | pdc_adma.c | 590 ata_port_pbar_desc(ap, ADMA_MMIO_BAR, -1, "mmio"); in adma_ata_init_one() 591 ata_port_pbar_desc(ap, ADMA_MMIO_BAR, offset, "port"); in adma_ata_init_one()
|
H A D | sata_via.c | 452 ata_port_pbar_desc(ap, ap->port_no, -1, "port"); in vt6421_init_addrs() 453 ata_port_pbar_desc(ap, 4, ap->port_no * 8, "bmdma"); in vt6421_init_addrs()
|
H A D | sata_sil.c | 778 ata_port_pbar_desc(ap, SIL_MMIO_BAR, -1, "mmio"); in sil_init_one() 779 ata_port_pbar_desc(ap, SIL_MMIO_BAR, sil_port[i].tf, "tf"); in sil_init_one()
|
H A D | sata_inic162x.c | 858 ata_port_pbar_desc(ap, mmio_bar, -1, "mmio"); in inic_init_one() 859 ata_port_pbar_desc(ap, mmio_bar, i * PORT_SIZE, "port"); in inic_init_one()
|
H A D | sata_sx4.c | 1424 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio"); in pdc_sata_init_one() 1425 ata_port_pbar_desc(ap, PDC_DIMM_BAR, -1, "dimm"); in pdc_sata_init_one() 1426 ata_port_pbar_desc(ap, PDC_MMIO_BAR, offset, "port"); in pdc_sata_init_one()
|
H A D | sata_sil24.c | 1212 ata_port_pbar_desc(ap, SIL24_HOST_BAR, -1, "host"); in sil24_port_start() 1213 ata_port_pbar_desc(ap, SIL24_PORT_BAR, sil24_port_offset(ap), "port"); in sil24_port_start()
|
H A D | sata_promise.c | 1207 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio"); in pdc_ata_init_one() 1208 ata_port_pbar_desc(ap, PDC_MMIO_BAR, ata_offset, "ata"); in pdc_ata_init_one()
|
H A D | libata-eh.c | 281 void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset, in ata_port_pbar_desc() function 302 EXPORT_SYMBOL_GPL(ata_port_pbar_desc);
|
/linux/include/linux/ |
H A D | libata.h | 1620 extern void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset,
|