Lines Matching refs:cword
87 * W = cword, if cword < 2 ^ 15 else 16-bit 2's complement of cword
100 unsigned long pc, dc, cword = CONST_VAR_F_MAX;
120 * cword
122 rate = (u64)clk_get_rate(p->clk) * (u64)cword;
140 * The cword needs to be a power of 2 for the variable
145 cword >>= 1;
151 if (cword < CONST_VAR_F_MIN)
157 * Configure the defined "cword" value to have the variable frequency
161 brcmstb_pwm_writel(p, cword >> 8, PWM_CWORD_MSB(channel));
162 brcmstb_pwm_writel(p, cword & 0xff, PWM_CWORD_LSB(channel));