Lines Matching defs:pass
825 * you pass will not be searched, only the next one
826 * will. Typically, you pass what the previous call
852 * the entire device tree. The node you pass will not be
853 * searched, only the next one will; typically, you pass
881 * you pass will not be searched, only the next one
882 * will; typically, you pass what the previous call
912 * you pass will not be searched, only the next one
913 * will; typically, you pass what the previous call
989 * you pass will not be searched, only the next one
990 * will; typically, you pass what the previous call
1347 const __be32 *map, *mask, *pass;
1371 pass_name = kasprintf(GFP_KERNEL, "%s-map-pass-thru", stem_name);
1441 /* Get the <list>-map-pass-thru property (optional) */
1442 pass = of_get_property(cur, pass_name, NULL);
1443 if (!pass)
1444 pass = dummy_pass;
1449 * bits specified in <list>-map-pass-thru.
1456 val &= ~pass[i];
1457 val |= cpu_to_be32(out_args->args[i]) & pass[i];