Searched refs:ASIC3_OFFSET (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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() 613 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_enable() 615 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_enable() 629 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_disable() 631 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_disable() 666 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 669 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 672 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, SELECT), in ds1wm_enable() [all …]
|
/linux-6.1.9/include/linux/mfd/ |
D | asic3.h | 61 #define ASIC3_OFFSET(base, reg) (ASIC3_##base##_BASE + ASIC3_##base##_##reg) macro
|