Lines Matching defs:pass
963 * you pass will not be searched, only the next one
964 * will. Typically, you pass what the previous call
990 * the entire device tree. The node you pass will not be
991 * searched, only the next one will; typically, you pass
1019 * you pass will not be searched, only the next one
1020 * will; typically, you pass what the previous call
1050 * you pass will not be searched, only the next one
1051 * will; typically, you pass what the previous call
1127 * you pass will not be searched, only the next one
1128 * will; typically, you pass what the previous call
1553 const __be32 *map, *mask, *pass;
1577 pass_name = kasprintf(GFP_KERNEL, "%s-map-pass-thru", stem_name);
1647 /* Get the <list>-map-pass-thru property (optional) */
1648 pass = of_get_property(cur, pass_name, NULL);
1649 if (!pass)
1650 pass = dummy_pass;
1655 * bits specified in <list>-map-pass-thru.
1662 val &= ~pass[i];
1663 val |= cpu_to_be32(out_args->args[i]) & pass[i];
2090 pr_debug("%s: stem comparison didn't pass %s\n",