Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sio/
HDsio.c242 struct resource *ioportres; member
409 if (com->ioportres) in siodetach()
411 com->ioportres); in siodetach()
832 if (rman_get_start(com->ioportres) == likely_com_ports[dips & 0x03])
913 com->ioportres = port;
/freebsd-11-stable/sys/pc98/cbus/
HDsio.c324 struct resource *ioportres; member
738 if (com->ioportres) in siodetach()
740 com->ioportres); in siodetach()
1310 if ((rman_get_start(com->ioportres) & 0xff) ==
1313 if (rman_get_start(com->ioportres) == likely_com_ports[dips & 0x03])
1444 com->ioportres = port;
4221 io = rman_get_start(com->ioportres) & 0xff00; in pc98_set_baud_rate()
4341 Port_t io = rman_get_start(com->ioportres) & 0xff00; in pc98_set_ioport()