HomeSort by: relevance | last modified time | path
    Searched defs:lpchc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/gemini/
obio_lpchc.c 53 struct gemini_lpchc_attach_args lpchc; local in function:gemini_lpchc_attach
87 lpchc.lpchc_iot = obio->obio_iot;
88 lpchc.lpchc_addr = GEMINI_LPCIO_BASE; /* XXX sc_addr+offset */
89 lpchc.lpchc_size = LPCCF_SIZE_DEFAULT; /* XXX placeholder */
90 lpchc.lpchc_tag = sc;
92 config_found(sc->sc_dev, &lpchc, gemini_lpchc_print,
99 struct gemini_lpchc_attach_args *lpchc = aux; local in function:gemini_lpchc_print
101 if (lpchc->lpchc_addr != LPCCF_ADDR_DEFAULT)
102 aprint_normal(" addr %#lx", lpchc->lpchc_addr);
gemini_lpc.c 70 struct gemini_lpchc_attach_args *lpchc = aux; local in function:gemini_lpc_attach
75 sc->sc_addr = lpchc->lpchc_addr;
77 sc->sc_size = lpchc->lpchc_size;
86 iot = lpchc->lpchc_iot;
106 sc->sc_lpchctag = lpchc->lpchc_tag;

Completed in 11 milliseconds