Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Drk_gpio.c38 #define CLRSETBITS_LE32(REG, MASK, VAL) WRITE_REG(REG, \ macro
46 #define CLRSETBITS_LE32(REG, MASK, VAL) clrsetbits_le32(REG, MASK, VAL) macro
74 CLRSETBITS_LE32(&regs->swport_dr, mask, value ? mask : 0); in rockchip_gpio_direction_output()
95 CLRSETBITS_LE32(&regs->swport_dr, mask, value ? mask : 0); in rockchip_gpio_set_value()