Searched defs:channel_mask (Results 1 - 8 of 8) sorted by relevance
/drivers/input/misc/ |
H A D | ati_remote2.c | 95 static unsigned int channel_mask = ATI_REMOTE2_MAX_CHANNEL_MASK; variable 101 module_param(channel_mask, channel_mask, 0644); 102 MODULE_PARM_DESC(channel_mask, "Bitmask of channels to accept <15:Channel16>...<1:Channel2><0:Channel1>"); 208 unsigned int channel_mask; member in struct:ati_remote2 321 if (!((1 << channel) & ar2->channel_mask)) 360 if (!((1 << channel) & ar2->channel_mask)) 713 return sprintf(buf, "0x%04x\n", ar2->channel_mask); 742 if (mask != ar2->channel_mask) { 745 ar2->channel_mask [all...] |
/drivers/media/rc/ |
H A D | ati_remote.c | 73 * The driver has a "channel_mask" parameter. This bitmask specifies which 77 * For instance, set channel_mask = 2^4 = 16 (binary 10000) to make ati_remote 81 * Or, set channel_mask = 65533, (0xFFFD), and all channels except 1 will be 130 static unsigned long channel_mask; variable 131 module_param(channel_mask, ulong, 0644); 132 MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore"); 521 if (channel_mask & (1 << (remote_num + 1))) { 525 remote_num, data[2], channel_mask);
|
/drivers/net/wireless/orinoco/ |
H A D | orinoco.h | 98 u16 channel_mask; member in struct:orinoco_private
|
/drivers/vme/bridges/ |
H A D | vme_tsi148.c | 78 int channel_mask) 82 if (channel_mask & TSI148_LCSR_INTS_DMA0S) { 86 if (channel_mask & TSI148_LCSR_INTS_DMA1S) { 77 tsi148_DMA_irqhandler(struct tsi148_driver *bridge, int channel_mask) argument
|
/drivers/edac/ |
H A D | sb_edac.c | 1077 long *channel_mask, 1292 *channel_mask = 1 << base_ch; 1299 *channel_mask |= 1 << ((base_ch + 2) % 4); 1313 *channel_mask |= 1 << ((base_ch + 1) % 4); 1326 *channel_mask); 1857 long channel_mask, first_channel; local 1921 &channel_mask, &rank, &area_type, msg); 1932 first_channel = find_first_bit(&channel_mask, NUM_CHANNELS); 1952 "%s%s area:%s err_code:%04x:%04x socket:%d channel_mask:%ld rank:%d", 1958 channel_mask, 1074 get_memory_error_data(struct mem_ctl_info *mci, u64 addr, u8 *socket, long *channel_mask, u8 *rank, char **area_type, char *msg) argument [all...] |
/drivers/atm/ |
H A D | firestream.h | 481 unsigned long channel_mask; member in struct:fs_dev
|
/drivers/net/wireless/hostap/ |
H A D | hostap_wlan.h | 684 u16 channel_mask; /* mask of allowed channels */ member in struct:local_info
|
/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.h | 506 u32 channel_mask; member in struct:ipw2100_priv
|
Completed in 176 milliseconds