Home
last modified time | relevance | path

Searched refs:fmask (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/arch/mips/vdso/
Dsigreturn.S25 .fmask 0x00000000, 0
40 .fmask 0x00000000, 0
/linux-4.4.14/drivers/cpufreq/
Dqoriq-cpufreq.c71 static const u32 *fmask; variable
241 if (fmask) in qoriq_cpufreq_cpu_init()
242 mask = fmask[get_cpu_physical_id(cpu)]; in qoriq_cpufreq_cpu_init()
360 fmask = data->freq_mask; in qoriq_cpufreq_init()
/linux-4.4.14/arch/powerpc/perf/
Dpower5-pmu.c144 int bit, fmask; in power5_get_constraint() local
178 fmask = (bit == 6)? 7: 3; in power5_get_constraint()
180 mask |= (unsigned long)fmask << sh; in power5_get_constraint()
181 value |= (unsigned long)((event >> PM_GRS_SH) & fmask) in power5_get_constraint()
Dpower5+-pmu.c140 int bit, fmask; in power5p_get_constraint() local
171 fmask = (bit == 6)? 7: 3; in power5p_get_constraint()
173 mask |= (unsigned long)fmask << sh; in power5p_get_constraint()
174 value |= (unsigned long)((event >> PM_GRS_SH) & fmask) in power5p_get_constraint()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dw6692.c74 u32 fmask; /* feature mask - bit set per card nr */ member
180 if ((!(card->fmask & led)) || card->subtype == W6692_USR) in w6692_led_handler()
439 if (card->fmask & led) { in handle_statusD()
554 if ((!(card->fmask & pots)) ||
579 if ((!(card->fmask & pots)) ||
596 if (!(card->fmask & pots)) in disable_pots()
615 if ((card->fmask & pots) && (wch->b_mode & W_B_MODE_EPCM)) in w6692_mode()
892 if (card->fmask & pots) in initW6692()
894 if (card->fmask & led) in initW6692()
896 if ((card->fmask & pots) || (card->fmask & led)) { in initW6692()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Deeprom.c1602 unsigned int fmask, pmask; in ath5k_eeprom_read_ctl_info() local
1609 fmask = AR5K_EEPROM_FREQ_M(ee->ee_version); in ath5k_eeprom_read_ctl_info()
1647 rep[j].freq = (val >> 8) & fmask; in ath5k_eeprom_read_ctl_info()
1648 rep[j + 1].freq = val & fmask; in ath5k_eeprom_read_ctl_info()
1659 rep[0].freq = (val >> 9) & fmask; in ath5k_eeprom_read_ctl_info()
1660 rep[1].freq = (val >> 2) & fmask; in ath5k_eeprom_read_ctl_info()
1661 rep[2].freq = (val << 5) & fmask; in ath5k_eeprom_read_ctl_info()
1665 rep[3].freq = (val >> 4) & fmask; in ath5k_eeprom_read_ctl_info()
1666 rep[4].freq = (val << 3) & fmask; in ath5k_eeprom_read_ctl_info()
1670 rep[5].freq = (val >> 6) & fmask; in ath5k_eeprom_read_ctl_info()
[all …]
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-single.c220 unsigned fmask; member
459 if (!pcs->fmask) in pcs_set_mux()
480 mask = pcs->fmask; in pcs_set_mux()
501 if (!pcs->fmask) in pcs_request_gpio()
510 data = pcs->read(pcs->base + pin * mux_bytes) & ~pcs->fmask; in pcs_request_gpio()
809 pcs->bits_per_pin = fls(pcs->fmask); in pcs_allocate_pin_table()
1278 mask_pos = ((pcs->fmask) << bit_pos); in pcs_parse_bits_in_pinctrl_entry()
1848 &pcs->fmask); in pcs_probe()
1850 pcs->fshift = __ffs(pcs->fmask); in pcs_probe()
1851 pcs->fmax = pcs->fmask >> pcs->fshift; in pcs_probe()
[all …]
/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio.c187 u64 fmask; in hw_rule_playback_format_by_channels() local
190 fmask = fmt.bits[0] + ((u64)fmt.bits[1] << 32); in hw_rule_playback_format_by_channels()
194 fmask &= SNDRV_PCM_FMTBIT_S16_LE | in hw_rule_playback_format_by_channels()
199 fmask &= SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S32_BE; in hw_rule_playback_format_by_channels()
203 fmask &= ~SNDRV_PCM_FMTBIT_S32_BE; in hw_rule_playback_format_by_channels()
208 fmt.bits[0] &= (u32)fmask; in hw_rule_playback_format_by_channels()
209 fmt.bits[1] &= (u32)(fmask >> 32); in hw_rule_playback_format_by_channels()
222 u64 fmask; in hw_rule_playback_channels_by_format() local
226 fmask = f->bits[0] + ((u64)f->bits[1] << 32); in hw_rule_playback_channels_by_format()
229 if (fmask == SNDRV_PCM_FMTBIT_S32_BE) { in hw_rule_playback_channels_by_format()
[all …]
/linux-4.4.14/fs/ntfs/
Dvolume.h52 umode_t fmask; /* The mask for file permissions. */ member
Dsuper.c108 umode_t fmask = (umode_t)-1, dmask = (umode_t)-1; in parse_options() local
195 else NTFS_GETOPT_OCTAL("umask", fmask = dmask) in parse_options()
196 else NTFS_GETOPT_OCTAL("fmask", fmask) in parse_options()
315 if (fmask != (umode_t)-1) in parse_options()
316 vol->fmask = fmask; in parse_options()
2755 .fmask = 0177, in ntfs_fill_super()
Dinode.c640 vi->i_mode &= ~vol->fmask; in ntfs_read_locked_inode()
2319 if (vol->fmask == vol->dmask) in ntfs_show_options()
2320 seq_printf(sf, ",umask=0%o", vol->fmask); in ntfs_show_options()
2322 seq_printf(sf, ",fmask=0%o", vol->fmask); in ntfs_show_options()
Dmft.c2684 vi->i_mode &= ~vol->fmask; in ntfs_mft_record_alloc()
/linux-4.4.14/Documentation/filesystems/
Domfs.txt35 fmask=xxx - set umask to xxx for files
Dntfs.txt133 consequence of the default fmask=0177 and dmask=0077.
138 fmask=
140 files and directories, fmask applies only to files and
Dvfat.txt23 fmask=### -- The permission mask for files.
/linux-4.4.14/drivers/usb/host/
Dehci-sched.c2383 unsigned fmask = ehci->periodic_size - 1; in scan_isoc() local
2393 now_frame = (uf >> 3) & fmask; in scan_isoc()
2396 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()
2463 (((frame + 1) & fmask) == now_frame)) in scan_isoc()
2515 frame = (frame + 1) & fmask; in scan_isoc()
Dfotg210-hcd.c4683 unsigned fmask = fotg210->periodic_size - 1; in scan_isoc() local
4693 now_frame = (uf >> 3) & fmask; in scan_isoc()
4696 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc()
4711 frame = (frame + 1) & fmask; in scan_isoc()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_iba7322.c1872 u64 ignore_this_time = 0, iserr = 0, errs, fmask; in handle_7322_p_errors() local
1876 fmask = qib_read_kreg64(dd, kr_act_fmask); in handle_7322_p_errors()
1877 if (!fmask) in handle_7322_p_errors()
1885 if (!fmask) in handle_7322_p_errors()
8535 u64 fmask; in check_7322_rxe_status() local
8543 fmask = qib_read_kreg64(dd, kr_act_fmask); in check_7322_rxe_status()
8544 if (!fmask) { in check_7322_rxe_status()