Home
last modified time | relevance | path

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

/dragonfly/sys/dev/serial/sio/
H A Dsio_pccard.c132 if (com->ioportres) in sio_pccard_detach()
133 bus_release_resource(dev, SYS_RES_IOPORT, 0, com->ioportres); in sio_pccard_detach()
H A Dsio_private.h157 struct resource *ioportres; member
H A Dsio.c930 if (rman_get_start(com->ioportres) == likely_com_ports[dips & 0x03]) in espattach()
1028 com->ioportres = port; in sioattach()
3025 if (com == NULL || com->ioportres == NULL) in siocnprobe()
3027 port = rman_get_bushandle(com->ioportres); in siocnprobe()