Home
last modified time | relevance | path

Searched refs:c_mask (Results 1 – 8 of 8) sorted by relevance

/linux/fs/orangefs/
H A Dorangefs-debugfs.c423 struct client_debug_mask c_mask = { NULL, 0, 0 }; in orangefs_debug_write() local
478 debug_string_to_mask(buf, &c_mask, 1); in orangefs_debug_write()
479 debug_mask_to_string(&c_mask, 1); in orangefs_debug_write()
496 c_mask.mask1, in orangefs_debug_write()
497 c_mask.mask2); in orangefs_debug_write()
788 static void do_c_string(void *c_mask, int index) in do_c_string() argument
790 struct client_debug_mask *mask = (struct client_debug_mask *) c_mask; in do_c_string()
832 struct client_debug_mask *c_mask; in check_amalgam_keyword() local
837 c_mask = (struct client_debug_mask *) mask; in check_amalgam_keyword()
839 if ((c_mask->mask1 == cdm_array[client_all_index].mask1) && in check_amalgam_keyword()
[all …]
/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.h46 __be32 c_mask; member
H A Dfsl_ucc_hdlc.c272 iowrite32be(CRC_16BIT_MASK, &priv->ucc_pram->c_mask); in uhdlc_init()
/linux/drivers/usb/host/
H A Dehci-sched.c839 unsigned c_mask; in qh_schedule() local
852 c_mask = 0; in qh_schedule()
872 frame, uframe, qh, &c_mask, tt); in qh_schedule()
880 status = check_intr_schedule(ehci, 0, 0, qh, &c_mask, tt); in qh_schedule()
891 (c_mask << 8) | (1 << uframe) : in qh_schedule()
1305 unsigned s_mask, c_mask, m; in reserve_release_iso_bandwidth() local
1330 c_mask = s_mask >> 8; in reserve_release_iso_bandwidth()
1339 else if (c_mask & m) in reserve_release_iso_bandwidth()
H A Doxu210hp-hcd.c2528 __le32 c_mask; in qh_schedule() local
2539 qh, &c_mask); in qh_schedule()
2542 c_mask = 0; in qh_schedule()
2557 &c_mask); in qh_schedule()
2566 status = check_intr_schedule(oxu, 0, 0, qh, &c_mask); in qh_schedule()
2577 qh->hw_info2 |= c_mask; in qh_schedule()
/linux/drivers/input/keyboard/
H A Dtegra-kbc.c323 u32 c_mask = 0x0f << c_shft; in tegra_kbc_config_pins() local
330 col_cfg &= ~c_mask; in tegra_kbc_config_pins()
/linux/sound/soc/codecs/
H A Drt5682s.c1283 unsigned int c_reg, c_mask, c_sft; in rt5682s_set_i2s()
1287 c_mask = RT5682S_I2S_M_D_MASK; in rt5682s_set_i2s()
1294 c_mask = RT5682S_I2S2_M_D_MASK; in rt5682s_set_i2s()
1310 snd_soc_component_update_bits(component, c_reg, c_mask, pre_div << c_sft); in rt5682s_set_i2s()
1284 unsigned int c_reg, c_mask, c_sft; rt5682s_set_i2s() local
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c3751 __hc32 c_mask; in qh_schedule() local
3763 qh, &c_mask); in qh_schedule()
3766 c_mask = 0; in qh_schedule()
3783 &c_mask); in qh_schedule()
3793 &c_mask); in qh_schedule()
3804 hw->hw_info2 |= c_mask; in qh_schedule()