Searched refs:clock_cw (Results 1 – 1 of 1) sorted by relevance
245 u32 adc_cw, clock_cw; in af9033_init() local276 clock_cw = af9033_div(dev, dev->cfg.clock, 1000000ul, 19ul); in af9033_init()277 buf[0] = (clock_cw >> 0) & 0xff; in af9033_init()278 buf[1] = (clock_cw >> 8) & 0xff; in af9033_init()279 buf[2] = (clock_cw >> 16) & 0xff; in af9033_init()280 buf[3] = (clock_cw >> 24) & 0xff; in af9033_init()283 dev->cfg.clock, clock_cw); in af9033_init()