Searched refs:A9_COMP_DIV (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/clk/meson/ |
| H A D | a9-peripherals.c | 81 #define A9_COMP_DIV(_name, _reg, _shift, _width) \ macro 181 static A9_COMP_DIV(sd_emmc_a, SD_EMMC_CLK_CTRL0, 0, 7); 186 static A9_COMP_DIV(sd_emmc_b, SD_EMMC_CLK_CTRL0, 16, 7); 191 static A9_COMP_DIV(sd_emmc_c, SD_EMMC_CLK_CTRL1, 0, 7); 202 static A9_COMP_DIV(pwm_h, PWM_CLK_H_CTRL, 0, 8); 206 static A9_COMP_DIV(pwm_i, PWM_CLK_I_CTRL, 0, 8); 210 static A9_COMP_DIV(pwm_j, PWM_CLK_J_CTRL, 0, 8); 214 static A9_COMP_DIV(pwm_k, PWM_CLK_K_CTRL, 0, 8); 218 static A9_COMP_DIV(pwm_l, PWM_CLK_L_CTRL, 0, 8); 222 static A9_COMP_DIV(pwm_m, PWM_CLK_M_CTRL, 0, 8); [all …]
|
| H A D | a9-aoclk.c | 31 #define A9_COMP_DIV(_name, _reg, _shift, _width) \ macro 148 static A9_COMP_DIV(pwm_a, AO_PWM_CLK_A_CTRL, 0, 8); 152 static A9_COMP_DIV(pwm_b, AO_PWM_CLK_B_CTRL, 0, 8); 156 static A9_COMP_DIV(pwm_c, AO_PWM_CLK_C_CTRL, 0, 8); 160 static A9_COMP_DIV(pwm_d, AO_PWM_CLK_D_CTRL, 0, 8); 164 static A9_COMP_DIV(pwm_e, AO_PWM_CLK_E_CTRL, 0, 8); 168 static A9_COMP_DIV(pwm_f, AO_PWM_CLK_F_CTRL, 0, 8); 172 static A9_COMP_DIV(pwm_g, AO_PWM_CLK_G_CTRL, 0, 8);
|