| /linux/Documentation/userspace-api/media/v4l/ | 
| H A D | vidioc-g-audio.rst | 57     :header-rows:  058     :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
 
 | 
| /linux/Documentation/devicetree/bindings/perf/ | 
| H A 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 …]
 
 | 
| /linux/arch/powerpc/include/asm/nohash/32/ | 
| H A D | pte-85xx.h | 12    RPN......................  0  0 U0 U1 U2 U3 UX SX UW SW UR SR20 #define _PAGE_READ	0x00001	/* H: Read permission (SR) */
 21 #define _PAGE_PRESENT	0x00002	/* S: PTE contains a translation */
 22 #define _PAGE_WRITE	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 …]
 
 | 
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ | 
| H A D | dp.h | 12 #define DPCD_RC00_DPCD_REV                                              0x0000013 #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 …]
 
 | 
| /linux/arch/parisc/include/uapi/asm/ | 
| H A D | termbits.h | 42 #define VINTR		 061 #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 …]
 
 | 
| /linux/include/uapi/asm-generic/ | 
| H A D | termbits.h | 42 #define VINTR		 061 #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 …]
 
 | 
| /linux/arch/mips/include/asm/sgi/ | 
| H A 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 …]
 
 | 
| /linux/arch/x86/include/asm/ | 
| H A D | apicdef.h | 14 #define IO_APIC_DEFAULT_PHYS_BASE	0xfec0000015 #define	APIC_DEFAULT_PHYS_BASE		0xfee00000
 23 #define APIC_DELIVERY_MODE_FIXED	0
 30 #define	APIC_ID		0x20
 32 #define	APIC_LVR	0x30
 33 #define		APIC_LVR_MASK		0xFF00FF
 35 #define		GET_APIC_VERSION(x)	((x) & 0xFFu)
 36 #define		GET_APIC_MAXLVT(x)	(((x) >> 16) & 0xFFu)
 38 #  define	APIC_INTEGRATED(x)	((x) & 0xF0u)
 42 #define		APIC_XAPIC(x)		((x) >= 0x14)
 [all …]
 
 | 
| /linux/include/linux/perf/ | 
| H A D | arm_pmu.h | 31 #define ARMPMU_EVT_64BIT		0x00001 /* Event uses a 64bit counter */32 #define ARMPMU_EVT_47BIT		0x00002 /* Event uses a 47bit counter */
 33 #define ARMPMU_EVT_63BIT		0x00004 /* Event uses a 63bit counter */
 39 #define HW_OP_UNSUPPORTED		0xFFFF
 41 #define CACHE_OP_UNSUPPORTED		0xFFFF
 44 	[0 ... PERF_COUNT_HW_MAX - 1] = HW_OP_UNSUPPORTED
 47 [0 ... C(MAX) - 1] = {							\
 48 	[0 ... C(OP_MAX) - 1] = {					\
 49 		[0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED,	\
 62 	 * an event. A 0 means that the counter can be used.
 [all …]
 
 | 
| /linux/arch/mips/include/uapi/asm/ | 
| H A 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 …]
 
 | 
| /linux/drivers/scsi/megaraid/ | 
| H A 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 …]
 
 | 
| /linux/drivers/scsi/aic7xxx/ | 
| H A D | aic79xx.h | 60 #define FALSE 063 #define ALL_CHANNELS '\0'
 64 #define ALL_TARGETS_MASK 0xFFFF
 65 #define INITIATOR_WILDCARD	(~0)
 66 #define	SCB_LIST_NULL		0xFF00
 68 #define QOUTFIFO_ENTRY_VALID 0x80
 69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
 76 #define	SCB_IS_SCSIBUS_B(ahd, scb) (0)
 88 	(0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
 91 	((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0		\
 [all …]
 
 | 
| /linux/drivers/net/wireless/realtek/rtw89/ | 
| H A D | rtw8851b_rfk_table.c | 8 	RTW89_DECL_RFK_WM(0xc210, 0x003fc000, 0x80),9 	RTW89_DECL_RFK_WM(0xc224, 0x003fc000, 0x80),
 10 	RTW89_DECL_RFK_WM(0xc0f8, 0x30000000, 0x3),
 11 	RTW89_DECL_RFK_WM(0x12b8, BIT(30), 0x1),
 12 	RTW89_DECL_RFK_WM(0x030c, 0x1f000000, 0x1f),
 13 	RTW89_DECL_RFK_WM(0x032c, 0xc0000000, 0x0),
 14 	RTW89_DECL_RFK_WM(0x032c, BIT(22), 0x0),
 15 	RTW89_DECL_RFK_WM(0x032c, BIT(22), 0x1),
 16 	RTW89_DECL_RFK_WM(0x032c, BIT(16), 0x0),
 17 	RTW89_DECL_RFK_WM(0x032c, BIT(20), 0x1),
 [all …]
 
 | 
| H A D | rtw8852a_rfk_table.c | 8 	RTW89_DECL_RFK_WM(0x12a8, 0x00000001, 0x00000001),9 	RTW89_DECL_RFK_WM(0x12a8, 0x0000000e, 0x00000002),
 10 	RTW89_DECL_RFK_WM(0x32a8, 0x00000001, 0x00000001),
 11 	RTW89_DECL_RFK_WM(0x32a8, 0x0000000e, 0x00000002),
 12 	RTW89_DECL_RFK_WM(0x12bc, 0x000000f0, 0x00000005),
 13 	RTW89_DECL_RFK_WM(0x12bc, 0x00000f00, 0x00000005),
 14 	RTW89_DECL_RFK_WM(0x12bc, 0x000f0000, 0x00000005),
 15 	RTW89_DECL_RFK_WM(0x12bc, 0x0000f000, 0x00000005),
 16 	RTW89_DECL_RFK_WM(0x120c, 0x000000ff, 0x00000033),
 17 	RTW89_DECL_RFK_WM(0x12c0, 0x0ff00000, 0x00000033),
 [all …]
 
 | 
| H A D | rtw8852c_rfk_table.c | 8 	RTW89_DECL_RFK_WM(0xc004, BIT(17), 0x1),9 	RTW89_DECL_RFK_WM(0xc024, BIT(17), 0x1),
 10 	RTW89_DECL_RFK_WM(0xc104, BIT(17), 0x1),
 11 	RTW89_DECL_RFK_WM(0xc124, BIT(17), 0x1),
 17 	RTW89_DECL_RFK_WM(0xc000, BIT(17), 0x0),
 18 	RTW89_DECL_RFK_WM(0xc000, BIT(17), 0x1),
 24 	RTW89_DECL_RFK_WM(0xc100, BIT(17), 0x0),
 25 	RTW89_DECL_RFK_WM(0xc100, BIT(17), 0x1),
 31 	RTW89_DECL_RFK_WM(0x12b8, BIT(30), 0x1),
 32 	RTW89_DECL_RFK_WM(0x030c, BIT(28), 0x1),
 [all …]
 
 | 
| /linux/drivers/usb/gadget/udc/ | 
| H A 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 …]
 
 | 
| /linux/drivers/net/wireless/ralink/rt2x00/ | 
| H A D | rt2800pci.c | 60 	for (i = 0; i < 200; i++) {  in rt2800pci_mcu_status()75 	rt2x00mmio_register_write(rt2x00dev, H2M_MAILBOX_STATUS, ~0);  in rt2800pci_mcu_status()
 76 	rt2x00mmio_register_write(rt2x00dev, H2M_MAILBOX_CID, ~0);  in rt2800pci_mcu_status()
 97 	u32 reg = 0;  in rt2800pci_eepromregister_write()
 121 	case 0:  in rt2800pci_read_eeprom_pci()
 131 	eeprom.reg_data_in = 0;  in rt2800pci_read_eeprom_pci()
 132 	eeprom.reg_data_out = 0;  in rt2800pci_read_eeprom_pci()
 133 	eeprom.reg_data_clock = 0;  in rt2800pci_read_eeprom_pci()
 134 	eeprom.reg_chip_select = 0;  in rt2800pci_read_eeprom_pci()
 139 	return 0;  in rt2800pci_read_eeprom_pci()
 [all …]
 
 | 
| /linux/include/uapi/linux/ | 
| H A D | media.h | 48 #define MEDIA_ENT_F_BASE			0x0000000049 #define MEDIA_ENT_F_OLD_BASE			0x00010000
 50 #define MEDIA_ENT_F_OLD_SUBDEV_BASE		0x00020000
 68 #define MEDIA_ENT_F_DTV_DEMOD			(MEDIA_ENT_F_BASE + 0x00001)
 69 #define MEDIA_ENT_F_TS_DEMUX			(MEDIA_ENT_F_BASE + 0x00002)
 70 #define MEDIA_ENT_F_DTV_CA			(MEDIA_ENT_F_BASE + 0x00003)
 71 #define MEDIA_ENT_F_DTV_NET_DECAP		(MEDIA_ENT_F_BASE + 0x00004)
 77 #define MEDIA_ENT_F_IO_DTV			(MEDIA_ENT_F_BASE + 0x01001)
 78 #define MEDIA_ENT_F_IO_VBI			(MEDIA_ENT_F_BASE + 0x01002)
 79 #define MEDIA_ENT_F_IO_SWRADIO			(MEDIA_ENT_F_BASE + 0x01003)
 [all …]
 
 | 
| /linux/drivers/net/ethernet/dec/tulip/ | 
| H A D | tulip.h | 36 #define TULIP_BAR	0	/* CBIO */52 	HAS_MII			= 0x00001,
 53 	HAS_MEDIA_TABLE		= 0x00002,
 54 	CSR12_IN_SROM		= 0x00004,
 55 	ALWAYS_CHECK_MII	= 0x00008,
 56 	HAS_ACPI		= 0x00010,
 57 	MC_HASH_ONLY		= 0x00020, /* Hash-only multicast filter. */
 58 	HAS_PNICNWAY		= 0x00080,
 59 	HAS_NWAY		= 0x00040, /* Uses internal NWay xcvr. */
 60 	HAS_INTR_MITIGATION	= 0x00100,
 [all …]
 
 | 
| /linux/drivers/memstick/host/ | 
| H A D | tifm_ms.c | 29 #define TIFM_MS_STAT_DRQ     0x0400030 #define TIFM_MS_STAT_MSINT   0x02000
 31 #define TIFM_MS_STAT_RDY     0x01000
 32 #define TIFM_MS_STAT_CRC     0x00200
 33 #define TIFM_MS_STAT_TOE     0x00100
 34 #define TIFM_MS_STAT_EMP     0x00020
 35 #define TIFM_MS_STAT_FUL     0x00010
 36 #define TIFM_MS_STAT_CED     0x00008
 37 #define TIFM_MS_STAT_ERR     0x00004
 38 #define TIFM_MS_STAT_BRQ     0x00002
 [all …]
 
 | 
| /linux/drivers/net/wireless/realtek/rtw88/ | 
| H A D | rtw8822b.c | 55 	efuse->lna_type_2g = map->lna_type_2g[0];  in rtw8822b_read_efuse()56 	efuse->lna_type_5g = map->lna_type_5g[0];  in rtw8822b_read_efuse()
 58 	efuse->country_code[0] = map->country_code[0];  in rtw8822b_read_efuse()
 61 	efuse->regd = map->rf_board_option & 0x7;  in rtw8822b_read_efuse()
 65 	for (i = 0; i < 4; i++)  in rtw8822b_read_efuse()
 83 	return 0;  in rtw8822b_read_efuse()
 89 	rtw_write32_mask(rtwdev, 0x64, BIT(29) | BIT(28), 0x3);  in rtw8822b_phy_rfe_init()
 90 	rtw_write32_mask(rtwdev, 0x4c, BIT(26) | BIT(25), 0x0);  in rtw8822b_phy_rfe_init()
 91 	rtw_write32_mask(rtwdev, 0x40, BIT(2), 0x1);  in rtw8822b_phy_rfe_init()
 94 	rtw_write32_mask(rtwdev, 0x1990, 0x3f, 0x30);  in rtw8822b_phy_rfe_init()
 [all …]
 
 | 
| /linux/drivers/net/hamradio/ | 
| H A D | baycom_par.c | 37  *  iobase   base address of the port; common values are 0x378, 0x278, 0x3bc102 #define PAR96_ACK       0x40
 103 #define PAR96_RXBIT     0x20
 104 #define PAR96_DCD       0x10
 105 #define PAR97_POWER     0xf8
 154 		bc->debug_vals.cur_intcnt = 0;  in baycom_int_freq()
 156 		bc->debug_vals.cur_pllcorr = 0;  in baycom_int_freq()
 166 #define PAR96_DESCRAM_TAP1 0x20000
 167 #define PAR96_DESCRAM_TAP2 0x01000
 168 #define PAR96_DESCRAM_TAP3 0x00001
 [all …]
 
 | 
| /linux/arch/powerpc/include/asm/book3s/64/ | 
| H A D | mmu-hash.h | 34 #define SLB_ESID_V		ASM_CONST(0x0000000008000000) /* valid */41 #define SLB_VSID_B		ASM_CONST(0xc000000000000000)
 42 #define SLB_VSID_B_256M		ASM_CONST(0x0000000000000000)
 43 #define SLB_VSID_B_1T		ASM_CONST(0x4000000000000000)
 44 #define SLB_VSID_KS		ASM_CONST(0x0000000000000800)
 45 #define SLB_VSID_KP		ASM_CONST(0x0000000000000400)
 46 #define SLB_VSID_N		ASM_CONST(0x0000000000000200) /* no-execute */
 47 #define SLB_VSID_L		ASM_CONST(0x0000000000000100)
 48 #define SLB_VSID_C		ASM_CONST(0x0000000000000080) /* class */
 49 #define SLB_VSID_LP		ASM_CONST(0x0000000000000030)
 [all …]
 
 | 
| H A D | pgtable.h | 17 #define _PAGE_EXEC		0x00001 /* execute permission */18 #define _PAGE_WRITE		0x00002 /* write access allowed */
 19 #define _PAGE_READ		0x00004	/* read access allowed */
 20 #define _PAGE_PRIVILEGED	0x00008 /* kernel access only */
 21 #define _PAGE_SAO		0x00010 /* Strong access order */
 22 #define _PAGE_NON_IDEMPOTENT	0x00020 /* non idempotent memory */
 23 #define _PAGE_TOLERANT		0x00030 /* tolerant memory, cache inhibited */
 24 #define _PAGE_DIRTY		0x00080 /* C: page changed */
 25 #define _PAGE_ACCESSED		0x00100 /* R: page referenced */
 29 #define _RPAGE_SW0		0x2000000000000000UL
 [all …]
 
 | 
| /linux/drivers/perf/ | 
| H A D | arm_spe_pmu.c | 47 #define SPE_PMU_HW_FLAGS_CX			0x0000162 #define ARM_SPE_BUF_PAD_BYTE			0
 81 #define SPE_PMU_FEAT_FILT_EVT			(1UL << 0)
 116 	SPE_PMU_CAP_ARCH_INST = 0,
 145 	return 0;  in arm_spe_pmu_cap_get()
 169 	return sysfs_emit(buf, "0x%llx\n", arm_spe_pmu_cap_get(spe_pmu, cap));  in arm_spe_pmu_cap_show_hex()
 175 	})[0].attr.attr
 198 #define ATTR_CFG_FLD_ts_enable_LO		0
 199 #define ATTR_CFG_FLD_ts_enable_HI		0
 244 #define ATTR_CFG_FLD_event_filter_LO		0
 [all …]
 
 |