Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dgpio_87317.c67 ddi_acc_handle_t gp_handle; member
228 &dev_attr, &softc->gp_handle) != DDI_SUCCESS) in gpio_attach()
233 (uintptr_t)ddi_get8(softc->gp_handle, &softc->gp_regs[0]), in gpio_attach()
236 (uintptr_t)ddi_get8(softc->gp_handle, &softc->gp_regs[1]), in gpio_attach()
239 (uintptr_t)ddi_get8(softc->gp_handle, &softc->gp_regs[2]), in gpio_attach()
261 ddi_regs_map_free(&softc->gp_handle); in gpio_attach()
281 if (softc->gp_handle) in gpio_attach()
282 ddi_regs_map_free(&softc->gp_handle); in gpio_attach()
303 ddi_regs_map_free(&softc->gp_handle); in gpio_detach()
379 byte = ddi_get8(softc->gp_handle, in gpio_ioctl()
[all …]