Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/sunplus/
H A Dsppctl.c138 static inline u32 sppctl_prep_moon_reg_and_offset(unsigned int offset, u32 *reg_off, int val) in sppctl_prep_moon_reg_and_offset() function
337 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, (master == mux_m_gpio)); in sppctl_first_master_set()
347 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, 1); in sppctl_gpio_input_inv_set()
356 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, 1); in sppctl_gpio_output_inv_set()
377 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, val); in sppctl_gpio_output_od_set()
418 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, 0); in sppctl_gpio_direction_input()
434 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, 1); in sppctl_gpio_direction_output()
445 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, val); in sppctl_gpio_direction_output()
468 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, val); in sppctl_gpio_set()
481 reg = sppctl_prep_moon_reg_and_offset(offset, &reg_off, 1); in sppctl_gpio_set_config()