Lines Matching defs:Mask
48 Mask) is equal to Value.
54 @param[in] Mask Mask used for the polling criteria. Bytes above Width in Mask
56 Mask are ignored when polling the memory address.
75 IN UINT64 Mask,
88 repeated until either a timeout of Delay 100 ns units has expired, or (Result & Mask) is equal
95 @param[in] Mask Mask used for the polling criteria. Bytes above Width in Mask
97 Mask are ignored when polling the I/O address.
116 IN UINT64 Mask,
1185 Mask) is equal to Value.
1191 @param[in] Mask Mask used for the polling criteria. Bytes above Width in Mask
1193 Mask are ignored when polling the memory address.
1212 IN UINT64 Mask,
1237 if ((*Result & Mask) == Value) {
1270 if ((*Result & Mask) == Value) {
1287 repeated until either a timeout of Delay 100 ns units has expired, or (Result & Mask) is equal
1294 @param[in] Mask Mask used for the polling criteria. Bytes above Width in Mask
1296 Mask are ignored when polling the I/O address.
1315 IN UINT64 Mask,
1341 if ((*Result & Mask) == Value) {
1371 if ((*Result & Mask) == Value) {