HomeSort by: relevance | last modified time | path
    Searched refs:ahci_softc (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/ic/
ahcisatavar.h 46 struct ahci_softc { struct
86 void (*sc_channel_start)(struct ahci_softc *, struct ata_channel *);
87 void (*sc_channel_stop)(struct ahci_softc *, struct ata_channel *);
88 int (*sc_intr_establish)(struct ahci_softc *, int);
118 #define AHCI_CH2SC(chp) (struct ahci_softc *)((chp)->ch_atac)
120 void ahci_attach(struct ahci_softc *);
121 int ahci_detach(struct ahci_softc *, int);
122 void ahci_childdetached(struct ahci_softc *, device_t);
123 void ahci_resume(struct ahci_softc *);
ahcisata_core.c 84 static void ahci_channel_stop(struct ahci_softc *, struct ata_channel *, int);
85 static void ahci_channel_start(struct ahci_softc *, struct ata_channel *,
142 static void ahci_setup_port(struct ahci_softc *sc, int i);
145 ahci_enable(struct ahci_softc *sc)
157 ahci_reset(struct ahci_softc *sc)
190 ahci_setup_ports(struct ahci_softc *sc)
208 ahci_reprobe_drives(struct ahci_softc *sc)
231 ahci_setup_port(struct ahci_softc *sc, int i)
244 ahci_enable_intrs(struct ahci_softc *sc)
254 ahci_attach(struct ahci_softc *sc
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_sata.c 52 sunxi_sata_channel_start(struct ahci_softc *sc, struct ata_channel *chp)
74 struct ahci_softc * const sc = device_private(self);
125 CFATTACH_DECL_NEW(sunxi_sata, sizeof(struct ahci_softc),
  /src/sys/arch/mips/adm5120/dev/
ahcivar.h 77 struct ahci_softc { struct
ahci.c 137 static int ahci_transaction(struct ahci_softc *,
159 void print_dumpreg(struct ahci_softc *);
230 CFATTACH_DECL_NEW(ahci, sizeof(struct ahci_softc),
254 struct ahci_softc *sc = device_private(self);
321 struct ahci_softc *sc = arg;
426 struct ahci_softc *sc = arg;
497 struct ahci_softc *sc = AHCI_BUS2SC(bus);
526 struct ahci_softc *sc = AHCI_BUS2SC(bus);
545 struct ahci_softc *sc = AHCI_BUS2SC(bus);
564 struct ahci_softc *sc = AHCI_BUS2SC(bus)
    [all...]
  /src/sys/dev/fdt/
ahcisata_fdt.c 61 struct ahci_softc * const sc = device_private(self);
117 CFATTACH_DECL_NEW(ahcisata_fdt, sizeof(struct ahci_softc),
  /src/sys/dev/acpi/
ahcisata_acpi.c 53 CFATTACH_DECL_NEW(ahcisata_acpi, sizeof(struct ahci_softc), ahcisata_acpi_match, ahcisata_acpi_attach, NULL, NULL);
72 struct ahci_softc * const sc = device_private(self);
  /src/sys/dev/pci/
ahcisata_pci.c 212 struct ahci_softc ah_sc;
297 ahci_pci_intr_establish(struct ahci_softc *sc, int port)
392 struct ahci_softc *sc = &psc->ah_sc;
477 struct ahci_softc *sc = &psc->ah_sc;
486 struct ahci_softc *sc;
524 struct ahci_softc *sc = &psc->ah_sc;
jmide.c 437 CFATTACH_DECL_NEW(jmahci, sizeof(struct ahci_softc),
451 struct ahci_softc *sc = device_private(self);
480 struct ahci_softc *sc;
494 struct ahci_softc *sc;
  /src/sys/arch/arm/nvidia/
tegra_ahcisata.c 55 struct ahci_softc sc;
  /src/sys/arch/arm/nxp/
imx_ahcisata.c 53 struct ahci_softc sc;

Completed in 16 milliseconds