Searched refs:sppctl_prep_moon_reg_and_offset (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pinctrl/sunplus/ |
| H A D | sppctl.c | 139 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 338 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, (master == mux_m_gpio)); in sppctl_first_master_set() 348 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, 1); in sppctl_gpio_input_inv_set() 357 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, 1); in sppctl_gpio_output_inv_set() 378 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, val); in sppctl_gpio_output_od_set() 419 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, 0); in sppctl_gpio_direction_input() 435 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, 1); in sppctl_gpio_direction_output() 446 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, val); in sppctl_gpio_direction_output() 469 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, val); in sppctl_gpio_set() 484 reg = sppctl_prep_moon_reg_and_offset(offset, ®_off, 1); in sppctl_gpio_set_config()
|