Searched refs:rd2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm/mm/ |
D | alignment.c | 389 unsigned int rd2; in do_alignment_ldrdstrd() local 394 rd2 = (instr >> 8) & 0xf; in do_alignment_ldrdstrd() 400 rd2 = rd + 1; in do_alignment_ldrdstrd() 413 regs->uregs[rd2] = val; in do_alignment_ldrdstrd() 416 put32_unaligned_check(regs->uregs[rd2], addr + 4); in do_alignment_ldrdstrd() 427 regs->uregs[rd2] = val; in do_alignment_ldrdstrd() 430 put32t_unaligned_check(regs->uregs[rd2], addr + 4); in do_alignment_ldrdstrd()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_bbt.c | 847 struct nand_bbt_descr *rd, *rd2; in check_create() local 859 rd2 = NULL; in check_create() 877 rd2 = md; in check_create() 920 if (rd2) { in check_create() 921 res2 = read_abs_bbt(mtd, buf, rd2, chipsel); in check_create() 924 rd2->pages[i] = -1; in check_create() 925 rd2->version[i] = 0; in check_create()
|
/linux-4.1.27/net/wireless/ |
D | reg.c | 777 const struct ieee80211_regdomain *rd2, in reg_rules_intersect() argument 807 max_bandwidth2 = reg_get_max_bandwidth(rd2, rule2); in reg_rules_intersect() 911 const struct ieee80211_regdomain *rd2) in regdom_intersect() argument 920 if (!rd1 || !rd2) in regdom_intersect() 933 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect() 934 rule2 = &rd2->reg_rules[y]; in regdom_intersect() 935 if (!reg_rules_intersect(rd1, rd2, rule1, rule2, in regdom_intersect() 953 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect() 954 rule2 = &rd2->reg_rules[y]; in regdom_intersect() 955 r = reg_rules_intersect(rd1, rd2, rule1, rule2, in regdom_intersect() [all …]
|
/linux-4.1.27/Documentation/ |
D | md.txt | 477 So for a 3 drive array there will be rd0, rd1, rd2.
|