Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-xilinx.c219 u32 pwm_cells, one_timer, width; in xilinx_pwm_probe() local
223 ret = of_property_read_u32(np, "#pwm-cells", &pwm_cells); in xilinx_pwm_probe()
H A Dcore.c192 u32 pwm_cells; in of_pwmchip_add() local
195 &pwm_cells)) in of_pwmchip_add()
196 pwm_cells = 2; in of_pwmchip_add()
199 chip->of_pwm_n_cells = pwm_cells; in of_pwmchip_add()