Home
last modified time | relevance | path

Searched defs:MASK (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/gpio/
H A Drk_gpio.c36 #define CLRBITS_LE32(REG, MASK) WRITE_REG(REG, READ_REG(REG) & ~(MASK)) argument
37 #define SETBITS_LE32(REG, MASK) WRITE_REG(REG, READ_REG(REG) | (MASK)) argument
38 #define CLRSETBITS_LE32(REG, MASK, VAL) WRITE_REG(REG, \ argument
44 #define CLRBITS_LE32(REG, MASK) clrbits_le32(REG, MASK) argument
45 #define SETBITS_LE32(REG, MASK) setbits_le32(REG, MASK) argument
46 #define CLRSETBITS_LE32(REG, MASK, VAL) clrsetbits_le32(REG, MASK, VAL) argument
/rk3399_rockchip-uboot/board/micronas/vct/
H A Dgpio.c23 #define MASK(pin) (1 << ((pin) & 0x1F)) macro
/rk3399_rockchip-uboot/include/
H A Dlattice.h131 #define MASK 0x15 /* The following data stream is used as mask. */ macro
H A Dsym53c8xx.h530 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) macro