Lines Matching refs:res
223 u32 res; in bcma_chipco_gpio_out() local
226 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOOUT, mask, value); in bcma_chipco_gpio_out()
229 return res; in bcma_chipco_gpio_out()
236 u32 res; in bcma_chipco_gpio_outen() local
239 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOOUTEN, mask, value); in bcma_chipco_gpio_outen()
242 return res; in bcma_chipco_gpio_outen()
253 u32 res; in bcma_chipco_gpio_control() local
256 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOCTL, mask, value); in bcma_chipco_gpio_control()
259 return res; in bcma_chipco_gpio_control()
266 u32 res; in bcma_chipco_gpio_intmask() local
269 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOIRQ, mask, value); in bcma_chipco_gpio_intmask()
272 return res; in bcma_chipco_gpio_intmask()
278 u32 res; in bcma_chipco_gpio_polarity() local
281 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOPOL, mask, value); in bcma_chipco_gpio_polarity()
284 return res; in bcma_chipco_gpio_polarity()
290 u32 res; in bcma_chipco_gpio_pullup() local
296 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOPULLUP, mask, value); in bcma_chipco_gpio_pullup()
299 return res; in bcma_chipco_gpio_pullup()
305 u32 res; in bcma_chipco_gpio_pulldown() local
311 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOPULLDOWN, mask, value); in bcma_chipco_gpio_pulldown()
314 return res; in bcma_chipco_gpio_pulldown()