Searched refs:rd2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/arch/arm/mm/ |
D | alignment.c | 392 unsigned int rd2; in do_alignment_ldrdstrd() local 397 rd2 = (instr >> 8) & 0xf; in do_alignment_ldrdstrd() 403 rd2 = rd + 1; in do_alignment_ldrdstrd() 416 regs->uregs[rd2] = val; in do_alignment_ldrdstrd() 419 put32_unaligned_check(regs->uregs[rd2], addr + 4); in do_alignment_ldrdstrd() 435 regs->uregs[rd2] = val2; in do_alignment_ldrdstrd() 439 put32t_unaligned_check(regs->uregs[rd2], addr + 4); in do_alignment_ldrdstrd()
|
/Linux-v5.15/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 956 struct nand_bbt_descr *rd, *rd2; in check_create() local 968 rd2 = NULL; in check_create() 986 rd2 = md; in check_create() 1029 if (rd2) { in check_create() 1030 res2 = read_abs_bbt(this, buf, rd2, chipsel); in check_create() 1033 rd2->pages[i] = -1; in check_create() 1034 rd2->version[i] = 0; in check_create()
|
/Linux-v5.15/net/wireless/ |
D | reg.c | 1340 const struct ieee80211_regdomain *rd2, in reg_rules_intersect() argument 1376 max_bandwidth2 = reg_get_max_bandwidth(rd2, rule2); in reg_rules_intersect() 1503 const struct ieee80211_regdomain *rd2) in regdom_intersect() argument 1512 if (!rd1 || !rd2) in regdom_intersect() 1525 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect() 1526 rule2 = &rd2->reg_rules[y]; in regdom_intersect() 1527 if (!reg_rules_intersect(rd1, rd2, rule1, rule2, in regdom_intersect() 1542 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect() 1543 rule2 = &rd2->reg_rules[y]; in regdom_intersect() 1544 r = reg_rules_intersect(rd1, rd2, rule1, rule2, in regdom_intersect() [all …]
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-energy.rst | 104 RDs: |----rd1----|-----rd2-----| 108 containing 6 CPUs. The two root domains are denoted rd1 and rd2 in the 109 above figure. Since pd4 intersects with both rd1 and rd2, it will be 113 * rd2->pd: pd4 -> pd8
|
/Linux-v5.15/Documentation/admin-guide/ |
D | md.rst | 604 So for a 3 drive array there will be rd0, rd1, rd2.
|