Searched refs:rd2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm/mm/ |
D | alignment.c | 395 unsigned int rd2; in do_alignment_ldrdstrd() local 400 rd2 = (instr >> 8) & 0xf; in do_alignment_ldrdstrd() 406 rd2 = rd + 1; in do_alignment_ldrdstrd() 419 regs->uregs[rd2] = val; in do_alignment_ldrdstrd() 422 put32_unaligned_check(regs->uregs[rd2], addr + 4); in do_alignment_ldrdstrd() 438 regs->uregs[rd2] = val2; in do_alignment_ldrdstrd() 442 put32t_unaligned_check(regs->uregs[rd2], addr + 4); in do_alignment_ldrdstrd()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_bbt.c | 844 struct nand_bbt_descr *rd, *rd2; in check_create() local 856 rd2 = NULL; in check_create() 874 rd2 = md; in check_create() 917 if (rd2) { in check_create() 918 res2 = read_abs_bbt(mtd, buf, rd2, chipsel); in check_create() 921 rd2->pages[i] = -1; in check_create() 922 rd2->version[i] = 0; in check_create()
|
/linux-4.4.14/net/wireless/ |
D | reg.c | 826 const struct ieee80211_regdomain *rd2, in reg_rules_intersect() argument 856 max_bandwidth2 = reg_get_max_bandwidth(rd2, rule2); in reg_rules_intersect() 960 const struct ieee80211_regdomain *rd2) in regdom_intersect() argument 969 if (!rd1 || !rd2) in regdom_intersect() 982 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect() 983 rule2 = &rd2->reg_rules[y]; in regdom_intersect() 984 if (!reg_rules_intersect(rd1, rd2, rule1, rule2, in regdom_intersect() 1002 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect() 1003 rule2 = &rd2->reg_rules[y]; in regdom_intersect() 1004 r = reg_rules_intersect(rd1, rd2, rule1, rule2, in regdom_intersect() [all …]
|
/linux-4.4.14/Documentation/ |
D | md.txt | 477 So for a 3 drive array there will be rd0, rd1, rd2.
|