Searched refs:ASIC3_OFFSET (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
D | asic3.c | 154 ASIC3_OFFSET(INTR, P_INT_STAT)); in asic3_irq_demux() 398 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, SEL), in asic3_irq_probe() 414 asic3_write_register(asic, ASIC3_OFFSET(INTR, INT_MASK), in asic3_irq_probe() 614 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_enable() 616 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_enable() 630 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_disable() 632 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_disable() 667 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 670 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 673 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, SELECT), in ds1wm_enable() [all …]
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | asic3.h | 61 #define ASIC3_OFFSET(base, reg) (ASIC3_##base##_BASE + ASIC3_##base##_##reg) macro
|