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

  /src/sys/arch/evbppc/wii/dev/
hollywood.h 33 u_long haa_addr; member in struct:hollywood_attach_args
hollywood.c 117 haa.haa_addr = cf->cf_loc[HOLLYWOODCF_ADDR];
119 haa.haa_addr = 0;
140 if (haa->haa_addr != 0) {
141 aprint_normal(" addr 0x%lx", haa->haa_addr);
ohci_hollywood.c 78 error = bus_space_map(sc->iot, haa->haa_addr, sc->sc_size, 0, &sc->ioh);
ehci_hollywood.c 79 if (bus_space_map(sc->iot, haa->haa_addr, sc->sc_size, 0, &sc->ioh)) {
sdhc_hollywood.c 82 if (bus_space_map(bst, haa->haa_addr, SDHC_SIZE, 0, &bsh)) {
di.c 165 error = bus_space_map(sc->sc_bst, haa->haa_addr, DI_REG_SIZE,

Completed in 196 milliseconds