Searched defs:MASK (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | rk_gpio.c | 36 #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 D | gpio.c | 23 #define MASK(pin) (1 << ((pin) & 0x1F)) macro
|
| /rk3399_rockchip-uboot/include/ |
| H A D | lattice.h | 131 #define MASK 0x15 /* The following data stream is used as mask. */ macro
|
| H A D | sym53c8xx.h | 530 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) macro
|