Searched refs:mreg (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/sparc/include/asm/ |
D | viking.h | 183 unsigned long mreg = *mregp; in viking_mxcc_turn_off_parity() local 186 mreg &= ~(VIKING_PCENABLE); in viking_mxcc_turn_off_parity() 204 : "r" (mreg), "r" (mxcc_creg), in viking_mxcc_turn_off_parity() 208 *mregp = mreg; in viking_mxcc_turn_off_parity()
|
/linux-2.6.39/arch/sparc/mm/ |
D | srmmu.c | 1457 unsigned long mreg = srmmu_get_mmureg(); in poke_hypersparc() local 1461 mreg &= ~(HYPERSPARC_CWENABLE); in poke_hypersparc() 1462 mreg |= (HYPERSPARC_CENABLE | HYPERSPARC_WBENABLE); in poke_hypersparc() 1463 mreg |= (HYPERSPARC_CMODE); in poke_hypersparc() 1465 srmmu_set_mmureg(mreg); in poke_hypersparc() 1511 unsigned long mreg = srmmu_get_mmureg(); in poke_cypress() local 1519 if (!(mreg & CYPRESS_CENABLE)) { in poke_cypress() 1544 mreg |= (CYPRESS_CENABLE | CYPRESS_CMODE); in poke_cypress() 1545 srmmu_set_mmureg(mreg); in poke_cypress() 1599 unsigned long mreg; in poke_swift() local [all …]
|
/linux-2.6.39/sound/core/ |
D | sound_oss.c | 44 struct snd_minor *mreg; in snd_lookup_oss_minor_data() local 50 mreg = snd_oss_minors[minor]; in snd_lookup_oss_minor_data() 51 if (mreg && mreg->type == type) in snd_lookup_oss_minor_data() 52 private_data = mreg->private_data; in snd_lookup_oss_minor_data()
|
D | sound.c | 105 struct snd_minor *mreg; in snd_lookup_minor_data() local 111 mreg = snd_minors[minor]; in snd_lookup_minor_data() 112 if (mreg && mreg->type == type) in snd_lookup_minor_data() 113 private_data = mreg->private_data; in snd_lookup_minor_data()
|
/linux-2.6.39/drivers/isdn/i4l/ |
D | isdn_tty.c | 2982 isdn_tty_check_ats(int mreg, int mval, modem_info * info, atemu * m) in isdn_tty_check_ats() argument 2985 switch (mreg) { in isdn_tty_check_ats() 3022 int mreg; in isdn_tty_cmd_ATS() local 3026 mreg = isdn_getnum(p); in isdn_tty_cmd_ATS() 3027 if (mreg < 0 || mreg >= ISDN_MODEM_NUMREG) in isdn_tty_cmd_ATS() 3035 if (isdn_tty_check_ats(mreg, mval, info, m)) in isdn_tty_cmd_ATS() 3037 m->mdmreg[mreg] = mval; in isdn_tty_cmd_ATS() 3052 mval = m->mdmreg[mreg] | (1 << bitpos); in isdn_tty_cmd_ATS() 3054 mval = m->mdmreg[mreg] & ~(1 << bitpos); in isdn_tty_cmd_ATS() 3055 if (isdn_tty_check_ats(mreg, mval, info, m)) in isdn_tty_cmd_ATS() [all …]
|