| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
| H A D | g84.c | 34 nvkm_wr32(device, 0x070000, 0x00000001); in g84_bar_flush() 36 if (!(nvkm_rd32(device, 0x070000) & 0x00000002)) in g84_bar_flush() 62 return nv50_bar_new_(&g84_bar_func, device, type, inst, 0x200, pbar); in g84_bar_new()
|
| /linux/Documentation/devicetree/bindings/serio/ |
| H A D | arm,pl050.yaml | 61 reg = <0x070000 0x1000>;
|
| /linux/arch/arm64/boot/dts/arm/ |
| H A D | rtsm_ve-motherboard.dtsi | 13 #clock-cells = <0>; 20 #clock-cells = <0>; 27 #clock-cells = <0>; 49 #clock-cells = <0>; 55 arm,vexpress-sysreg,func = <5 0>; 60 arm,vexpress-sysreg,func = <7 0>; 65 arm,vexpress-sysreg,func = <8 0>; 70 arm,vexpress-sysreg,func = <9 0>; 75 arm,vexpress-sysreg,func = <11 0>; 83 ranges = <0 0x8000000 0 0x8000000 0x18000000>; [all …]
|
| H A D | juno-motherboard.dtsi | 13 #clock-cells = <0>; 20 #clock-cells = <0>; 27 #clock-cells = <0>; 34 #clock-cells = <0>; 55 gpios = <&iofpga_gpio0 0 0x4>; 62 gpios = <&iofpga_gpio0 1 0x4>; 69 gpios = <&iofpga_gpio0 2 0x4>; 76 gpios = <&iofpga_gpio0 3 0x4>; 83 gpios = <&iofpga_gpio0 4 0x4>; 90 gpios = <&iofpga_gpio0 5 0x4>; [all …]
|
| /linux/sound/pci/mixart/ |
| H A D | mixart_core.h | 15 MSG_CONNECTOR_GET_AUDIO_INFO = 0x050008, 16 MSG_CONNECTOR_GET_OUT_AUDIO_LEVEL = 0x050009, 17 MSG_CONNECTOR_SET_OUT_AUDIO_LEVEL = 0x05000A, 19 MSG_CONSOLE_MANAGER = 0x070000, 20 MSG_CONSOLE_GET_CLOCK_UID = 0x070003, 22 MSG_PHYSICALIO_SET_LEVEL = 0x0F0008, 24 MSG_STREAM_ADD_INPUT_GROUP = 0x130000, 25 MSG_STREAM_ADD_OUTPUT_GROUP = 0x130001, 26 MSG_STREAM_DELETE_GROUP = 0x130004, 27 MSG_STREAM_START_STREAM_GRP_PACKET = 0x130006, [all …]
|
| /linux/include/linux/ |
| H A D | sm501-regs.h | 11 #define SM501_SYS_CONFIG (0x000000) 14 #define SM501_SYSTEM_CONTROL (0x000000) 16 #define SM501_SYSCTRL_PANEL_TRISTATE (1<<0) 21 #define SM501_SYSCTRL_PCI_SLAVE_BURST_1 (0<<4) 35 #define SM501_MISC_CONTROL (0x000004) 37 #define SM501_MISC_BUS_SH (0x0) 38 #define SM501_MISC_BUS_PCI (0x1) 39 #define SM501_MISC_BUS_XSCALE (0x2) 40 #define SM501_MISC_BUS_NEC (0x6) 41 #define SM501_MISC_BUS_MASK (0x7) [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | cpu.h | 16 register 15, select 0) is defined in this (backwards compatible) way: 24 that bits 16-23 have been 0 for all MIPS processors before the MIPS32/64 28 #define PRID_OPT_MASK 0xff000000 34 #define PRID_COMP_MASK 0xff0000 36 #define PRID_COMP_LEGACY 0x000000 37 #define PRID_COMP_MIPS 0x010000 38 #define PRID_COMP_BROADCOM 0x020000 39 #define PRID_COMP_ALCHEMY 0x030000 40 #define PRID_COMP_SIBYTE 0x040000 41 #define PRID_COMP_SANDCRAFT 0x050000 [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | cs43130.h | 17 #define CS43130_FIRSTREG 0x010000 18 #define CS43130_LASTREG 0x190000 19 #define CS43130_CHIP_ID 0x00043130 20 #define CS4399_CHIP_ID 0x00043990 21 #define CS43131_CHIP_ID 0x00043131 22 #define CS43198_CHIP_ID 0x00043198 23 #define CS43130_DEVID_AB 0x010000 /* Device ID A & B [RO] */ 24 #define CS43130_DEVID_CD 0x010001 /* Device ID C & D [RO] */ 25 #define CS43130_DEVID_E 0x010002 /* Device ID E [RO] */ 26 #define CS43130_FAB_ID 0x010003 /* Fab ID [RO] */ [all …]
|
| /linux/rust/kernel/pci/ |
| H A D | id.rs | 16 /// 23-16, subclass in bits 15-8, programming interface in bits 7-0). 41 Full = 0xffffff, 43 ClassSubclass = 0xffff00, 81 self.0 in as_raw() 90 if val > 0xFFFF { in to_24bit_class() 100 write!(f, "0x{:06x}", self.0) in fmt() 117 0xffffff => Ok(ClassMask::Full), in try_from() 118 0xffff00 => Ok(ClassMask::ClassSubclass), in try_from() 166 self.0 in as_raw() [all...] |
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | disp.c | 87 if (ret < 0) in nv50_chan_create() 90 while (oclass[0]) { in nv50_chan_create() 91 for (i = 0; i < n; i++) { in nv50_chan_create() 92 if (sclass[i].oclass == oclass[0]) { in nv50_chan_create() 93 ret = nvif_object_ctor(disp, "kmsChan", 0, in nv50_chan_create() 94 oclass[0], data, size, in nv50_chan_create() 96 if (ret == 0) { in nv50_chan_create() 97 ret = nvif_object_map(&chan->user, NULL, 0); in nv50_chan_create() 145 nvif_wr32(&device->object, 0x070000, 0x00000001); in nv50_dmac_kick() 147 if (!(nvif_rd32(&device->object, 0x070000) & 0x00000002)) in nv50_dmac_kick() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | reg.h | 7 #define REG_SYS_ISO_CTRL 0x0000 8 #define REG_SYS_FUNC_EN 0x0002 9 #define REG_APS_FSMCO 0x0004 10 #define REG_SYS_CLKR 0x0008 11 #define REG_9346CR 0x000A 12 #define REG_EE_VPD 0x000C 13 #define REG_AFE_MISC 0x0010 14 #define REG_SPS0_CTRL 0x0011 15 #define REG_SPS_OCP_CFG 0x0018 16 #define REG_RSV_CTRL 0x001C [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A D | reg.h | 7 #define REG_SYS_ISO_CTRL 0x0000 8 #define REG_SYS_FUNC_EN 0x0002 9 #define REG_APS_FSMCO 0x0004 10 #define REG_SYS_CLKR 0x0008 11 #define REG_9346CR 0x000A 12 #define REG_EE_VPD 0x000C 13 #define REG_AFE_MISC 0x0010 14 #define REG_SPS0_CTRL 0x0011 15 #define REG_SPS_OCP_CFG 0x0018 16 #define REG_RSV_CTRL 0x001C [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | reg.h | 7 #define TXPKT_BUF_SELECT 0x69 8 #define RXPKT_BUF_SELECT 0xA5 9 #define DISABLE_TRXPKT_BUF_ACCESS 0x0 11 #define REG_SYS_ISO_CTRL 0x0000 12 #define REG_SYS_FUNC_EN 0x0002 13 #define REG_APS_FSMCO 0x0004 14 #define REG_SYS_CLKR 0x0008 15 #define REG_9346CR 0x000A 16 #define REG_EE_VPD 0x000C 17 #define REG_SYS_SWR_CTRL1 0x0010 [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | reg.h | 7 #define TXPKT_BUF_SELECT 0x69 8 #define RXPKT_BUF_SELECT 0xA5 9 #define DISABLE_TRXPKT_BUF_ACCESS 0x0 11 #define REG_SYS_ISO_CTRL 0x0000 12 #define REG_SYS_FUNC_EN 0x0002 13 #define REG_APS_FSMCO 0x0004 14 #define REG_SYS_CLKR 0x0008 15 #define REG_9346CR 0x000A 16 #define REG_EE_VPD 0x000C 17 #define REG_AFE_MISC 0x0010 [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | reg.h | 7 #define TXPKT_BUF_SELECT 0x69 8 #define RXPKT_BUF_SELECT 0xA5 9 #define DISABLE_TRXPKT_BUF_ACCESS 0x0 11 #define REG_SYS_ISO_CTRL 0x0000 12 #define REG_SYS_FUNC_EN 0x0002 13 #define REG_APS_FSMCO 0x0004 14 #define REG_SYS_CLKR 0x0008 15 #define REG_9346CR 0x000A 16 #define REG_EE_VPD 0x000C 17 #define REG_AFE_MISC 0x0010 [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | reg.h | 7 #define TXPKT_BUF_SELECT 0x69 8 #define RXPKT_BUF_SELECT 0xA5 9 #define DISABLE_TRXPKT_BUF_ACCESS 0x0 11 #define REG_SYS_ISO_CTRL 0x0000 12 #define REG_SYS_FUNC_EN 0x0002 13 #define REG_APS_FSMCO 0x0004 14 #define REG_SYS_CLKR 0x0008 15 #define REG_9346CR 0x000A 16 #define REG_EE_VPD 0x000C 17 #define REG_AFE_MISC 0x0010 [all …]
|