| /OK3568_Linux_fs/u-boot/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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_pkt_md_access.c | 13 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument 21 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument
|
| /OK3568_Linux_fs/u-boot/board/micronas/vct/ |
| H A D | gpio.c | 23 #define MASK(pin) (1 << ((pin) & 0x1F)) macro
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | datapath.h | 259 #define OVS_MASKED(OLD, KEY, MASK) ((KEY) | ((OLD) & ~(MASK))) argument 260 #define OVS_SET_MASKED(OLD, KEY, MASK) ((OLD) = OVS_MASKED(OLD, KEY, MASK)) argument
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-rpc/ |
| H A D | irq.c | 15 #define MASK 0x08 macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_tiler.h | 73 #define MASK(bits) ((1 << (bits)) - 1) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_syncmap.c | 33 #define MASK (KSYNCMAP - 1) macro
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tda18250.c | 505 #define MASK 1 in tda18250_set_params() macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_dsi_reg.h | 10 #define MASK(x) (BIT(x) - 1) macro
|
| H A D | kirin_ade_reg.h | 13 #define MASK(x) (BIT(x) - 1) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | gk20a.h | 30 #define MASK(w) ((1 << (w)) - 1) macro
|
| /OK3568_Linux_fs/kernel/include/linux/soc/ti/ |
| H A D | knav_dma.h | 25 #define MASK(x) (BIT(x) - 1) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | severity.c | 66 #define MASK(x, y) .mask = x, .result = y macro
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.h | 55 MASK, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/char/xilinx_hwicap/ |
| H A D | xilinx_hwicap.h | 131 u32 MASK; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | hw.h | 31 #define MASK(field) ( \ macro
|
| /OK3568_Linux_fs/u-boot/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
|
| /OK3568_Linux_fs/kernel/drivers/clk/tegra/ |
| H A D | clk-tegra114.c | 613 #define MASK(x) (BIT(x) - 1) macro
|
| H A D | clk-tegra124.c | 95 #define MASK(x) (BIT(x) - 1) macro
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_telemetry_debugfs.c | 67 #define TELEM_CHECK_AND_PARSE_EVTS(EVTID, EVTNUM, BUF, EVTLOG, EVTDAT, MASK) { \ argument
|
| H A D | compal-laptop.c | 369 #define SIMPLE_MASKED_STORE_SHOW(NAME, ADDR, MASK) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | vmw_pvscsi.h | 33 #define MASK(n) ((1 << (n)) - 1) /* make an n-bit mask */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_hw.c | 14 #define MASK(n) ((1ULL<<(n))-1) macro
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | gbe.h | 81 #define MASK(msb, lsb) \ macro
|