Searched refs:RF_OPTIONAL (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | generic_timer.c | 105 { SYS_RES_IRQ, 2, RF_ACTIVE | RF_OPTIONAL }, /* Virt */ 106 { SYS_RES_IRQ, 3, RF_ACTIVE | RF_OPTIONAL }, /* Hyp */
|
| H A D | gic.c | 131 { SYS_RES_IRQ, 0, RF_ACTIVE | RF_OPTIONAL }, /* Parent interrupt */
|
| /f-stack/freebsd/sys/ |
| H A D | rman.h | 51 #define RF_OPTIONAL 0x0080 /* for bus_alloc_resources() */ macro
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mpic.c | 127 { SYS_RES_MEMORY, 2, RF_ACTIVE | RF_OPTIONAL }, 128 { SYS_RES_IRQ, 0, RF_ACTIVE | RF_OPTIONAL },
|
| H A D | timer.c | 94 { SYS_RES_IRQ, 0, RF_ACTIVE | RF_OPTIONAL },
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | if_awg.c | 215 { SYS_RES_MEMORY, 1, RF_ACTIVE | RF_OPTIONAL },
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 4581 if (res[i] == NULL && !(rs[i].flags & RF_OPTIONAL)) { in bus_alloc_resources()
|