/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 471 #define FH39_TFDB(_ch, buf) (FH39_TFDB_TBL + \ 472 ((_ch) * 2 + (buf)) * 0x28) 473 #define FH39_TFDB_CHNL_BUF_CTRL_REG(_ch) (FH39_TFDB_TBL + 0x50 * (_ch)) 476 #define FH39_CBCC(_ch) (FH39_CBCC_TBL + (_ch) * 0x8) 477 #define FH39_CBCC_CTRL(_ch) (FH39_CBCC(_ch) + 0x00) 478 #define FH39_CBCC_BASE(_ch) (FH39_CBCC(_ch) [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 471 #define FH39_TFDB(_ch, buf) (FH39_TFDB_TBL + \ 472 ((_ch) * 2 + (buf)) * 0x28) 473 #define FH39_TFDB_CHNL_BUF_CTRL_REG(_ch) (FH39_TFDB_TBL + 0x50 * (_ch)) 476 #define FH39_CBCC(_ch) (FH39_CBCC_TBL + (_ch) * 0x8) 477 #define FH39_CBCC_CTRL(_ch) (FH39_CBCC(_ch) + 0x00) 478 #define FH39_CBCC_BASE(_ch) (FH39_CBCC(_ch) [all...] |
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-lpc18xx-sct.c | 44 #define LPC18XX_PWM_RES_SHIFT(_ch) (_ch * 2) 45 #define LPC18XX_PWM_RES(_ch, _action) (_action << LPC18XX_PWM_RES_SHIFT(_ch)) 46 #define LPC18XX_PWM_RES_MASK(_ch) (0x3 << LPC18XX_PWM_RES_SHIFT(_ch)) 49 #define LPC18XX_PWM_MATCH(_ch) (LPC18XX_PWM_MATCH_BASE + _ch * 4) 52 #define LPC18XX_PWM_MATCHREL(_ch) (LPC18XX_PWM_MATCHREL_BASE + _ch * [all...] |
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-lpc18xx-sct.c | 45 #define LPC18XX_PWM_RES_SHIFT(_ch) (_ch * 2) 46 #define LPC18XX_PWM_RES(_ch, _action) (_action << LPC18XX_PWM_RES_SHIFT(_ch)) 47 #define LPC18XX_PWM_RES_MASK(_ch) (0x3 << LPC18XX_PWM_RES_SHIFT(_ch)) 50 #define LPC18XX_PWM_MATCH(_ch) (LPC18XX_PWM_MATCH_BASE + _ch * 4) 53 #define LPC18XX_PWM_MATCHREL(_ch) (LPC18XX_PWM_MATCHREL_BASE + _ch * [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | peb2466.c | 81 #define PEB2466_CR0(_ch) PEB2466_MAKE_SOP(_ch, 0x0) 91 #define PEB2466_CR1(_ch) PEB2466_MAKE_SOP(_ch, 0x1) 101 #define PEB2466_CR2(_ch) PEB2466_MAKE_SOP(_ch, 0x2) 102 #define PEB2466_CR3(_ch) PEB2466_MAKE_SOP(_ch, 0x3) 103 #define PEB2466_CR4(_ch) PEB2466_MAKE_SOP(_ch, [all...] |
H A D | idt821034.c | 111 #define IDT821034_MODE_CODEC(_ch) (0x80 | ((_ch) << 2)) 112 #define IDT821034_MODE_SLIC(_ch) (0xD0 | ((_ch) << 2)) 113 #define IDT821034_MODE_GAIN(_ch) (0xC0 | ((_ch) << 2)) 393 #define IDT821034_ID(_ch, _dir) (((_ch) & 0x03) | (_dir)) 394 #define IDT821034_ID_OUT(_ch) IDT821034_ID(_ch, IDT821034_DIR_OU [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hw.h | 760 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch)) 777 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch)) 791 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch)) 792 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch)) 809 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch)) [all...] |
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hw.h | 731 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch)) 748 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch)) 762 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch)) 763 #define HCINTMSK(_ch) HSOTG_REG(0x050c + 0x20 * (_ch)) 780 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch)) [all...] |
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | mp2629_adc.c | 31 #define MP2629_ADC_CHAN(_ch, _type) { \ 34 .datasheet_name = #_ch, \ 35 .channel = MP2629_ ## _ch, \ 36 .address = MP2629_REG_ ## _ch, \
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | mp2629_adc.c | 32 #define MP2629_ADC_CHAN(_ch, _type) { \ 35 .datasheet_name = #_ch, \ 36 .channel = MP2629_ ## _ch, \ 37 .address = MP2629_REG_ ## _ch, \
|
/kernel/linux/linux-6.6/drivers/dma/dw-edma/ |
H A D | dw-hdma-v0-debugfs.c | 23 #define REGS_CH_ADDR(dw, name, _dir, _ch) \ 28 __ch_regs = REGS_ADDR(dw, ch[_ch].rd); \ 30 __ch_regs = REGS_ADDR(dw, ch[_ch].wr); \
|
H A D | dw-edma-v0-debugfs.c | 23 #define REGS_CH_ADDR(dw, name, _dir, _ch) \ 30 __ch_regs = REGS_ADDR(dw, type.unroll.ch[_ch].rd); \ 32 __ch_regs = REGS_ADDR(dw, type.unroll.ch[_ch].wr); \
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | bt1-pvt.h | 160 #define PVT_SENSOR_INFO(_ch, _label, _type, _mode, _thres) \ 162 .channel = _ch, \
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | bt1-pvt.h | 160 #define PVT_SENSOR_INFO(_ch, _label, _type, _mode, _thres) \ 162 .channel = _ch, \
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | si1145.c | 851 #define SI1145_PROXIMITY_CHANNEL(_si, _ch) { \ 854 .channel = _ch, \ 861 .address = SI1145_REG_PS1_DATA + _ch * 2, \ 873 #define SI1145_CURRENT_CHANNEL(_ch) { \ 876 .channel = _ch, \
|
H A D | si1133.c | 468 #define SI1133_CHANNEL(_ch, _type) \ 470 .channel = _ch, \
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | si1145.c | 850 #define SI1145_PROXIMITY_CHANNEL(_si, _ch) { \ 853 .channel = _ch, \ 860 .address = SI1145_REG_PS1_DATA + _ch * 2, \ 872 #define SI1145_CURRENT_CHANNEL(_ch) { \ 875 .channel = _ch, \
|
H A D | si1133.c | 468 #define SI1133_CHANNEL(_ch, _type) \ 470 .channel = _ch, \
|
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xpc.h | 690 #define XPC_DISCONNECT_CHANNEL(_ch, _reason, _irqflgs) \ 691 xpc_disconnect_channel(__LINE__, _ch, _reason, _irqflgs)
|
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xpc.h | 691 #define XPC_DISCONNECT_CHANNEL(_ch, _reason, _irqflgs) \ 692 xpc_disconnect_channel(__LINE__, _ch, _reason, _irqflgs)
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | input.c | 670 struct sctp_chunkhdr *ch, _ch; in sctp_rcv_ootb() local 676 if (offset + sizeof(_ch) > skb->len) in sctp_rcv_ootb() 679 ch = skb_header_pointer(skb, offset, sizeof(*ch), &_ch); in sctp_rcv_ootb() 682 if (!ch || ntohs(ch->length) < sizeof(_ch)) in sctp_rcv_ootb()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | input.c | 682 struct sctp_chunkhdr *ch, _ch; in sctp_rcv_ootb() local 688 if (offset + sizeof(_ch) > skb->len) in sctp_rcv_ootb() 691 ch = skb_header_pointer(skb, offset, sizeof(*ch), &_ch); in sctp_rcv_ootb() 694 if (!ch || ntohs(ch->length) < sizeof(_ch)) in sctp_rcv_ootb()
|
/kernel/linux/linux-5.10/drivers/phy/renesas/ |
H A D | phy-rcar-gen3-usb2.c | 393 static irqreturn_t rcar_gen3_phy_usb2_irq(int irq, void *_ch) in rcar_gen3_phy_usb2_irq() argument 395 struct rcar_gen3_chan *ch = _ch; in rcar_gen3_phy_usb2_irq()
|
/kernel/linux/linux-6.6/drivers/phy/renesas/ |
H A D | phy-rcar-gen3-usb2.c | 415 static irqreturn_t rcar_gen3_phy_usb2_irq(int irq, void *_ch) in rcar_gen3_phy_usb2_irq() argument 417 struct rcar_gen3_chan *ch = _ch; in rcar_gen3_phy_usb2_irq()
|