Searched refs:ASIC3_OFFSET (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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() 618 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_enable() 620 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_enable() 634 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_disable() 636 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_disable() 671 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 674 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 677 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, SELECT), in ds1wm_enable() [all …]
|
/linux-4.4.14/include/linux/mfd/ |
D | asic3.h | 64 #define ASIC3_OFFSET(base, reg) (ASIC3_##base##_BASE + ASIC3_##base##_##reg) macro
|