Home
last modified time | relevance | path

Searched refs:ahci_controller (Results 1 – 10 of 10) sorted by relevance

/src/sys/dev/ahci/
H A Dahci_generic.c70 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_fdt_probe()
100 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_acpi_probe()
140 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_gen_attach()
189 sizeof(struct ahci_controller)
211 sizeof(struct ahci_controller)
H A Dahci_mv_fdt.c62 ahci_mv_regret_config(struct ahci_controller *ctlr) in ahci_mv_regret_config()
92 struct ahci_controller *ctlr; in ahci_mv_fdt_attach()
149 sizeof(struct ahci_controller)
H A Dahci_fsl_fdt.c170 struct ahci_controller ctlr; /* Must be the first field. */
243 struct ahci_controller *ahci; in ahci_fsl_fdt_phy_init()
296 struct ahci_controller *ahci; in ahci_fsl_fdt_attach()
H A Dahci_pci.c472 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_pci_attach()
685 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_pci_suspend()
724 sizeof(struct ahci_controller)
750 sizeof(struct ahci_controller)
H A Dahci.c114 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_ctlr_setup()
141 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_ctlr_reset()
196 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_attach()
393 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_detach()
421 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_free_mem()
439 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_setup_interrupt()
501 struct ahci_controller *ctlr = irq->ctlr; in ahci_intr()
550 struct ahci_controller *ctlr = irq->ctlr; in ahci_intr_one()
566 struct ahci_controller *ctlr = irq->ctlr; in ahci_intr_one_edge()
582 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_alloc_resource()
[all …]
H A Dahci.h492 struct ahci_controller { struct
507 struct ahci_controller *ctlr; argument
H A Dahciem.c74 struct ahci_controller *ctlr = device_get_softc(parent); in ahci_em_attach()
/src/sys/arm/freescale/imx/
H A Dimx6_ahci.c70 imx6_ahci_phy_ctrl(struct ahci_controller* sc, uint32_t bitmask, bool on) in imx6_ahci_phy_ctrl()
101 imx6_ahci_phy_addr(struct ahci_controller* sc, uint32_t addr) in imx6_ahci_phy_addr()
129 imx6_ahci_phy_write(struct ahci_controller* sc, uint32_t addr, in imx6_ahci_phy_write()
180 imx6_ahci_phy_read(struct ahci_controller* sc, uint32_t addr, uint16_t* val) in imx6_ahci_phy_read()
231 struct ahci_controller* ctlr; in imx6_ahci_attach()
355 sizeof(struct ahci_controller)
/src/sys/arm/allwinner/
H A Da10_ahci.c120 struct ahci_controller ahci_ctlr;
162 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_a10_phy_reset()
304 struct ahci_controller *ctlr; in ahci_a10_attach()
389 struct ahci_controller *ctlr; in ahci_a10_detach()
/src/sys/arm/nvidia/
H A Dtegra_ahci.c228 struct ahci_controller ctlr; /* Must be first */
662 struct ahci_controller *ctlr; in tegra_ahci_attach()