Searched refs:_ch (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945-fh.h85 #define FH39_TFDB(_ch, buf) (FH39_TFDB_TABLE + \
86 ((_ch) * 2 + (buf)) * 0x28)
87 #define FH39_TFDB_CHNL_BUF_CTRL_REG(_ch) (FH39_TFDB_TABLE + 0x50 * (_ch))
90 #define FH39_CBCC(_ch) (FH39_CBCC_TABLE + (_ch) * 0x8)
91 #define FH39_CBCC_CTRL(_ch) (FH39_CBCC(_ch) + 0x00)
92 #define FH39_CBCC_BASE(_ch) (FH39_CBCC(_ch)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dchlist.h76 #define MAP_CHANNEL_ID_TO_KHZ(_ch, _khz) \
80 if ((_ch) == CH_HZ_ID_MAP[_chIdx].channel) { \
89 #define MAP_KHZ_TO_CHANNEL_ID(_khz, _ch) \
94 (_ch) = CH_HZ_ID_MAP[_chIdx].channel; \
99 (_ch) = 1; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-serial.c86 int gdbstub_io_rx_char(unsigned char *_ch, int nonblock) argument
91 *_ch = 0xff;
94 *_ch = gdbstub_rx_unget;
125 *_ch = ch & 0x7f;
H A Dgdb-io-ttysm.c183 int gdbstub_io_rx_char(unsigned char *_ch, int nonblock) argument
188 *_ch = 0xff;
191 *_ch = gdbstub_rx_unget;
272 *_ch = ch & 0x7f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-io.c140 int gdbstub_rx_char(unsigned char *_ch, int nonblock) argument
145 *_ch = 0xff;
148 *_ch = gdbstub_rx_unget;
179 *_ch = ch & 0x7f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dgdb-stub.h86 extern int gdbstub_rx_char(unsigned char *_ch, int nonblock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dgdb-stub.h102 extern asmlinkage int gdbstub_io_rx_char(unsigned char *_ch, int nonblock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc.h963 #define XPC_DISCONNECT_CHANNEL(_ch, _reason, _irqflgs) \
964 xpc_disconnect_channel(__LINE__, _ch, _reason, _irqflgs)
H A Dxpc_sn2.c372 #define XPC_SEND_NOTIFY_IRQ_SN2(_ch, _ipi_f, _irq_f) \
373 xpc_send_notify_IRQ_sn2(_ch, _ipi_f, #_ipi_f, _irq_f)
394 #define XPC_SEND_LOCAL_NOTIFY_IRQ_SN2(_ch, _ipi_f) \
395 xpc_send_local_notify_IRQ_sn2(_ch, _ipi_f, #_ipi_f)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd.c672 int smd_open(const char *name, smd_channel_t **_ch, argument
695 *_ch = ch;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h615 #define PRINTABLE(_ch) (_ch>'!' && _ch<'~')
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h592 #define PRINTABLE(_ch) (_ch>'!' && _ch<'~')
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h597 #define PRINTABLE(_ch) (_ch>'!' && _ch<'~')
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpreg.c307 #define IS_11G_CH14(_ch, _cf) \
308 (((_ch) == CHANNEL_14) && ((_cf) == CHANNEL_G))

Completed in 122 milliseconds