Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945.h489 #define FH39_TFDB(_ch, buf) (FH39_TFDB_TBL + \ argument
490 ((_ch) * 2 + (buf)) * 0x28)
491 #define FH39_TFDB_CHNL_BUF_CTRL_REG(_ch) (FH39_TFDB_TBL + 0x50 * (_ch)) argument
494 #define FH39_CBCC(_ch) (FH39_CBCC_TBL + (_ch) * 0x8) argument
495 #define FH39_CBCC_CTRL(_ch) (FH39_CBCC(_ch) + 0x00) argument
496 #define FH39_CBCC_BASE(_ch) (FH39_CBCC(_ch) + 0x04) argument
499 #define FH39_RCSR(_ch) (FH39_RCSR_TBL + (_ch) * 0x40) argument
500 #define FH39_RCSR_CONFIG(_ch) (FH39_RCSR(_ch) + 0x00) argument
501 #define FH39_RCSR_RBD_BASE(_ch) (FH39_RCSR(_ch) + 0x04) argument
502 #define FH39_RCSR_WPTR(_ch) (FH39_RCSR(_ch) + 0x20) argument
[all …]
/linux-4.1.27/drivers/usb/dwc2/
Dhw.h703 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch)) argument
720 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch)) argument
734 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch)) argument
735 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch)) argument
752 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch)) argument
770 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch)) argument
776 #define HCDMAB(_ch) HSOTG_REG(0x051c + 0x20 * (_ch)) argument
778 #define HCFIFO(_ch) HSOTG_REG(0x1000 + 0x1000 * (_ch)) argument
/linux-4.1.27/arch/mn10300/kernel/
Dgdb-io-serial.c99 int gdbstub_io_rx_char(unsigned char *_ch, int nonblock) in gdbstub_io_rx_char() argument
107 *_ch = 0xff; in gdbstub_io_rx_char()
110 *_ch = gdbstub_rx_unget; in gdbstub_io_rx_char()
142 *_ch = ch & 0x7f; in gdbstub_io_rx_char()
Dgdb-io-ttysm.c181 int gdbstub_io_rx_char(unsigned char *_ch, int nonblock) in gdbstub_io_rx_char() argument
189 *_ch = 0xff; in gdbstub_io_rx_char()
192 *_ch = gdbstub_rx_unget; in gdbstub_io_rx_char()
274 *_ch = ch & 0x7f; in gdbstub_io_rx_char()
/linux-4.1.27/arch/frv/kernel/
Dgdb-io.c139 int gdbstub_rx_char(unsigned char *_ch, int nonblock) in gdbstub_rx_char() argument
144 *_ch = 0xff; in gdbstub_rx_char()
147 *_ch = gdbstub_rx_unget; in gdbstub_rx_char()
178 *_ch = ch & 0x7f; in gdbstub_rx_char()
/linux-4.1.27/arch/frv/include/asm/
Dgdb-stub.h86 extern int gdbstub_rx_char(unsigned char *_ch, int nonblock);
/linux-4.1.27/arch/mn10300/include/asm/
Dgdb-stub.h102 extern asmlinkage int gdbstub_io_rx_char(unsigned char *_ch, int nonblock);
/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc.h963 #define XPC_DISCONNECT_CHANNEL(_ch, _reason, _irqflgs) \ argument
964 xpc_disconnect_channel(__LINE__, _ch, _reason, _irqflgs)
Dxpc_sn2.c372 #define XPC_SEND_NOTIFY_IRQ_SN2(_ch, _ipi_f, _irq_f) \ argument
373 xpc_send_notify_IRQ_sn2(_ch, _ipi_f, #_ipi_f, _irq_f)
394 #define XPC_SEND_LOCAL_NOTIFY_IRQ_SN2(_ch, _ipi_f) \ argument
395 xpc_send_local_notify_IRQ_sn2(_ch, _ipi_f, #_ipi_f)
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c55 #define PRINTABLE(_ch) (_ch >= ' ' && _ch <= '~') argument