Searched refs:IN_CHILD_SPACE (Results 1 – 2 of 2) sorted by relevance
419 if (IN_CHILD_SPACE(offset)) { /* Pass to parent */ in isadma_get8()460 if (IN_CHILD_SPACE(offset)) { /* Pass to parent */ in isadma_get16()518 if (IN_CHILD_SPACE(offset)) { /* Pass to parent */ in isadma_put8()576 if (IN_CHILD_SPACE(offset)) { /* Pass to parent */ in isadma_put16()
64 #define IN_CHILD_SPACE(o) ((o) > LO_BOUND && (o) < HI_BOUND) macro