Searched refs:sunxi_pull_offset (Results 1 – 2 of 2) sorted by relevance
323 mask = PULL_PINS_MASK << sunxi_pull_offset(pin); in sunxi_pconf_group_set()324 writel((val & ~mask) | 1 << sunxi_pull_offset(pin), in sunxi_pconf_group_set()329 mask = PULL_PINS_MASK << sunxi_pull_offset(pin); in sunxi_pconf_group_set()330 writel((val & ~mask) | 2 << sunxi_pull_offset(pin), in sunxi_pconf_group_set()
230 static inline u32 sunxi_pull_offset(u16 pin) in sunxi_pull_offset() function