Symbol: ahci_softc
sys/dev/disk/ahci/ahci.c
1173
struct ahci_softc *sc = ap->ap_sc;
sys/dev/disk/ahci/ahci.c
2018
struct ahci_softc *sc = ap->ap_sc;
sys/dev/disk/ahci/ahci.c
2086
struct ahci_softc *sc = ap->ap_sc;
sys/dev/disk/ahci/ahci.c
2226
struct ahci_softc *sc = ap->ap_sc;
sys/dev/disk/ahci/ahci.c
236
ahci_port_alloc(struct ahci_softc *sc, u_int port)
sys/dev/disk/ahci/ahci.c
2474
struct ahci_softc *sc = arg;
sys/dev/disk/ahci/ahci.c
2558
struct ahci_softc *sc = ap->ap_sc;
sys/dev/disk/ahci/ahci.c
3520
ahci_dmamem_alloc(struct ahci_softc *sc, bus_dma_tag_t tag)
sys/dev/disk/ahci/ahci.c
3561
ahci_dmamem_free(struct ahci_softc *sc, struct ahci_dmamem *adm)
sys/dev/disk/ahci/ahci.c
3574
ahci_read(struct ahci_softc *sc, bus_size_t r)
sys/dev/disk/ahci/ahci.c
3582
ahci_write(struct ahci_softc *sc, bus_size_t r, u_int32_t v)
sys/dev/disk/ahci/ahci.c
3635
ahci_wait_ne(struct ahci_softc *sc, bus_size_t r, u_int32_t mask,
sys/dev/disk/ahci/ahci.c
77
struct ahci_dmamem *ahci_dmamem_alloc(struct ahci_softc *, bus_dma_tag_t tag);
sys/dev/disk/ahci/ahci.c
78
void ahci_dmamem_free(struct ahci_softc *, struct ahci_dmamem *);
sys/dev/disk/ahci/ahci.c
91
ahci_init(struct ahci_softc *sc)
sys/dev/disk/ahci/ahci.c
979
ahci_port_free(struct ahci_softc *sc, u_int port)
sys/dev/disk/ahci/ahci.h
413
struct ahci_softc;
sys/dev/disk/ahci/ahci.h
435
struct ahci_softc *ap_sc;
sys/dev/disk/ahci/ahci.h
580
int ahci_init(struct ahci_softc *);
sys/dev/disk/ahci/ahci.h
582
int ahci_port_alloc(struct ahci_softc *, u_int);
sys/dev/disk/ahci/ahci.h
584
void ahci_port_free(struct ahci_softc *, u_int);
sys/dev/disk/ahci/ahci.h
589
u_int32_t ahci_read(struct ahci_softc *, bus_size_t);
sys/dev/disk/ahci/ahci.h
590
void ahci_write(struct ahci_softc *, bus_size_t, u_int32_t);
sys/dev/disk/ahci/ahci.h
591
int ahci_wait_ne(struct ahci_softc *, bus_size_t, u_int32_t, u_int32_t);
sys/dev/disk/ahci/ahci_attach.c
169
struct ahci_softc *sc = device_get_softc(dev);
sys/dev/disk/ahci/ahci_attach.c
178
struct ahci_softc *sc = device_get_softc(dev);
sys/dev/disk/ahci/ahci_attach.c
203
struct ahci_softc *sc = device_get_softc(dev);
sys/dev/disk/ahci/ahci_attach.c
212
struct ahci_softc *sc = device_get_softc(dev);
sys/dev/disk/ahci/ahci_attach.c
221
struct ahci_softc *sc = device_get_softc(dev);
sys/dev/disk/ahci/ahci_attach.c
583
struct ahci_softc *sc = device_get_softc(dev);
sys/dev/disk/ahci/ahci_dragonfly.c
110
struct ahci_softc *sc = device_get_softc(dev);
sys/dev/disk/ahci/ahci_dragonfly.c
139
struct ahci_softc *sc = device_get_softc(dev);
sys/dev/disk/ahci/ahci_dragonfly.c
81
sizeof(struct ahci_softc)