Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/txx9/generic/
Dsetup_tx4939.c301 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()
454 unsigned char ch_mask, unsigned char wide_mask) in tx4939_ndfmc_init() argument
463 .ch_mask = ch_mask, in tx4939_ndfmc_init()
Dsetup_tx4938.c294 unsigned int ch_mask = 0; in tx4938_sio_init() local
297 ch_mask |= 1 << 1; /* disable SIO1 by PCFG setting */ in tx4938_sio_init()
299 if ((1 << i) & ch_mask) in tx4938_sio_init()
389 .ch_mask = 1, in tx4938_ndfmc_init()
/linux-4.1.27/arch/mips/include/asm/txx9/
Dndfmc.h22 unsigned char ch_mask; /* available channel bitmask */ member
Dtx4939.h548 unsigned char ch_mask, unsigned char wide_mask);
/linux-4.1.27/drivers/mtd/nand/
Dtxx9ndfmc.c318 if (!(plat->ch_mask & (1 << i))) in txx9ndfmc_probe()
349 if (plat->ch_mask != 1) { in txx9ndfmc_probe()
/linux-4.1.27/drivers/input/misc/
Dati_remote2.c670 static int ati_remote2_setup(struct ati_remote2 *ar2, unsigned int ch_mask) in ati_remote2_setup() argument
685 if ((1 << i) & ch_mask) { in ati_remote2_setup()
686 if (!(~(1 << i) & ch_mask)) in ati_remote2_setup()
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c113 u32 ch_mask = 1 << solo_enc->ch; in solo_motion_detected() local
117 if (solo_reg_read(solo_dev, SOLO_VI_MOT_STATUS) & ch_mask) { in solo_motion_detected()
118 solo_reg_write(solo_dev, SOLO_VI_MOT_CLEAR, ch_mask); in solo_motion_detected()
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dmessage.c1206 dword ch_mask; in connect_req() local
1284 ch_mask = 0; in connect_req()
1294 if (ch_mask == 0) in connect_req()
1296 ch_mask |= 1L << i; in connect_req()
1301 if (ch_mask == 0) in connect_req()
1305 if ((ai_parms[0].length == 36) || (ch_mask != ((dword)(1L << channel)))) in connect_req()