Searched +full:0 +full:x00001 (Results 1 – 25 of 86) sorted by relevance
1234
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | i2c-efm32.c | 17 #define REG_CTRL 0x00 18 #define REG_CTRL_EN 0x00001 19 #define REG_CTRL_SLAVE 0x00002 20 #define REG_CTRL_AUTOACK 0x00004 21 #define REG_CTRL_AUTOSE 0x00008 22 #define REG_CTRL_AUTOSN 0x00010 23 #define REG_CTRL_ARBDIS 0x00020 24 #define REG_CTRL_GCAMEN 0x00040 25 #define REG_CTRL_CLHR__MASK 0x00300 26 #define REG_CTRL_BITO__MASK 0x03000 [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-audio.rst | 57 :header-rows: 0 58 :stub-columns: 0 87 :header-rows: 0 88 :stub-columns: 0 92 - 0x00001 98 - 0x00002 107 :header-rows: 0 108 :stub-columns: 0 112 - 0x00001 118 On success 0 is returned, on error -1 and the ``errno`` variable is set
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-audio.rst | 57 :header-rows: 0 58 :stub-columns: 0 87 :header-rows: 0 88 :stub-columns: 0 92 - 0x00001 98 - 0x00002 107 :header-rows: 0 108 :stub-columns: 0 112 - 0x00001 118 On success 0 is returned, on error -1 and the ``errno`` variable is set
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/perf/ |
| D | riscv,pmu.yaml | 78 value of variant must be 0xffffffff_ffffffff. 104 riscv,event-to-mhpmevent = <0x0000B 0x0000 0x0001>; 105 riscv,event-to-mhpmcounters = <0x00001 0x00001 0x00000001>, 106 <0x00002 0x00002 0x00000004>, 107 <0x00003 0x0000A 0x00000ff8>, 108 <0x10000 0x10033 0x000ff000>; 110 /* For event ID 0x0002 */ 111 <0x0000 0x0002 0xffffffff 0xffffffff 0x00000f8>, 112 /* For event ID 0-4 */ 113 <0x0 0x0 0xffffffff 0xfffffff0 0x00000ff0>, [all …]
|
| /kernel/linux/linux-6.6/arch/x86/events/ |
| D | perf_event_flags.h | 5 PERF_ARCH(PEBS_LDLAT, 0x00001) /* ld+ldlat data address sampling */ 6 PERF_ARCH(PEBS_ST, 0x00002) /* st data address sampling */ 7 PERF_ARCH(PEBS_ST_HSW, 0x00004) /* haswell style datala, store */ 8 PERF_ARCH(PEBS_LD_HSW, 0x00008) /* haswell style datala, load */ 9 PERF_ARCH(PEBS_NA_HSW, 0x00010) /* haswell style datala, unknown */ 10 PERF_ARCH(EXCL, 0x00020) /* HT exclusivity on counter */ 11 PERF_ARCH(DYNAMIC, 0x00040) /* dynamic alloc'd constraint */ 12 /* 0x00080 */ 13 PERF_ARCH(EXCL_ACCT, 0x00100) /* accounted EXCL event */ 14 PERF_ARCH(AUTO_RELOAD, 0x00200) /* use PEBS auto-reload */ [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | dp.h | 38 #define DPCD_RC00_DPCD_REV 0x00000 39 #define DPCD_RC01_MAX_LINK_RATE 0x00001 40 #define DPCD_RC02 0x00002 41 #define DPCD_RC02_ENHANCED_FRAME_CAP 0x80 42 #define DPCD_RC02_TPS3_SUPPORTED 0x40 43 #define DPCD_RC02_MAX_LANE_COUNT 0x1f 44 #define DPCD_RC03 0x00003 45 #define DPCD_RC03_MAX_DOWNSPREAD 0x01 46 #define DPCD_RC0E_AUX_RD_INTERVAL 0x0000e 49 #define DPCD_LC00_LINK_BW_SET 0x00100 [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | dp.h | 12 #define DPCD_RC00_DPCD_REV 0x00000 13 #define DPCD_RC01_MAX_LINK_RATE 0x00001 14 #define DPCD_RC02 0x00002 15 #define DPCD_RC02_ENHANCED_FRAME_CAP 0x80 16 #define DPCD_RC02_TPS3_SUPPORTED 0x40 17 #define DPCD_RC02_MAX_LANE_COUNT 0x1f 18 #define DPCD_RC03 0x00003 19 #define DPCD_RC03_TPS4_SUPPORTED 0x80 20 #define DPCD_RC03_MAX_DOWNSPREAD 0x01 21 #define DPCD_RC0E 0x0000e [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
| D | pte-fsl-booke.h | 12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR 20 #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */ 21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ 22 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */ 23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */ 24 #define _PAGE_EXEC 0x00010 /* H: SX permission */ 25 #define _PAGE_ACCESSED 0x00020 /* S: Page referenced */ 27 #define _PAGE_ENDIAN 0x00040 /* H: E bit */ 28 #define _PAGE_GUARDED 0x00080 /* H: G bit */ 29 #define _PAGE_COHERENT 0x00100 /* H: M bit */ [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
| D | pte-85xx.h | 12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR 20 #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */ 21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ 22 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */ 23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */ 24 #define _PAGE_EXEC 0x00010 /* H: SX permission */ 25 #define _PAGE_ACCESSED 0x00020 /* S: Page referenced */ 27 #define _PAGE_ENDIAN 0x00040 /* H: E bit */ 28 #define _PAGE_GUARDED 0x00080 /* H: G bit */ 29 #define _PAGE_COHERENT 0x00100 /* H: M bit */ [all …]
|
| /kernel/linux/linux-5.10/drivers/block/ |
| D | umem.h | 18 #define MEMCTRLSTATUS_MAGIC 0x00 19 #define MM_MAGIC_VALUE (unsigned char)0x59 21 #define MEMCTRLSTATUS_BATTERY 0x04 22 #define BATTERY_1_DISABLED 0x01 23 #define BATTERY_1_FAILURE 0x02 24 #define BATTERY_2_DISABLED 0x04 25 #define BATTERY_2_FAILURE 0x08 27 #define MEMCTRLSTATUS_MEMORY 0x07 28 #define MEM_128_MB 0xfe 29 #define MEM_256_MB 0xfc [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | dm-user.h | 22 #define DM_USER_REQ_MAP_READ 0 35 #define DM_USER_REQ_MAP_FLAG_FAILFAST_DEV 0x00001 36 #define DM_USER_REQ_MAP_FLAG_FAILFAST_TRANSPORT 0x00002 37 #define DM_USER_REQ_MAP_FLAG_FAILFAST_DRIVER 0x00004 38 #define DM_USER_REQ_MAP_FLAG_SYNC 0x00008 39 #define DM_USER_REQ_MAP_FLAG_META 0x00010 40 #define DM_USER_REQ_MAP_FLAG_PRIO 0x00020 41 #define DM_USER_REQ_MAP_FLAG_NOMERGE 0x00040 42 #define DM_USER_REQ_MAP_FLAG_IDLE 0x00080 43 #define DM_USER_REQ_MAP_FLAG_INTEGRITY 0x00100 [all …]
|
| D | media.h | 34 #define MEDIA_ENT_F_BASE 0x00000000 35 #define MEDIA_ENT_F_OLD_BASE 0x00010000 36 #define MEDIA_ENT_F_OLD_SUBDEV_BASE 0x00020000 39 #define MEDIA_ENT_F_DTV_DEMOD (MEDIA_ENT_F_BASE + 0x00001) 40 #define MEDIA_ENT_F_TS_DEMUX (MEDIA_ENT_F_BASE + 0x00002) 41 #define MEDIA_ENT_F_DTV_CA (MEDIA_ENT_F_BASE + 0x00003) 42 #define MEDIA_ENT_F_DTV_NET_DECAP (MEDIA_ENT_F_BASE + 0x00004) 44 #define MEDIA_ENT_F_IO_DTV (MEDIA_ENT_F_BASE + 0x01001) 45 #define MEDIA_ENT_F_IO_VBI (MEDIA_ENT_F_BASE + 0x01002) 46 #define MEDIA_ENT_F_IO_SWRADIO (MEDIA_ENT_F_BASE + 0x01003) [all …]
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | dm-user.h | 22 #define DM_USER_REQ_MAP_READ 0 35 #define DM_USER_REQ_MAP_FLAG_FAILFAST_DEV 0x00001 36 #define DM_USER_REQ_MAP_FLAG_FAILFAST_TRANSPORT 0x00002 37 #define DM_USER_REQ_MAP_FLAG_FAILFAST_DRIVER 0x00004 38 #define DM_USER_REQ_MAP_FLAG_SYNC 0x00008 39 #define DM_USER_REQ_MAP_FLAG_META 0x00010 40 #define DM_USER_REQ_MAP_FLAG_PRIO 0x00020 41 #define DM_USER_REQ_MAP_FLAG_NOMERGE 0x00040 42 #define DM_USER_REQ_MAP_FLAG_IDLE 0x00080 43 #define DM_USER_REQ_MAP_FLAG_INTEGRITY 0x00100 [all …]
|
| D | media.h | 34 #define MEDIA_ENT_F_BASE 0x00000000 35 #define MEDIA_ENT_F_OLD_BASE 0x00010000 36 #define MEDIA_ENT_F_OLD_SUBDEV_BASE 0x00020000 39 #define MEDIA_ENT_F_DTV_DEMOD (MEDIA_ENT_F_BASE + 0x00001) 40 #define MEDIA_ENT_F_TS_DEMUX (MEDIA_ENT_F_BASE + 0x00002) 41 #define MEDIA_ENT_F_DTV_CA (MEDIA_ENT_F_BASE + 0x00003) 42 #define MEDIA_ENT_F_DTV_NET_DECAP (MEDIA_ENT_F_BASE + 0x00004) 44 #define MEDIA_ENT_F_IO_DTV (MEDIA_ENT_F_BASE + 0x01001) 45 #define MEDIA_ENT_F_IO_VBI (MEDIA_ENT_F_BASE + 0x01002) 46 #define MEDIA_ENT_F_IO_SWRADIO (MEDIA_ENT_F_BASE + 0x01003) [all …]
|
| /kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
| D | termbits.h | 42 #define VINTR 0 61 #define IUCLC 0x0200 62 #define IXON 0x0400 63 #define IXOFF 0x1000 64 #define IMAXBEL 0x4000 65 #define IUTF8 0x8000 68 #define OLCUC 0x00002 69 #define ONLCR 0x00004 70 #define NLDLY 0x00100 71 #define NL0 0x00000 [all …]
|
| /kernel/linux/linux-6.6/include/uapi/asm-generic/ |
| D | termbits.h | 42 #define VINTR 0 61 #define IUCLC 0x0200 62 #define IXON 0x0400 63 #define IXOFF 0x1000 64 #define IMAXBEL 0x2000 65 #define IUTF8 0x4000 68 #define OLCUC 0x00002 69 #define ONLCR 0x00004 70 #define NLDLY 0x00100 71 #define NL0 0x00000 [all …]
|
| /kernel/linux/linux-6.6/include/linux/perf/ |
| D | arm_pmu.h | 27 #define ARMPMU_EVT_64BIT 0x00001 /* Event uses a 64bit counter */ 28 #define ARMPMU_EVT_47BIT 0x00002 /* Event uses a 47bit counter */ 29 #define ARMPMU_EVT_63BIT 0x00004 /* Event uses a 63bit counter */ 35 #define HW_OP_UNSUPPORTED 0xFFFF 37 #define CACHE_OP_UNSUPPORTED 0xFFFF 40 [0 ... PERF_COUNT_HW_MAX - 1] = HW_OP_UNSUPPORTED 43 [0 ... C(MAX) - 1] = { \ 44 [0 ... C(OP_MAX) - 1] = { \ 45 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \ 58 * an event. A 0 means that the counter can be used. [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
| D | hpc3.h | 22 #define HPCDMA_EOX 0x80000000 /* last desc in chain for tx */ 23 #define HPCDMA_EOR 0x80000000 /* last desc in chain for rx */ 24 #define HPCDMA_EOXP 0x40000000 /* end of packet for tx */ 25 #define HPCDMA_EORP 0x40000000 /* end of packet for rx */ 26 #define HPCDMA_XIE 0x20000000 /* irq generated when at end of this desc */ 27 #define HPCDMA_XIU 0x01000000 /* Tx buffer in use by CPU. */ 28 #define HPCDMA_EIPC 0x00ff0000 /* SEEQ ethernet special xternal bytecount */ 29 #define HPCDMA_ETXD 0x00008000 /* set to one by HPC when packet tx'd */ 30 #define HPCDMA_OWN 0x00004000 /* Denotes ring buffer ownership on rx */ 31 #define HPCDMA_BCNT 0x00003fff /* size in bytes of this dma buffer */ [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
| D | hpc3.h | 22 #define HPCDMA_EOX 0x80000000 /* last desc in chain for tx */ 23 #define HPCDMA_EOR 0x80000000 /* last desc in chain for rx */ 24 #define HPCDMA_EOXP 0x40000000 /* end of packet for tx */ 25 #define HPCDMA_EORP 0x40000000 /* end of packet for rx */ 26 #define HPCDMA_XIE 0x20000000 /* irq generated when at end of this desc */ 27 #define HPCDMA_XIU 0x01000000 /* Tx buffer in use by CPU. */ 28 #define HPCDMA_EIPC 0x00ff0000 /* SEEQ ethernet special xternal bytecount */ 29 #define HPCDMA_ETXD 0x00008000 /* set to one by HPC when packet tx'd */ 30 #define HPCDMA_OWN 0x00004000 /* Denotes ring buffer ownership on rx */ 31 #define HPCDMA_BCNT 0x00003fff /* size in bytes of this dma buffer */ [all …]
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | media.h | 23 #define MEDIA_ENT_F_BASE 0x00000000 24 #define MEDIA_ENT_F_OLD_BASE 0x00010000 25 #define MEDIA_ENT_F_OLD_SUBDEV_BASE 0x00020000 28 #define MEDIA_ENT_F_DTV_DEMOD (MEDIA_ENT_F_BASE + 0x00001) 29 #define MEDIA_ENT_F_TS_DEMUX (MEDIA_ENT_F_BASE + 0x00002) 30 #define MEDIA_ENT_F_DTV_CA (MEDIA_ENT_F_BASE + 0x00003) 31 #define MEDIA_ENT_F_DTV_NET_DECAP (MEDIA_ENT_F_BASE + 0x00004) 33 #define MEDIA_ENT_F_IO_DTV (MEDIA_ENT_F_BASE + 0x01001) 34 #define MEDIA_ENT_F_IO_VBI (MEDIA_ENT_F_BASE + 0x01002) 35 #define MEDIA_ENT_F_IO_SWRADIO (MEDIA_ENT_F_BASE + 0x01003) [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
| D | termbits.h | 55 #define VINTR 0 /* Interrupt character [ISIG] */ 67 #if 0 81 #define IUCLC 0x0200 /* Map upper case to lower case on input */ 82 #define IXON 0x0400 /* Enable start/stop output control */ 83 #define IXOFF 0x1000 /* Enable start/stop input control */ 84 #define IMAXBEL 0x2000 /* Ring bell when input queue is full */ 85 #define IUTF8 0x4000 /* Input is UTF-8 */ 88 #define OLCUC 0x00002 /* Map lower case to upper case on output */ 89 #define ONLCR 0x00004 /* Map NL to CR-NL on output */ 90 #define NLDLY 0x00100 [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
| D | megaraid_ioctl.h | 25 #define CL_ANN 0 /* print unconditionally, announcements */ 46 #define MEGAIOCCMD _IOWR(MEGAIOC_MAGIC, 0, mimd_t) 52 #define USCSICMD 0x80 53 #define UIOC_RD 0x00001 54 #define UIOC_WR 0x00002 56 #define MBOX_CMD 0x00000 57 #define GET_DRIVER_VER 0x10000 58 #define GET_N_ADAP 0x20000 59 #define GET_ADAP_INFO 0x30000 60 #define GET_CAP 0x40000 [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
| D | megaraid_ioctl.h | 25 #define CL_ANN 0 /* print unconditionally, announcements */ 46 #define MEGAIOCCMD _IOWR(MEGAIOC_MAGIC, 0, mimd_t) 52 #define USCSICMD 0x80 53 #define UIOC_RD 0x00001 54 #define UIOC_WR 0x00002 56 #define MBOX_CMD 0x00000 57 #define GET_DRIVER_VER 0x10000 58 #define GET_N_ADAP 0x20000 59 #define GET_ADAP_INFO 0x30000 60 #define GET_CAP 0x40000 [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | goku_udc.h | 12 * PCI BAR 0 points to these registers. 16 u32 int_status; /* 0x000 */ 18 #define INT_SUSPEND 0x00001 /* or resume */ 19 #define INT_USBRESET 0x00002 20 #define INT_ENDPOINT0 0x00004 21 #define INT_SETUP 0x00008 22 #define INT_STATUS 0x00010 23 #define INT_STATUSNAK 0x00020 24 #define INT_EPxDATASET(n) (0x00020 << (n)) /* 0 < n < 4 */ 25 # define INT_EP1DATASET 0x00040 [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
| D | goku_udc.h | 12 * PCI BAR 0 points to these registers. 16 u32 int_status; /* 0x000 */ 18 #define INT_SUSPEND 0x00001 /* or resume */ 19 #define INT_USBRESET 0x00002 20 #define INT_ENDPOINT0 0x00004 21 #define INT_SETUP 0x00008 22 #define INT_STATUS 0x00010 23 #define INT_STATUSNAK 0x00020 24 #define INT_EPxDATASET(n) (0x00020 << (n)) /* 0 < n < 4 */ 25 # define INT_EP1DATASET 0x00040 [all …]
|
1234