Searched refs:PWM_BASE (Results 1 – 4 of 4) sorted by relevance
73 val = mmio_read_32(PWM_BASE + PWM_CTRL(i)); in disable_pwms()77 mmio_write_32(PWM_BASE + PWM_CTRL(i), val & ~PWM_ENABLE); in disable_pwms()89 val = mmio_read_32(PWM_BASE + PWM_CTRL(i)); in enable_pwms()92 mmio_write_32(PWM_BASE + PWM_CTRL(i), val | PWM_ENABLE); in enable_pwms()
91 #define PWM_BASE 0xff1b0000 macro
30 #define PWM_BASE (MMIO_BASE + 0x07420000) macro
60 MAP_REGION_FLAT(PWM_BASE, PWM_SIZE,