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);
|