cnt_period 232 drivers/i2c/busses/i2c-jz4780.c int cnt_period = 0; /* period count of the SCL clock */ cnt_period 246 drivers/i2c/busses/i2c-jz4780.c cnt_period = dev_clk_khz / i2c_clk; cnt_period 249 drivers/i2c/busses/i2c-jz4780.c cnt_high = (cnt_period * 4000) / (4700 + 4000); cnt_period 251 drivers/i2c/busses/i2c-jz4780.c cnt_high = (cnt_period * 600) / (1300 + 600); cnt_period 253 drivers/i2c/busses/i2c-jz4780.c cnt_low = cnt_period - cnt_high; cnt_period 137 drivers/media/platform/sti/hva/hva-debugfs.c dbg->cnt_period++; cnt_period 240 drivers/media/platform/sti/hva/hva-debugfs.c if (dbg->cnt_period > 0) { cnt_period 242 drivers/media/platform/sti/hva/hva-debugfs.c do_div(div, dbg->cnt_period); cnt_period 249 drivers/media/platform/sti/hva/hva-debugfs.c div = (u64)dbg->cnt_period * 100000; cnt_period 196 drivers/media/platform/sti/hva/hva.h u32 cnt_period; cnt_period 124 drivers/pwm/pwm-mediatek.c u32 clkdiv = 0, cnt_period, cnt_duty, reg_width = PWMDWIDTH, cnt_period 138 drivers/pwm/pwm-mediatek.c cnt_period = DIV_ROUND_CLOSEST_ULL((u64)period_ns * 1000, resolution); cnt_period 139 drivers/pwm/pwm-mediatek.c while (cnt_period > 8191) { cnt_period 142 drivers/pwm/pwm-mediatek.c cnt_period = DIV_ROUND_CLOSEST_ULL((u64)period_ns * 1000, cnt_period 163 drivers/pwm/pwm-mediatek.c pwm_mediatek_writel(pc, pwm->hwpwm, reg_width, cnt_period);