Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_gpio.c775 bool set_bits) in ti_gpio_rwreg_modify() argument
780 ti_gpio_write_4(sc, reg, set_bits ? value | mask : value & ~mask); in ti_gpio_rwreg_modify()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c827 bool set_bits) in bcm_gpio_modify() argument
830 if (set_bits) in bcm_gpio_modify()