Searched refs:ASIC3_OFFSET (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/mfd/ |
D | asic3.c | 155 ASIC3_OFFSET(INTR, P_INT_STAT)); in asic3_irq_demux() 384 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, SEL), in asic3_irq_probe() 400 asic3_write_register(asic, ASIC3_OFFSET(INTR, INT_MASK), in asic3_irq_probe() 594 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_enable() 596 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_enable() 612 cdex = asic3_read_register(asic, ASIC3_OFFSET(CLOCK, CDEX)); in asic3_clk_disable() 614 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, CDEX), cdex); in asic3_clk_disable() 648 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 651 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, RESET), in ds1wm_enable() 654 asic3_set_register(asic, ASIC3_OFFSET(EXTCF, SELECT), in ds1wm_enable() [all …]
|
/linux-2.6.39/include/linux/mfd/ |
D | asic3.h | 53 #define ASIC3_OFFSET(base, reg) (ASIC3_##base##_BASE + ASIC3_##base##_##reg) macro
|