Home
last modified time | relevance | path

Searched +full:0 +full:x2000 (Results 1676 – 1700 of 1885) sorted by relevance

1...<<61626364656667686970>>...76

/linux-5.10/drivers/parport/
Dparport_pc.c25 * base+0 data
33 * base+0x400 ECP config A
34 * base+0x401 ECP config B
35 * base+0x402 ECP control
42 * Note that the ECP registers may not start at offset 0x400 for PCI cards,
85 #define ECR_MODE_MASK 0xe0
86 #define ECR_WRITE(p, v) frob_econtrol((p), 0xff, (v))
95 } superios[NR_SUPERIOS] = { {0,},};
109 unsigned char ectr = 0; in frob_econtrol()
111 if (m != 0xff) in frob_econtrol()
[all …]
/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c19 {0x7e40, 0x7e44, 0x020, 28}, /* t6_tp_pio_regs_20_to_3b */
20 {0x7e40, 0x7e44, 0x040, 10}, /* t6_tp_pio_regs_40_to_49 */
21 {0x7e40, 0x7e44, 0x050, 10}, /* t6_tp_pio_regs_50_to_59 */
22 {0x7e40, 0x7e44, 0x060, 14}, /* t6_tp_pio_regs_60_to_6d */
23 {0x7e40, 0x7e44, 0x06F, 1}, /* t6_tp_pio_regs_6f */
24 {0x7e40, 0x7e44, 0x070, 6}, /* t6_tp_pio_regs_70_to_75 */
25 {0x7e40, 0x7e44, 0x130, 18}, /* t6_tp_pio_regs_130_to_141 */
26 {0x7e40, 0x7e44, 0x145, 19}, /* t6_tp_pio_regs_145_to_157 */
27 {0x7e40, 0x7e44, 0x160, 1}, /* t6_tp_pio_regs_160 */
28 {0x7e40, 0x7e44, 0x230, 25}, /* t6_tp_pio_regs_230_to_248 */
[all …]
/linux-5.10/sound/pci/cs46xx/
Dcs46xx_lib.c80 u32 offset = 0; in snd_cs46xx_codec_read()
84 return 0xffff; in snd_cs46xx_codec_read()
103 if ((tmp & ACCTL_VFRM) == 0) { in snd_cs46xx_codec_read()
104 dev_warn(chip->card->dev, "ACCTL_VFRM not set 0x%x\n", tmp); in snd_cs46xx_codec_read()
126 snd_cs46xx_pokeBA0(chip, BA0_ACCDA, 0); in snd_cs46xx_codec_read()
143 for (count = 0; count < 1000; count++) { in snd_cs46xx_codec_read()
157 "AC'97 read problem (ACCTL_DCV), reg = 0x%x\n", reg); in snd_cs46xx_codec_read()
158 result = 0xffff; in snd_cs46xx_codec_read()
165 for (count = 0; count < 100; count++) { in snd_cs46xx_codec_read()
177 "AC'97 read problem (ACSTS_VSTS), codec_index %d, reg = 0x%x\n", in snd_cs46xx_codec_read()
[all …]
/linux-5.10/drivers/net/ethernet/intel/
De100.c86 * hardware will not write to a size 0 descriptor and mark the previous
171 static int eeprom_bad_csum_allow = 0;
172 static int use_io = 0;
173 module_param(debug, int, 0);
174 module_param(eeprom_bad_csum_allow, int, 0);
175 module_param(use_io, int, 0);
176 MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
182 PCI_CLASS_NETWORK_ETHERNET << 8, 0xFFFF00, ich }
184 INTEL_8255X_ETHERNET_DEVICE(0x1029, 0),
185 INTEL_8255X_ETHERNET_DEVICE(0x1030, 0),
[all …]
/linux-5.10/arch/m68k/kernel/
Dhead.S311 TC_ENABLE = 0x8000
312 TC_PAGE8K = 0x4000
313 TC_PAGE4K = 0x0000
316 TTR_ENABLE = 0x8000 /* enable transparent translation */
317 TTR_ANYMODE = 0x4000 /* user and kernel mode access */
318 TTR_KERNELMODE = 0x2000 /* only kernel mode access */
319 TTR_USERMODE = 0x0000 /* only user mode access */
320 TTR_CI = 0x0400 /* inhibit cache */
321 TTR_RW = 0x0200 /* read/write mode */
322 TTR_RWM = 0x0100 /* read/write mask */
[all …]
/linux-5.10/fs/exfat/
Dnls.c16 #define UTBL_COUNT (0x10000)
24 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007,
25 0x0008, 0x0009, 0x000a, 0x000b, 0x000c, 0x000d, 0x000e, 0x000f,
26 0x0010, 0x0011, 0x0012, 0x0013, 0x0014, 0x0015, 0x0016, 0x0017,
27 0x0018, 0x0019, 0x001a, 0x001b, 0x001c, 0x001d, 0x001e, 0x001f,
28 0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027,
29 0x0028, 0x0029, 0x002a, 0x002b, 0x002c, 0x002d, 0x002e, 0x002f,
30 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
31 0x0038, 0x0039, 0x003a, 0x003b, 0x003c, 0x003d, 0x003e, 0x003f,
32 0x0040, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047,
[all …]
/linux-5.10/drivers/media/usb/gspca/
Dov534.c29 #define OV534_REG_ADDRESS 0xf1 /* sensor address */
30 #define OV534_REG_SUBADDR 0xf2
31 #define OV534_REG_WRITE 0xf3
32 #define OV534_REG_READ 0xf4
33 #define OV534_REG_OPERATION 0xf5
34 #define OV534_REG_STATUS 0xf6
36 #define OV534_OP_WRITE_3 0x37
37 #define OV534_OP_WRITE_2 0x33
38 #define OV534_OP_READ_2 0xf9
96 .priv = 0},
[all …]
/linux-5.10/arch/powerpc/include/asm/
Dcpm2.h20 #define CPM_CR_RST ((uint)0x80000000)
21 #define CPM_CR_PAGE ((uint)0x7c000000)
22 #define CPM_CR_SBLOCK ((uint)0x03e00000)
23 #define CPM_CR_FLG ((uint)0x00010000)
24 #define CPM_CR_MCN ((uint)0x00003fc0)
25 #define CPM_CR_OPCODE ((uint)0x0000000f)
29 #define CPM_CR_SCC1_SBLOCK (0x04)
30 #define CPM_CR_SCC2_SBLOCK (0x05)
31 #define CPM_CR_SCC3_SBLOCK (0x06)
32 #define CPM_CR_SCC4_SBLOCK (0x07)
[all …]
/linux-5.10/drivers/media/usb/cx231xx/
Dcx231xx-417.c35 #define ITVC_WRITE_DIR 0x03FDFC00
36 #define ITVC_READ_DIR 0x0001FC00
38 #define MCI_MEMORY_DATA_BYTE0 0x00
39 #define MCI_MEMORY_DATA_BYTE1 0x08
40 #define MCI_MEMORY_DATA_BYTE2 0x10
41 #define MCI_MEMORY_DATA_BYTE3 0x18
43 #define MCI_MEMORY_ADDRESS_BYTE2 0x20
44 #define MCI_MEMORY_ADDRESS_BYTE1 0x28
45 #define MCI_MEMORY_ADDRESS_BYTE0 0x30
47 #define MCI_REGISTER_DATA_BYTE0 0x40
[all …]
/linux-5.10/drivers/media/dvb-frontends/
Dstv0900_sw.c43 if (max_carrier > 0x4000) in stv0900_check_signal_presence()
44 max_carrier = 0x4000; in stv0900_check_signal_presence()
46 if ((agc2_integr > 0x2000) in stv0900_check_signal_presence()
71 if (max_carrier > 0x4000) in stv0900_get_sw_loop_params()
72 max_carrier = 0x4000; in stv0900_get_sw_loop_params()
97 if ((freq_inc > max_carrier) || (freq_inc < 0)) in stv0900_get_sw_loop_params()
102 if (srate > 0) in stv0900_get_sw_loop_params()
105 if ((timeout > 100) || (timeout < 0)) in stv0900_get_sw_loop_params()
110 if ((max_steps > 100) || (max_steps < 0)) { in stv0900_get_sw_loop_params()
137 if (max_carrier > 0x4000) in stv0900_search_carr_sw_loop()
[all …]
/linux-5.10/drivers/net/ethernet/calxeda/
Dxgmac.c20 #define XGMAC_CONTROL 0x00000000 /* MAC Configuration */
21 #define XGMAC_FRAME_FILTER 0x00000004 /* MAC Frame Filter */
22 #define XGMAC_FLOW_CTRL 0x00000018 /* MAC Flow Control */
23 #define XGMAC_VLAN_TAG 0x0000001C /* VLAN Tags */
24 #define XGMAC_VERSION 0x00000020 /* Version */
25 #define XGMAC_VLAN_INCL 0x00000024 /* VLAN tag for tx frames */
26 #define XGMAC_LPI_CTRL 0x00000028 /* LPI Control and Status */
27 #define XGMAC_LPI_TIMER 0x0000002C /* LPI Timers Control */
28 #define XGMAC_TX_PACE 0x00000030 /* Transmit Pace and Stretch */
29 #define XGMAC_VLAN_HASH 0x00000034 /* VLAN Hash Table */
[all …]
/linux-5.10/drivers/video/fbdev/
Dw100fb.c58 #define W100_SUSPEND_EXTMEM 0
68 #define REMAPPED_FB_LEN 0x15ffff
95 if (flip > 0) in flip_store()
98 par->flip = 0; in flip_store()
116 printk("Read Register 0x%08lX: 0x%08lX\n", regs, param); in w100fb_reg_read()
127 if (regs <= 0x2000) { in w100fb_reg_write()
128 printk("Write Register 0x%08lX: 0x%08lX\n", regs, param); in w100fb_reg_write()
151 if (simple_strtoul(buf, NULL, 10) > 0) { in fastpllclk_store()
155 par->fastpll_mode=0; in fastpllclk_store()
187 return 0; in w100fb_get_hsynclen()
[all …]
/linux-5.10/drivers/media/pci/saa7164/
Dsaa7164-api.c18 return 0; in saa7164_api_get_load_info()
22 i->deviceinst = 0; in saa7164_api_get_load_info()
23 i->devicespec = 0; in saa7164_api_get_load_info()
24 i->mode = 0; in saa7164_api_get_load_info()
25 i->status = 0; in saa7164_api_get_load_info()
27 ret = saa7164_cmd_send(dev, 0, GET_CUR, in saa7164_api_get_load_info()
30 printk(KERN_ERR "%s() error, ret = 0x%x\n", __func__, ret); in saa7164_api_get_load_info()
47 memset(&d, 0, sizeof(d)); in saa7164_api_collect_debug()
49 ret = saa7164_cmd_send(dev, 0, GET_CUR, in saa7164_api_collect_debug()
52 printk(KERN_ERR "%s() error, ret = 0x%x\n", in saa7164_api_collect_debug()
[all …]
/linux-5.10/drivers/net/ethernet/packetengines/
Dyellowfin.c35 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
42 static int dma_ctrl = 0x004A0263; /* Constrained by errata */
43 static int fifo_cfg = 0x0020; /* Bypass external Tx FIFO. */
45 static int dma_ctrl = 0x00CAC277; /* Override when loading module! */
46 static int fifo_cfg = 0x0028;
48 static const int dma_ctrl = 0x004A0263; /* Constrained by errata */
49 static const int fifo_cfg = 0x0020; /* Bypass external Tx FIFO. */
117 module_param(max_interrupt_work, int, 0);
118 module_param(mtu, int, 0);
119 module_param(debug, int, 0);
[all …]
/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c31 #define PHYS_OFFSET 0
156 *value = ~0ULL; in etnaviv_gpu_get_param()
164 return 0; in etnaviv_gpu_get_param()
181 specs[0] = gpu_read(gpu, VIVS_HI_CHIP_SPECS); in etnaviv_hw_specs()
186 gpu->identity.stream_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
188 gpu->identity.register_max = etnaviv_field(specs[0], in etnaviv_hw_specs()
190 gpu->identity.thread_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
192 gpu->identity.vertex_cache_size = etnaviv_field(specs[0], in etnaviv_hw_specs()
194 gpu->identity.shader_core_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
196 gpu->identity.pixel_pipes = etnaviv_field(specs[0], in etnaviv_hw_specs()
[all …]
/linux-5.10/drivers/pcmcia/
Di82365.c66 if (request_irq(irq, i365_count_irq, flags, "x", i365_count_irq) != 0) in _check_irq()
69 return 0; in _check_irq()
77 static unsigned long i365_base = 0x3e0;
78 /* Should we probe at 0x3e2 for an extra ISA controller? */
79 static int extra_sockets = 0;
83 static u_int irq_mask = 0xffff;
86 /* The card status change interrupt -- 0 means autoselect */
87 static int cs_irq = 0;
91 /* Poll status interval -- 0 means default to interrupt */
92 static int poll_interval = 0;
[all …]
/linux-5.10/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c93 ret = i2c_algo_dp_aux_transaction(adapter, mode, 0, NULL); in i2c_algo_dp_aux_address()
112 (void) i2c_algo_dp_aux_transaction(adapter, mode, 0, NULL); in i2c_algo_dp_aux_stop()
147 ret = i2c_algo_dp_aux_transaction(adapter, MODE_I2C_READ, 0, byte_ret); in i2c_algo_dp_aux_get_byte()
156 int ret = 0; in i2c_algo_dp_aux_xfer()
161 for (m = 0; m < num; m++) { in i2c_algo_dp_aux_xfer()
164 reading = (msgs[m].flags & I2C_M_RD) != 0; in i2c_algo_dp_aux_xfer()
166 if (ret < 0) in i2c_algo_dp_aux_xfer()
169 for (b = 0; b < len; b++) { in i2c_algo_dp_aux_xfer()
171 if (ret < 0) in i2c_algo_dp_aux_xfer()
175 for (b = 0; b < len; b++) { in i2c_algo_dp_aux_xfer()
[all …]
/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dpcie.c30 } while (0)
63 BRCMF_FW_ENTRY(BRCM_CC_43602_CHIP_ID, 0xFFFFFFFF, 43602),
64 BRCMF_FW_ENTRY(BRCM_CC_43465_CHIP_ID, 0xFFFFFFF0, 4366C),
65 BRCMF_FW_ENTRY(BRCM_CC_4350_CHIP_ID, 0x000000FF, 4350C),
66 BRCMF_FW_ENTRY(BRCM_CC_4350_CHIP_ID, 0xFFFFFF00, 4350),
67 BRCMF_FW_ENTRY(BRCM_CC_43525_CHIP_ID, 0xFFFFFFF0, 4365C),
68 BRCMF_FW_ENTRY(BRCM_CC_4356_CHIP_ID, 0xFFFFFFFF, 4356),
69 BRCMF_FW_ENTRY(BRCM_CC_43567_CHIP_ID, 0xFFFFFFFF, 43570),
70 BRCMF_FW_ENTRY(BRCM_CC_43569_CHIP_ID, 0xFFFFFFFF, 43570),
71 BRCMF_FW_ENTRY(BRCM_CC_43570_CHIP_ID, 0xFFFFFFFF, 43570),
[all …]
/linux-5.10/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c23 #define VIVID_CID_CUSTOM_BASE (V4L2_CID_USER_BASE | 0xf000)
24 #define VIVID_CID_BUTTON (VIVID_CID_CUSTOM_BASE + 0)
37 #define VIVID_CID_VIVID_BASE (0x00f00000 | 0xf000)
38 #define VIVID_CID_VIVID_CLASS (0x00f00000 | 1)
39 #define VIVID_CID_TEST_PATTERN (VIVID_CID_VIVID_BASE + 0)
123 return 0; in vivid_user_gen_s_ctrl()
142 .min = 0,
153 .min = 0xffffffff80000000ULL,
154 .max = 0x7fffffff,
163 .min = 0x8000000000000000ULL,
[all …]
/linux-5.10/drivers/pci/hotplug/
Dibmphp_hpc.c28 static int to_debug = 0;
29 #define debug_polling(fmt, arg...) do { if (to_debug) debug(fmt, arg); } while (0)
43 #define WPG_I2CMBUFL_OFFSET 0x08 // I2C Message Buffer Low
44 #define WPG_I2CMOSUP_OFFSET 0x10 // I2C Master Operation Setup Reg
45 #define WPG_I2CMCNTL_OFFSET 0x20 // I2C Master Control Register
46 #define WPG_I2CPARM_OFFSET 0x40 // I2C Parameter Register
47 #define WPG_I2CSTAT_OFFSET 0x70 // I2C Status Register
52 #define WPG_I2C_AND 0x1000 // I2C AND operation
53 #define WPG_I2C_OR 0x2000 // I2C OR operation
58 #define WPG_READATADDR_MASK 0x00010000 // read,bytes,I2C shifted,index
[all …]
/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_workarounds.c63 [0] = { .gt_stepping = KBL_REVID_A0, .disp_stepping = KBL_REVID_A0 },
74 [0] = { .gt_stepping = TGL_REVID_A0, .disp_stepping = TGL_REVID_A0 },
82 [0] = { .gt_stepping = TGL_REVID_A0, .disp_stepping = TGL_REVID_B0 },
118 unsigned int start = 0, end = wal->count; in _wa_add()
173 GEM_BUG_ON(i915_mmio_reg_offset(wa_[0].reg) == in _wa_add()
176 i915_mmio_reg_offset(wa_[0].reg)) in _wa_add()
179 swap(wa_[1], wa_[0]); in _wa_add()
205 wa_write_masked_or(wal, reg, ~0, set); in wa_write()
217 wa_write_masked_or(wal, reg, clr, 0); in wa_write_clr()
223 wa_add(wal, reg, 0, _MASKED_BIT_ENABLE(val), val); in wa_masked_en()
[all …]
/linux-5.10/drivers/tty/
Damiserial.c218 int oe = 0; in receive_chars()
228 if((serdatr & 0x1ff) == 0) in receive_chars()
233 ch = serdatr & 0xff; in receive_chars()
294 tty_insert_flip_char(&info->tport, 0, TTY_OVERRUN); in receive_chars()
305 custom.serdat = info->x_char | 0x100; in transmit_chars()
308 info->x_char = 0; in transmit_chars()
320 custom.serdat = info->xmit.buf[info->xmit.tail++] | 0x100; in transmit_chars()
385 port->tty->hw_stopped = 0; in check_modem_status()
482 int retval=0; in startup()
510 retval = request_irq(IRQ_AMIGA_VERTB, ser_vbl_int, 0, "serial status", info); in startup()
[all …]
Dsynclink.c101 #define SYNCLINK_GENERIC_HDLC 0
105 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0
107 #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0
111 #define RCLRVALUE 0xffff
115 0, /* unsigned char loopback; */
118 0, /* unsigned long clock_speed; */
119 0xff, /* unsigned char addr_filter; */
129 #define SHARED_MEM_ADDRESS_SIZE 0x40000
309 #define MGSL_MAGIC 0x5401
327 #define DCAR 0 /* DMA command/address register */
[all …]
/linux-5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c39 fm10k_workqueue = alloc_workqueue("%s", WQ_MEM_RECLAIM, 0, in fm10k_init_module()
85 dma = dma_map_page(rx_ring->dev, page, 0, PAGE_SIZE, DMA_FROM_DEVICE); in fm10k_alloc_mapped_page()
99 bi->page_offset = 0; in fm10k_alloc_mapped_page()
136 rx_desc = FM10K_RX_DESC(rx_ring, 0); in fm10k_alloc_rx_buffers()
142 rx_desc->d.staterr = 0; in fm10k_alloc_rx_buffers()
185 rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0; in fm10k_reuse_rx_page()
493 ntc = (ntc < rx_ring->count) ? ntc : 0; in fm10k_is_non_eop()
564 unsigned int total_bytes = 0, total_packets = 0; in fm10k_clean_rx_irq()
573 cleaned_count = 0; in fm10k_clean_rx_irq()
643 #define FM10K_NVGRE_RESERVED0_FLAGS htons(0x9FFF)
[all …]
/linux-5.10/drivers/pci/
Dquirks.c157 u8 cls = 0; in pci_apply_final_quirks()
191 return 0; in pci_apply_final_quirks()
234 pci_read_config_byte(d, 0x82, &dlc); in quirk_passive_release()
238 pci_write_config_byte(d, 0x82, dlc); in quirk_passive_release()
281 pci_read_config_dword(dev, 0x40, &pmbase); in quirk_tigerpoint_bm_sts()
282 pmbase = pmbase & 0xff80; in quirk_tigerpoint_bm_sts()
285 if (pm1a & 0x10) { in quirk_tigerpoint_bm_sts()
287 outw(0x10, pmbase); in quirk_tigerpoint_bm_sts()
295 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()
306 pci_read_config_byte(dev, 0x08, &rev); in quirk_nopciamd()
[all …]

1...<<61626364656667686970>>...76