Home
last modified time | relevance | path

Searched +full:0 +full:x8000 (Results 726 – 750 of 1509) sorted by relevance

1...<<21222324252627282930>>...61

/linux/drivers/ntb/hw/intel/
H A Dntb_hw_gen1.h50 #define XEON_PBAR23LMT_OFFSET 0x0000
51 #define XEON_PBAR45LMT_OFFSET 0x0008
52 #define XEON_PBAR4LMT_OFFSET 0x0008
53 #define XEON_PBAR5LMT_OFFSET 0x000c
54 #define XEON_PBAR23XLAT_OFFSET 0x0010
55 #define XEON_PBAR45XLAT_OFFSET 0x0018
56 #define XEON_PBAR4XLAT_OFFSET 0x0018
57 #define XEON_PBAR5XLAT_OFFSET 0x001c
58 #define XEON_SBAR23LMT_OFFSET 0x0020
59 #define XEON_SBAR45LMT_OFFSET 0x002
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dgpio.c32 u16 data = 0x0000; in dcb_gpio_table()
35 if (*ver >= 0x30 && *hdr >= 0x0c) in dcb_gpio_table()
36 data = nvbios_rd16(bios, dcb + 0x0a); in dcb_gpio_table()
38 if (*ver >= 0x22 && nvbios_rd08(bios, dcb - 1) >= 0x13) in dcb_gpio_table()
39 data = nvbios_rd16(bios, dcb - 0x0f); in dcb_gpio_table()
42 *ver = nvbios_rd08(bios, data + 0x00); in dcb_gpio_table()
43 if (*ver < 0x30) { in dcb_gpio_table()
45 *cnt = nvbios_rd08(bios, data + 0x0 in dcb_gpio_table()
[all...]
/linux/drivers/staging/axis-fifo/
H A Daxis-fifo.txt23 - xlnx,axi-str-rxd-tdata-width: Should be <0x20>
25 - xlnx,axi-str-txc-tdata-width: Should be <0x20>
27 - xlnx,axi-str-txd-tdata-width: Should be <0x20>
31 - xlnx,data-interface-type: Should be <0x0> (ignored by the driver)
32 - xlnx,has-axis-tdest: Should be <0x0> (this feature isn't supported)
33 - xlnx,has-axis-tid: Should be <0x0> (this feature isn't supported)
34 - xlnx,has-axis-tkeep: Should be <0x0> (this feature isn't supported)
35 - xlnx,has-axis-tstrb: Should be <0x0> (this feature isn't supported)
36 - xlnx,has-axis-tuser: Should be <0x0> (this feature isn't supported)
42 - xlnx,s-axi-id-width: Should be <0x
[all...]
/linux/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,pfc.yaml28 - renesas,pfc-r8a774a3 # RZ/G2M v3.0
132 $ref: "#/additionalProperties/anyOf/0"
138 reg = <0xe6050000 0x8000>,
139 <0xe605800c 0x20>;
142 gpio-ranges = <&pfc 0 0 212>;
144 <&irqpin0 0
[all...]
/linux/sound/soc/intel/catpt/
H A Dregisters.h22 #define CATPT_SHIM_CS1 0x00
23 #define CATPT_SHIM_ISC 0x18
24 #define CATPT_SHIM_ISD 0x20
25 #define CATPT_SHIM_IMC 0x28
26 #define CATPT_SHIM_IMD 0x30
27 #define CATPT_SHIM_IPCC 0x38
28 #define CATPT_SHIM_IPCD 0x40
29 #define CATPT_SHIM_CLKCTL 0x78
30 #define CATPT_SHIM_CS2 0x80
31 #define CATPT_SHIM_LTRC 0xE
[all...]
/linux/tools/perf/tests/shell/attr/
H A Dtest-stat-detailed-234 type=0
35 config=0
41 type=0
48 type=0
55 type=0
62 type=0
69 type=0
73 # PERF_TYPE_RAW / slots (0x400)
82 # PERF_TYPE_RAW / topdown-retiring (0x8000)
[all...]
/linux/arch/mips/mm/
H A Dsc-ip22.c24 #define SC_SIZE 0x00080000
39 " li $1, 0x80 # Go 64 bit \n" in indy_sc_wipe()
43 " # Open code a dli $1, 0x9000000080000000 \n" in indy_sc_wipe()
49 " lui $1,0x9000 \n" in indy_sc_wipe()
50 " dsll $1,$1,0x10 \n" in indy_sc_wipe()
51 " ori $1,$1,0x8000 \n" in indy_sc_wipe()
52 " dsll $1,$1,0x10 \n" in indy_sc_wipe()
54 " or %0, $1 # first line to flush \n" in indy_sc_wipe()
58 "1: sw $0, in indy_sc_wipe()
[all...]
/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc3250-phy3250.dts18 reg = <0x80000000 0x4000000>;
25 gpios = <&gpio 5 1 0>; /* GPO_P3 1, GPIO 80, active high */
30 gpios = <&gpio 5 14 0>; /* GPO_P3 14, GPIO 93, active high */
51 gpio = <&gpio 5 4 0>;
61 gpio = <&gpio 5 0 0>;
71 gpio = <&gpio 5 5 0>;
84 arm,pl11x,tft-r0g0b0-pads = <0 8 16>;
94 reg = <0x1
[all...]
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h8 #define F_SETLEASE (F_LINUX_SPECIFIC_BASE + 0)
46 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */
47 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */
48 #define F_SEAL_GROW 0x0004 /* prevent file from growing */
49 #define F_SEAL_WRITE 0x0008 /* prevent writes */
50 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */
51 #define F_SEAL_EXEC 0x0020 /* prevent chmod modifying exec bits */
65 * Valid hint values for F_{GET,SET}_RW_HINT. 0 is "not set", or can be
68 #define RWH_WRITE_LIFE_NOT_SET 0
85 #define DN_ACCESS 0x0000000
[all...]
/linux/arch/x86/include/asm/
H A Ddesc_defs.h16 #define _DESC_ACCESSED 0x0001
17 #define _DESC_DATA_WRITABLE 0x0002
18 #define _DESC_CODE_READABLE 0x0002
19 #define _DESC_DATA_EXPAND_DOWN 0x0004
20 #define _DESC_CODE_CONFORMING 0x0004
21 #define _DESC_CODE_EXECUTABLE 0x0008
24 #define _DESC_S 0x0010
26 #define _DESC_PRESENT 0x0080
28 #define _DESC_LONG_CODE 0x2000
29 #define _DESC_DB 0x400
[all...]
/linux/include/uapi/linux/
H A Di2c.h24 * %I2C_M_RD: read data (from slave to master). Guaranteed to be 0x0001! If
77 #define I2C_M_RD 0x0001 /* guaranteed to be 0x0001! */
78 #define I2C_M_TEN 0x0010 /* use only if I2C_FUNC_10BIT_ADDR */
79 #define I2C_M_DMA_SAFE 0x0200 /* use only in kernel space */
80 #define I2C_M_RECV_LEN 0x0400 /* use only if I2C_FUNC_SMBUS_READ_BLOCK_DATA */
81 #define I2C_M_NO_RD_ACK 0x0800 /* use only if I2C_FUNC_PROTOCOL_MANGLING */
82 #define I2C_M_IGNORE_NAK 0x1000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */
83 #define I2C_M_REV_DIR_ADDR 0x2000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */
84 #define I2C_M_NOSTART 0x400
[all...]
/linux/arch/loongarch/include/asm/
H A Dstackframe.h19 .macro cfi_rel_offset reg offset=0 docfi=0
25 .macro cfi_st reg offset=0 docfi=0
30 .macro cfi_restore reg offset=0 docfi=0
36 .macro cfi_ld reg offset=0 docfi=0
42 li.d \temp, CSR_DMW0_INIT # WUC, PLV0, 0x8000 xxx
[all...]
/linux/drivers/mtd/maps/
H A Dsbc_gxx.c15 16 KiB memory window at 0xdc000-0xdffff
19 0x258
20 bit 0-7: address bit 14-21
21 0x259
22 bit 0-1: address bit 22-23
23 bit 7: 0 - reset/powered down
48 #define WINDOW_START 0xdc000
56 #define PAGE_IO 0x258
59 /* bit 7 of 0x25
[all...]
/linux/drivers/net/wireless/intersil/p54/
H A Dp54.h18 #define ISL38XX_DEV_FIRMWARE_ADDR 0x20000
20 #define BR_CODE_MIN 0x80000000
21 #define BR_CODE_COMPONENT_ID 0x80000001
22 #define BR_CODE_COMPONENT_VERSION 0x80000002
23 #define BR_CODE_DEPENDENT_IF 0x80000003
24 #define BR_CODE_EXPOSED_IF 0x80000004
25 #define BR_CODE_DESCR 0x80000101
26 #define BR_CODE_MAX 0x8FFFFFFF
27 #define BR_CODE_END_OF_BRA 0xFF0000FF
28 #define LEGACY_BR_CODE_END_OF_BRA 0xFFFFFFF
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
H A Ddcn401_dpp_cm.c39 #define BLACK_OFFSET_RGB_Y 0x0
40 #define BLACK_OFFSET_CBCR 0x8000
52 #define NUM_ELEMENTS(a) (sizeof(a) / sizeof((a)[0]))
56 SCL_COEF_LUMA_VERT_FILTER = 0,
65 AUTOCAL_MODE_OFF = 0,
72 * DSCL_MODE_SEL must be set to 0
76 * DSCL_MODE_SEL must be set to 0
82 DSCL_MODE_SCALING_444_BYPASS = 0,
97 int cur_rom_en = 0; in dpp401_set_cursor_attributes()
[all...]
/linux/lib/
H A Ddecompress_inflate.c54 out_len = 0x8000; /* 32 K */ in __gunzip()
58 out_len = ((size_t)~0) - (size_t)out_buf; /* no limit */ in __gunzip()
69 len = 0; in __gunzip()
97 if (len == 0) in __gunzip()
102 zbuf[0] != 0x1f || zbuf[1] != 0x8b || zbuf[2] != 0x08) { in __gunzip()
104 *pos = 0; in __gunzip()
[all...]
/linux/arch/mips/kernel/
H A Dvmlinux.lds.S47 /* . = 0xc000000000000000; */
50 /* . = 0xc00000000001c000; */
53 * >= 0xa800 0000 0001 9000 if no symmon is going to configured
54 * >= 0xa800 0000 0030 0000 otherwise
57 /* . = 0xa800000000300000; */
58 . = 0xffffffff80300000;
75 } :text = 0
103 _gp = . + 0x8000;
170 LONG(0xFFFFFFF
[all...]
/linux/drivers/input/misc/
H A Darizona-haptics.c51 if (ret != 0) { in arizona_haptics_work()
62 if (ret != 0) { in arizona_haptics_work()
69 if (ret != 0) { in arizona_haptics_work()
76 if (ret != 0) { in arizona_haptics_work()
84 if (ret != 0) { in arizona_haptics_work()
91 if (ret != 0) { in arizona_haptics_work()
99 ARIZONA_HAP_CTRL_MASK, 0); in arizona_haptics_work()
100 if (ret != 0) { in arizona_haptics_work()
124 if (effect->direction < 0x8000) in arizona_haptics_play()
[all...]
H A Dtwl4030-vibra.c23 #define LEDEN 0x00
26 #define EFFECT_DIR_180_DEG 0x8000 /* range is 0 - 0xFFFF */
47 reg &= ~0x03; in vibra_disable_leds()
130 info->direction = effect->direction < EFFECT_DIR_180_DEG ? 0 : 1; in vibra_play()
132 return 0; in vibra_play()
154 return 0; in twl4030_vibra_suspend()
160 return 0; in twl4030_vibra_resume()
[all...]
/linux/Documentation/devicetree/bindings/clock/
H A Dsamsung,exynosautov920-clock.yaml245 reg = <0x10800000 0x8000>;
H A Dsamsung,exynos2200-cmu.yaml239 reg = <0x15300000 0x8000>;
/linux/drivers/net/wireless/ath/
H A Dregd.h26 CTL_FCC = 0x10,
27 CTL_MKK = 0x40,
28 CTL_ETSI = 0x30,
31 #define SD_NO_CTL 0xE0
32 #define NO_CTL 0xff
33 #define CTL_11A 0
41 #define CTRY_DEBUG 0x1ff
42 #define CTRY_DEFAULT 0
44 #define COUNTRY_ERD_FLAG 0x8000
[all...]
/linux/sound/soc/codecs/
H A Dwm2200.h14 #define WM2200_CLKSRC_MCLK1 0
19 #define WM2200_FLL_SRC_MCLK1 0
26 #define WM2200_SOFTWARE_RESET 0x00
27 #define WM2200_DEVICE_REVISION 0x01
28 #define WM2200_TONE_GENERATOR_1 0x0B
29 #define WM2200_CLOCKING_3 0x102
30 #define WM2200_CLOCKING_4 0x103
31 #define WM2200_FLL_CONTROL_1 0x111
32 #define WM2200_FLL_CONTROL_2 0x112
33 #define WM2200_FLL_CONTROL_3 0x11
[all...]
/linux/arch/loongarch/boot/dts/
H A Dloongson-2k0500.dtsi17 #size-cells = <0>;
19 cpu0: cpu@0 {
22 reg = <0x0>;
29 #clock-cells = <0>;
44 thermal-sensors = <&tsensor 0>;
64 ranges = <0x0 0x10000000 0x0 0x10000000 0x
[all...]
/linux/drivers/net/usb/
H A Dsmsc95xx.h12 #define TX_CMD_A_DATA_OFFSET_ (0x001F0000) /* Data Start Offset */
13 #define TX_CMD_A_FIRST_SEG_ (0x00002000) /* First Segment */
14 #define TX_CMD_A_LAST_SEG_ (0x00001000) /* Last Segment */
15 #define TX_CMD_A_BUF_SIZE_ (0x000007FF) /* Buffer Size */
17 #define TX_CMD_B_CSUM_ENABLE (0x00004000) /* TX Checksum Enable */
18 #define TX_CMD_B_ADD_CRC_DIS_ (0x00002000) /* Add CRC Disable */
19 #define TX_CMD_B_DIS_PADDING_ (0x00001000) /* Disable Frame Padding */
20 #define TX_CMD_B_FRAME_LENGTH_ (0x000007FF) /* Frame Length (bytes) */
23 #define RX_STS_FF_ (0x40000000) /* Filter Fail */
24 #define RX_STS_FL_ (0x3FFF000
[all...]

1...<<21222324252627282930>>...61