Searched refs:RF_OPTIONAL (Results 1 – 3 of 3) sorted by relevance
49 #define RF_OPTIONAL 0x0080 /* for bus_alloc_resources() */ macro
83 { SYS_RES_DRQ, 0, RF_ACTIVE | RF_SHAREABLE | RF_OPTIONAL},
4058 if (res[i] == NULL && !(rs[i].flags & RF_OPTIONAL)) { in bus_alloc_resources()