Home
last modified time | relevance | path

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

/trueos/sys/dev/an/
HDif_an_isa.c111 an_alloc_port(dev, sc->port_rid, 1); in an_attach_isa()
HDif_an_pci.c157 error = an_alloc_port(dev, sc->port_rid, 1);
HDif_anreg.h499 int an_alloc_port (device_t, int, int);
HDif_an.c339 error = an_alloc_port(dev, 0, AN_IOSIZ); in an_probe()
393 an_alloc_port(device_t dev, int rid, int size) in an_alloc_port() function