/Linux-v5.4/arch/mips/txx9/generic/ |
D | setup_tx4939.c | 301 unsigned int ch_mask = 0; in tx4939_sio_init() local 308 ch_mask |= 1 << 2; /* disable SIO2 by PCFG setting */ in tx4939_sio_init() 310 ch_mask |= 1 << 3; /* disable SIO3 by PCFG setting */ in tx4939_sio_init() 312 if ((1 << i) & ch_mask) in tx4939_sio_init() 455 unsigned char ch_mask, unsigned char wide_mask) in tx4939_ndfmc_init() argument 464 .ch_mask = ch_mask, in tx4939_ndfmc_init()
|
D | setup_tx4938.c | 291 unsigned int ch_mask = 0; in tx4938_sio_init() local 294 ch_mask |= 1 << 1; /* disable SIO1 by PCFG setting */ in tx4938_sio_init() 296 if ((1 << i) & ch_mask) in tx4938_sio_init() 386 .ch_mask = 1, in tx4938_ndfmc_init()
|
/Linux-v5.4/drivers/media/pci/tw686x/ |
D | tw686x-core.c | 141 static void tw686x_reset_channels(struct tw686x_dev *dev, unsigned int ch_mask) in tw686x_reset_channels() argument 156 reg_write(dev, DMA_CHANNEL_ENABLE, dma_en & ~ch_mask); in tw686x_reset_channels() 158 if ((dma_en & ~ch_mask) == 0) { in tw686x_reset_channels() 162 reg_write(dev, DMA_CMD, dma_cmd & ~ch_mask); in tw686x_reset_channels()
|
/Linux-v5.4/drivers/soundwire/ |
D | stream.c | 316 ret = sdw_update(s_rt->slave, addr, 0xFF, p_rt->ch_mask); in sdw_enable_disable_slave_ports() 338 enable_ch.ch_mask = p_rt->ch_mask; in sdw_enable_disable_master_ports() 429 prep_ch.ch_mask = p_rt->ch_mask; in sdw_prep_deprep_slave_ports() 468 0xFF, p_rt->ch_mask); in sdw_prep_deprep_slave_ports() 484 val &= p_rt->ch_mask; in sdw_prep_deprep_slave_ports() 514 prep_ch.ch_mask = p_rt->ch_mask; in sdw_prep_deprep_master_ports() 1183 p_rt->ch_mask = port_config[port_index].ch_mask; in sdw_port_alloc()
|
D | bus.h | 90 int ch_mask; member
|
D | cadence_master.c | 1120 int dpn_chnen_off, ch_mask; in cdns_port_enable() local 1127 ch_mask = enable_ch->ch_mask * enable_ch->enable; in cdns_port_enable() 1128 cdns_writel(cdns, dpn_chnen_off, ch_mask); in cdns_port_enable()
|
D | intel.c | 742 pconfig[i].ch_mask = (1 << ch) - 1; in intel_hw_params()
|
/Linux-v5.4/include/linux/ |
D | lightnvm.h | 205 u64 ch_mask; member 226 u64 ch_mask; member 478 l.g.ch = (r.ppa & ppaf->ch_mask) >> ppaf->ch_offset; in dev_to_generic_addr() 487 l.m.grp = (r.ppa & lbaf->ch_mask) >> lbaf->ch_offset; in dev_to_generic_addr() 533 ppa64.g.ch = (ppa32 & ppaf->ch_mask) >> in nvm_ppa32_to_ppa64() 548 ppa64.m.grp = (ppa32 & lbaf->ch_mask) >> in nvm_ppa32_to_ppa64()
|
/Linux-v5.4/include/linux/platform_data/txx9/ |
D | ndfmc.h | 20 unsigned char ch_mask; /* available channel bitmask */ member
|
/Linux-v5.4/include/linux/soundwire/ |
D | sdw.h | 476 unsigned int ch_mask; member 653 unsigned int ch_mask; member 780 unsigned int ch_mask; member
|
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | txx9ndfmc.c | 314 if (!(plat->ch_mask & (1 << i))) in txx9ndfmc_probe() 340 if (plat->ch_mask != 1) { in txx9ndfmc_probe()
|
/Linux-v5.4/drivers/input/misc/ |
D | ati_remote2.c | 665 static int ati_remote2_setup(struct ati_remote2 *ar2, unsigned int ch_mask) in ati_remote2_setup() argument 680 if ((1 << i) & ch_mask) { in ati_remote2_setup() 681 if (!(~(1 << i) & ch_mask)) in ati_remote2_setup()
|
/Linux-v5.4/arch/mips/include/asm/txx9/ |
D | tx4939.h | 519 unsigned char ch_mask, unsigned char wide_mask);
|
/Linux-v5.4/sound/soc/codecs/ |
D | da7219.c | 1422 unsigned int ch_mask; in da7219_set_dai_tdm_slot() local 1441 ch_mask = (tx_mask >> slot_offset); in da7219_set_dai_tdm_slot() 1442 if (fls(ch_mask) > DA7219_DAI_TDM_MAX_SLOTS) { in da7219_set_dai_tdm_slot() 1494 (ch_mask << DA7219_DAI_TDM_CH_EN_SHIFT) | in da7219_set_dai_tdm_slot()
|
/Linux-v5.4/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 104 u32 ch_mask = 1 << solo_enc->ch; in solo_motion_detected() local 108 if (solo_reg_read(solo_dev, SOLO_VI_MOT_STATUS) & ch_mask) { in solo_motion_detected() 109 solo_reg_write(solo_dev, SOLO_VI_MOT_CLEAR, ch_mask); in solo_motion_detected()
|
/Linux-v5.4/drivers/media/platform/ |
D | rcar_drif.c | 134 #define for_each_rcar_drif_channel(ch, ch_mask) \ argument 135 for_each_set_bit(ch, ch_mask, RCAR_DRIF_MAX_CHANNEL)
|
/Linux-v5.4/drivers/lightnvm/ |
D | pblk-init.c | 231 dst->ch_mask = ((1ULL << dst->ch_len) - 1) << dst->ch_offset; in pblk_set_addrf_12() 257 adst->ch_mask = ((1ULL << adst->ch_len) - 1) << adst->ch_offset; in pblk_set_addrf_20()
|
D | pblk.h | 990 ppa.g.ch = (paddr & ppaf->ch_mask) >> ppaf->ch_offset; in addr_to_gen_ppa()
|
/Linux-v5.4/drivers/nvme/host/ |
D | lightnvm.c | 277 dst->ch_mask = ((1ULL << dst->ch_len) - 1) << dst->ch_offset; in nvme_nvm_set_addr_12() 388 dst->ch_mask = ((1ULL << dst->ch_len) - 1) << dst->ch_offset; in nvme_nvm_set_addr_20()
|
/Linux-v5.4/arch/x86/events/intel/ |
D | uncore_snbep.c | 410 DEFINE_UNCORE_FORMAT_ATTR(ch_mask, ch_mask, "config:36-43"); 411 DEFINE_UNCORE_FORMAT_ATTR(ch_mask2, ch_mask, "config:36-47");
|