Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dresource_hwid.c29 #define WMSK_CLRBIT(n) (n << 16) macro
39 writel(WMSK_CLRBIT(bit), gpio_addr + off); in gpio_read()
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-gpio-v2.c45 #define WMSK_CLRBIT(n) (n << 16) macro
62 val = flag ? WMSK_SETBIT(bit) : WMSK_CLRBIT(bit); in gpio_bit_op()