Searched refs:crtype (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/puc/ |
H A D | pucdata.c | 1720 int base, crtype, fixed, high, i, oxpcie; in puc_config_advantech() local 1727 crtype = SYS_RES_IOPORT; in puc_config_advantech() 1757 cres = bus_alloc_resource_any(cdev, crtype, &i, RF_ACTIVE); in puc_config_advantech() 1793 bus_release_resource(cdev, crtype, rman_get_rid(cres), cres); in puc_config_advantech()
|