Home
last modified time | relevance | path

Searched refs:ch_mask (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/drivers/soundwire/
Dstream.c312 ret = sdw_update(s_rt->slave, addr, 0xFF, p_rt->ch_mask); in sdw_enable_disable_slave_ports()
333 enable_ch.ch_mask = p_rt->ch_mask; in sdw_enable_disable_master_ports()
420 prep_ch.ch_mask = p_rt->ch_mask; in sdw_prep_deprep_slave_ports()
459 0xFF, p_rt->ch_mask); in sdw_prep_deprep_slave_ports()
475 val &= p_rt->ch_mask; in sdw_prep_deprep_slave_ports()
504 prep_ch.ch_mask = p_rt->ch_mask; in sdw_prep_deprep_master_ports()
1024 p_rt->ch_mask = port_config[port_index].ch_mask; in sdw_port_alloc()
Dbus.h68 int ch_mask; member
Dcadence_master.c958 int dpn_chnen_off, ch_mask; in cdns_port_enable() local
965 ch_mask = enable_ch->ch_mask * enable_ch->enable; in cdns_port_enable()
966 cdns_writel(cdns, dpn_chnen_off, ch_mask); in cdns_port_enable()
Dintel.c556 pconfig[i].ch_mask = (1 << ch) - 1; in intel_hw_params()
/linux-4.19.296/include/linux/platform_data/txx9/
Dndfmc.h22 unsigned char ch_mask; /* available channel bitmask */ member
/linux-4.19.296/include/linux/
Dlightnvm.h207 u64 ch_mask; member
228 u64 ch_mask; member
470 l.g.ch = (r.ppa & ppaf->ch_mask) >> ppaf->ch_offset; in dev_to_generic_addr()
479 l.m.grp = (r.ppa & lbaf->ch_mask) >> lbaf->ch_offset; in dev_to_generic_addr()
/linux-4.19.296/include/linux/soundwire/
Dsdw.h420 unsigned int ch_mask; member
593 unsigned int ch_mask; member
710 unsigned int ch_mask; member
/linux-4.19.296/drivers/lightnvm/
Dpblk.h1011 ppa.g.ch = (paddr & ppaf->ch_mask) >> ppaf->ch_offset; in addr_to_gen_ppa()
1087 ppa64.g.ch = (ppa32 & ppaf->ch_mask) >> in pblk_ppa32_to_ppa64()
1102 ppa64.m.grp = (ppa32 & lbaf->ch_mask) >> in pblk_ppa32_to_ppa64()
Dpblk-init.c242 dst->ch_mask = ((1ULL << dst->ch_len) - 1) << dst->ch_offset; in pblk_set_addrf_12()
268 adst->ch_mask = ((1ULL << adst->ch_len) - 1) << adst->ch_offset; in pblk_set_addrf_20()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dmessage.c1089 dword ch_mask; in connect_req() local
1167 ch_mask = 0; in connect_req()
1177 if (ch_mask == 0) in connect_req()
1179 ch_mask |= 1L << i; in connect_req()
1184 if (ch_mask == 0) in connect_req()
1188 if ((ai_parms[0].length == 36) || (ch_mask != ((dword)(1L << channel)))) in connect_req()