Searched refs:ASIC3_OFFSET (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/mfd/ |
D | asic3.c | 156 ASIC3_OFFSET(INTR, P_INT_STAT)); in asic3_irq_demux() 401 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, SEL), in asic3_irq_probe() 417 asic3_write_register(asic, ASIC3_OFFSET(INTR, INT_MASK), in asic3_irq_probe() 619 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_enable() 621 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_enable() 635 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_disable() 637 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_disable() 672 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 675 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 678 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, SELECT), in ds1wm_enable() [all …]
|
/linux-4.1.27/include/linux/mfd/ |
D | asic3.h | 64 #define ASIC3_OFFSET(base, reg) (ASIC3_##base##_BASE + ASIC3_##base##_##reg) macro
|