Searched refs:SET_REG (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | patch_si3054.c | 79 #define SET_REG(codec,reg,val) (snd_hda_codec_write(codec,reg,0,SI3054_VERB_WRITE_NODE,val)) macro 157 SET_REG(codec, SI3054_LINE_RATE, substream->runtime->rate); in si3054_pcm_prepare() 161 SET_REG(codec, SI3054_LINE_LEVEL, val); in si3054_pcm_prepare() 231 SET_REG(codec, SI3054_LINE_RATE, 9600); in si3054_init() 232 SET_REG(codec, SI3054_LINE_LEVEL, SI3054_DTAG_MASK|SI3054_ATAG_MASK); in si3054_init() 233 SET_REG(codec, SI3054_EXTENDED_MID, 0); in si3054_init() 247 SET_REG(codec, SI3054_GPIO_POLARITY, 0xffff); in si3054_init() 248 SET_REG(codec, SI3054_GPIO_CFG, 0x0); in si3054_init() 249 SET_REG(codec, SI3054_MISC_AFE, 0); in si3054_init() 250 SET_REG(codec, SI3054_LINE_CFG1,0x200); in si3054_init()
|
/linux-4.4.14/drivers/clocksource/ |
D | asm9260_timer.c | 32 #define SET_REG 4 macro 119 writel_relaxed(BM_C0_EN, priv.base + HW_TCR + SET_REG); in asm9260_timer_set_next_event() 141 priv.base + HW_MCR + SET_REG); in asm9260_timer_set_oneshot() 155 writel_relaxed(BM_C0_EN, priv.base + HW_TCR + SET_REG); in asm9260_timer_set_periodic() 227 writel_relaxed(BM_C1_EN, priv.base + HW_TCR + SET_REG); in asm9260_timer_init()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-mxs.c | 42 #define SET_REG 4 macro 111 icoll_priv.intr + SET_REG + HW_ICOLL_INTERRUPTn(d->hwirq)); in icoll_unmask_irq() 127 icoll_intr_reg(d) + SET_REG); in asm9260_unmask_irq()
|
D | alphascale_asm9260-icoll.h | 104 + SET_REG)
|
/linux-4.4.14/arch/ia64/kernel/ |
D | head.S | 1057 #define SET_REG(reg) \ macro 1065 SET_REG(b1); 1066 SET_REG(b2); 1067 SET_REG(b3); 1068 SET_REG(b4); 1069 SET_REG(b5);
|