Searched refs:ata_port_pbar_desc (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_cs5520.c196 ata_port_pbar_desc(host->ports[0], 4, 0, "bmdma");
207 ata_port_pbar_desc(host->ports[1], 4, 8, "bmdma");
H A Dpata_hpt3x3.c225 ata_port_pbar_desc(ap, 4, -1, "ioport");
226 ata_port_pbar_desc(ap, 4, offset_cmd[i], "cmd");
H A Dsata_svw.c482 ata_port_pbar_desc(ap, 5, -1, "mmio");
483 ata_port_pbar_desc(ap, 5, offset, "port");
H A Dsata_vsc.c389 ata_port_pbar_desc(ap, VSC_MMIO_BAR, -1, "mmio");
390 ata_port_pbar_desc(ap, VSC_MMIO_BAR, offset, "port");
H A Dpata_pdc2027x.c740 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
741 ata_port_pbar_desc(ap, PDC_MMIO_BAR, cmd_offset[i], "cmd");
H A Dpdc_adma.c641 ata_port_pbar_desc(ap, ADMA_MMIO_BAR, -1, "mmio");
642 ata_port_pbar_desc(ap, ADMA_MMIO_BAR, offset, "port");
H A Dsata_qstor.c630 ata_port_pbar_desc(ap, QS_MMIO_BAR, -1, "mmio");
631 ata_port_pbar_desc(ap, QS_MMIO_BAR, offset, "port");
H A Dsata_sil.c796 ata_port_pbar_desc(ap, SIL_MMIO_BAR, -1, "mmio");
797 ata_port_pbar_desc(ap, SIL_MMIO_BAR, sil_port[i].tf, "tf");
H A Dsata_via.c456 ata_port_pbar_desc(ap, ap->port_no, -1, "port");
457 ata_port_pbar_desc(ap, 4, ap->port_no * 8, "bmdma");
H A Dsata_sx4.c1479 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
1480 ata_port_pbar_desc(ap, PDC_DIMM_BAR, -1, "dimm");
1481 ata_port_pbar_desc(ap, PDC_MMIO_BAR, offset, "port");
H A Dahci.c1199 ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar");
1200 ata_port_pbar_desc(ap, AHCI_PCI_BAR,
H A Dpata_scc.c1097 ata_port_pbar_desc(host->ports[0], SCC_CTRL_BAR, -1, "ctrl");
1098 ata_port_pbar_desc(host->ports[0], SCC_BMID_BAR, -1, "bmid");
H A Dsata_inic162x.c836 ata_port_pbar_desc(ap, mmio_bar, -1, "mmio");
837 ata_port_pbar_desc(ap, mmio_bar, i * PORT_SIZE, "port");
H A Dsata_promise.c1236 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
1237 ata_port_pbar_desc(ap, PDC_MMIO_BAR, ata_offset, "ata");
H A Dsata_sil24.c1225 ata_port_pbar_desc(ap, SIL24_HOST_BAR, -1, "host");
1226 ata_port_pbar_desc(ap, SIL24_PORT_BAR, sil24_port_offset(ap), "port");
H A Dsata_mv.c4264 ata_port_pbar_desc(ap, MV_PRIMARY_BAR, -1, "mmio");
4265 ata_port_pbar_desc(ap, MV_PRIMARY_BAR, offset, "port");
H A Dlibata-eh.c269 * ata_port_pbar_desc - append PCI BAR description
283 void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset, function
H A Dlibata-core.c6672 EXPORT_SYMBOL_GPL(ata_port_pbar_desc); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibata.h1271 extern void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset,

Completed in 210 milliseconds