Searched refs:SET_REG (Results 1 – 6 of 6) sorted by relevance
/linux/sound/pci/hda/ |
H A D | patch_si3054.c | 65 #define SET_REG(codec,reg,val) (snd_hda_codec_write(codec,reg,0,SI3054_VERB_WRITE_NODE,val)) macro 143 SET_REG(codec, SI3054_LINE_RATE, substream->runtime->rate); in si3054_pcm_prepare() 147 SET_REG(codec, SI3054_LINE_LEVEL, val); in si3054_pcm_prepare() 217 SET_REG(codec, SI3054_LINE_RATE, 9600); in si3054_init() 218 SET_REG(codec, SI3054_LINE_LEVEL, SI3054_DTAG_MASK|SI3054_ATAG_MASK); in si3054_init() 219 SET_REG(codec, SI3054_EXTENDED_MID, 0); in si3054_init() 233 SET_REG(codec, SI3054_GPIO_POLARITY, 0xffff); in si3054_init() 234 SET_REG(codec, SI3054_GPIO_CFG, 0x0); in si3054_init() 235 SET_REG(codec, SI3054_MISC_AFE, 0); in si3054_init() 236 SET_REG(codec, SI3054_LINE_CFG1,0x200); in si3054_init()
|
/linux/drivers/clocksource/ |
H A D | asm9260_timer.c | 28 #define SET_REG 4 macro 115 writel_relaxed(BM_C0_EN, priv.base + HW_TCR + SET_REG); in asm9260_timer_set_next_event() 137 priv.base + HW_MCR + SET_REG); in asm9260_timer_set_oneshot() 151 writel_relaxed(BM_C0_EN, priv.base + HW_TCR + SET_REG); in asm9260_timer_set_periodic() 234 writel_relaxed(BM_C1_EN, priv.base + HW_TCR + SET_REG); in asm9260_timer_init()
|
/linux/drivers/irqchip/ |
H A D | irq-mxs.c | 29 #define SET_REG 4 macro 98 icoll_priv.intr + SET_REG + HW_ICOLL_INTERRUPTn(d->hwirq)); in icoll_unmask_irq() 114 icoll_intr_reg(d) + SET_REG); in asm9260_unmask_irq()
|
H A D | alphascale_asm9260-icoll.h | 100 + SET_REG)
|
/linux/drivers/media/dvb-frontends/ |
H A D | stv0910.c | 204 #define SET_REG(_reg, _val) \ macro 918 SET_REG(UPLCCST0, 0xe0); in init_search_param() 1673 SET_REG(DISTXFIFO, cmd->msg[i]); in send_master_cmd() 1695 SET_REG(DISTXFIFO, value); in send_burst()
|
/linux/drivers/tty/serial/ |
H A D | mxs-auart.c | 45 #define SET_REG 0x4 macro 500 writel_relaxed(val, addr + SET_REG); in mxs_set()
|