Home
last modified time | relevance | path

Searched refs:regoff (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/media/dvb-frontends/
A Dstv0910.c85 u16 regoff; member
573 state->regoff, aclc); in tracking_optimization()
576 state->regoff, 0x2a); in tracking_optimization()
578 state->regoff, aclc); in tracking_optimization()
581 state->regoff, 0x2a); in tracking_optimization()
583 state->regoff, aclc); in tracking_optimization()
586 state->regoff, 0x2a); in tracking_optimization()
588 state->regoff, aclc); in tracking_optimization()
684 state->regoff, in get_bit_error_rate_s()
690 state->regoff, 0x20 | in get_bit_error_rate_s()
[all …]
/linux/arch/x86/lib/
A Dinsn-eval.c420 static const int regoff[] = { in get_reg_offset() local
508 return regoff[regno]; in get_reg_offset()
925 int *regoff, long *eff_addr) in get_eff_addr_reg() argument
937 if (*regoff < 0) in get_eff_addr_reg()
996 if (*regoff == -EDOM) { in get_eff_addr_modrm()
1001 } else if (*regoff < 0) { in get_eff_addr_modrm()
1041 int *regoff, short *eff_addr) in get_eff_addr_modrm_16() argument
1081 *regoff = addr_offset1; in get_eff_addr_modrm_16()
1195 int ret, regoff; in get_addr_ref_16() local
1259 int eff_addr, regoff; in get_addr_ref_32() local
[all …]
/linux/drivers/spi/
A Dspi-altera-platform.c81 struct resource *regoff; in altera_spi_probe() local
89 regoff = platform_get_resource(pdev, IORESOURCE_REG, 0); in altera_spi_probe()
90 if (regoff) in altera_spi_probe()
91 hw->regoff = regoff->start; in altera_spi_probe()
134 dev_info(&pdev->dev, "regoff %u, irq %d\n", hw->regoff, hw->irq); in altera_spi_probe()
A Dspi-xlp.c106 int cs, int regoff) in xlp_spi_reg_read() argument
108 return readl(priv->base + regoff + cs * SPI_CS_OFFSET); in xlp_spi_reg_read()
112 int regoff, u32 val) in xlp_spi_reg_write() argument
114 writel(val, priv->base + regoff + cs * SPI_CS_OFFSET); in xlp_spi_reg_write()
118 int regoff, u32 val) in xlp_spi_sysctl_write() argument
120 writel(val, priv->base + regoff); in xlp_spi_sysctl_write()
A Dspi-altera-core.c48 ret = regmap_write(hw->regmap, hw->regoff + reg, val); in altr_spi_writel()
61 ret = regmap_read(hw->regmap, hw->regoff + reg, val); in altr_spi_readl()
/linux/drivers/bcma/
A Ddriver_pci.c155 uint regoff; in bcma_core_pci_fixcfg() local
157 regoff = BCMA_CORE_PCI_SPROM(BCMA_CORE_PCI_SPROM_PI_OFFSET); in bcma_core_pci_fixcfg()
160 val16 = pcicore_read16(pc, regoff); in bcma_core_pci_fixcfg()
165 pcicore_write16(pc, regoff, val16); in bcma_core_pci_fixcfg()
224 uint regoff; in bcma_core_pci_config_fixup() local
226 regoff = BCMA_CORE_PCI_SPROM(BCMA_CORE_PCI_SPROM_MISC_CONFIG); in bcma_core_pci_config_fixup()
228 val16 = pcicore_read16(pc, regoff); in bcma_core_pci_config_fixup()
232 pcicore_write16(pc, regoff, val16); in bcma_core_pci_config_fixup()
/linux/arch/m68k/kernel/
A Dptrace.c49 static const int regoff[] = { variable
80 else if (regno < ARRAY_SIZE(regoff)) in get_reg()
81 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in get_reg()
105 else if (regno < ARRAY_SIZE(regoff)) in put_reg()
106 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in put_reg()
/linux/drivers/gpio/
A Dgpio-xlp.c205 int gpio, regoff; in xlp_gpio_generic_handler() local
208 regoff = -1; in xlp_gpio_generic_handler()
213 if (regoff != gpio / XLP_GPIO_REGSZ) { in xlp_gpio_generic_handler()
214 regoff = gpio / XLP_GPIO_REGSZ; in xlp_gpio_generic_handler()
215 gpio_stat = readl(priv->gpio_intr_stat + regoff * 4); in xlp_gpio_generic_handler()
/linux/drivers/pinctrl/
A Dpinctrl-microchip-sgpio.c56 u8 regoff[MAXREG]; member
86 .regoff = { 0x00, 0x09, 0x29, 0x2a, 0x2b },
91 .regoff = { 0x00, 0x06, 0x26, 0x04, 0x05 },
97 .regoff = { 0x00, 0x06, 0x26, 0x04, 0x05, 0x2a, 0x32, 0x3a, 0x3e, 0x42 },
139 u32 __iomem *reg = &priv->regs[priv->properties->regoff[rno] + off]; in sgpio_readl()
147 u32 __iomem *reg = &priv->regs[priv->properties->regoff[rno] + off]; in sgpio_writel()
155 u32 __iomem *reg = &priv->regs[priv->properties->regoff[rno] + off]; in sgpio_clrsetbits()
/linux/include/linux/spi/
A Daltera.h44 u32 regoff; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Daiutils.c540 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val) in ai_cc_reg() argument
551 bcma_maskset32(cc, regoff, ~mask, val); in ai_cc_reg()
554 w = bcma_read32(cc, regoff); in ai_cc_reg()
A Daiutils.h180 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
/linux/arch/alpha/kernel/
A Dptrace.c82 static int regoff[] = { variable
120 addr = task_stack_page(task) + regoff[regno]; in get_reg_addr()
/linux/drivers/hwmon/
A Dintel-m10-bmc-hwmon.c365 unsigned int regoff, long *val) in do_sensor_read() argument
370 ret = m10bmc_sys_read(hw->m10bmc, regoff, &regval); in do_sensor_read()
/linux/drivers/infiniband/hw/hfi1/
A Dchip.c14384 unsigned idx, regoff, regidx; in init_qos() local
14388 regoff = (idx % 8) * 8; in init_qos()
14393 << regoff); in init_qos()
14394 reg |= (u64)(tctxt++) << regoff; in init_qos()
14467 regoff = (idx % 8) * 8; in init_fecn_handling()
14471 reg |= (u64)i << regoff; in init_fecn_handling()
14513 u32 regoff; in hfi1_netdev_update_rmt() local
14535 reg = read_csr(dd, regoff); in hfi1_netdev_update_rmt()
14549 write_csr(dd, regoff, reg); in hfi1_netdev_update_rmt()
14550 regoff += 8; in hfi1_netdev_update_rmt()
[all …]

Completed in 67 milliseconds