Home
last modified time | relevance | path

Searched refs:pulse_clocks (Results 1 – 2 of 2) sorted by relevance

/drivers/media/pci/cx23885/
Dcx23888-ir.c432 u64 pulse_clocks; in txclk_tx_s_max_pulse_width() local
436 pulse_clocks = ns_to_pulse_clocks(ns); in txclk_tx_s_max_pulse_width()
437 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in txclk_tx_s_max_pulse_width()
445 u64 pulse_clocks; in rxclk_rx_s_max_pulse_width() local
449 pulse_clocks = ns_to_pulse_clocks(ns); in rxclk_rx_s_max_pulse_width()
450 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in rxclk_rx_s_max_pulse_width()
/drivers/media/i2c/cx25840/
Dcx25840-ir.c432 u64 pulse_clocks; in txclk_tx_s_max_pulse_width() local
436 pulse_clocks = ns_to_pulse_clocks(ns); in txclk_tx_s_max_pulse_width()
437 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in txclk_tx_s_max_pulse_width()
445 u64 pulse_clocks; in rxclk_rx_s_max_pulse_width() local
449 pulse_clocks = ns_to_pulse_clocks(ns); in rxclk_rx_s_max_pulse_width()
450 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in rxclk_rx_s_max_pulse_width()