Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ahci/
H A Dahci_generic.c72 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_fdt_probe()
102 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_acpi_probe()
142 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_gen_attach()
192 sizeof(struct ahci_controller)
216 sizeof(struct ahci_controller)
H A Dahci_mv_fdt.c64 ahci_mv_regret_config(struct ahci_controller *ctlr) in ahci_mv_regret_config()
94 struct ahci_controller *ctlr; in ahci_mv_fdt_attach()
151 sizeof(struct ahci_controller)
H A Dahci_fsl_fdt.c172 struct ahci_controller ctlr; /* Must be the first field. */
245 struct ahci_controller *ahci; in ahci_fsl_fdt_phy_init()
298 struct ahci_controller *ahci; in ahci_fsl_fdt_attach()
H A Dahci_pci.c491 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_pci_attach()
713 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_pci_suspend()
751 sizeof(struct ahci_controller)
774 sizeof(struct ahci_controller)
H A Dahci.c116 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_ctlr_setup()
143 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_ctlr_reset()
198 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_attach()
395 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.h494 struct ahci_controller { struct
509 struct ahci_controller *ctlr; argument
H A Dahciem.c77 struct ahci_controller *ctlr = device_get_softc(parent); in ahci_em_attach()
/freebsd-13.1/sys/arm/freescale/imx/
H A Dimx6_ahci.c73 imx6_ahci_phy_ctrl(struct ahci_controller* sc, uint32_t bitmask, bool on) in imx6_ahci_phy_ctrl()
104 imx6_ahci_phy_addr(struct ahci_controller* sc, uint32_t addr) in imx6_ahci_phy_addr()
132 imx6_ahci_phy_write(struct ahci_controller* sc, uint32_t addr, in imx6_ahci_phy_write()
183 imx6_ahci_phy_read(struct ahci_controller* sc, uint32_t addr, uint16_t* val) in imx6_ahci_phy_read()
234 struct ahci_controller* ctlr; in imx6_ahci_attach()
358 sizeof(struct ahci_controller)
/freebsd-13.1/sys/arm/allwinner/
H A Da10_ahci.c123 struct ahci_controller ahci_ctlr;
165 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_a10_phy_reset()
307 struct ahci_controller *ctlr; in ahci_a10_attach()
392 struct ahci_controller *ctlr; in ahci_a10_detach()
/freebsd-13.1/sys/arm/nvidia/
H A Dtegra_ahci.c230 struct ahci_controller ctlr; /* Must be first */
664 struct ahci_controller *ctlr; in tegra_ahci_attach()