Searched refs:regoff (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0910.c | 85 u16 regoff; member 472 read_reg(state, RSTV0910_P2_SFR3 + state->regoff, &symb_freq3); in get_cur_symbol_rate() 473 read_reg(state, RSTV0910_P2_SFR2 + state->regoff, &symb_freq2); in get_cur_symbol_rate() 474 read_reg(state, RSTV0910_P2_SFR1 + state->regoff, &symb_freq1); in get_cur_symbol_rate() 475 read_reg(state, RSTV0910_P2_SFR0 + state->regoff, &symb_freq0); in get_cur_symbol_rate() 476 read_reg(state, RSTV0910_P2_TMGREG2 + state->regoff, &tim_offs2); in get_cur_symbol_rate() 477 read_reg(state, RSTV0910_P2_TMGREG1 + state->regoff, &tim_offs1); in get_cur_symbol_rate() 478 read_reg(state, RSTV0910_P2_TMGREG0 + state->regoff, &tim_offs0); in get_cur_symbol_rate() 504 read_reg(state, RSTV0910_P2_DMDMODCOD + state->regoff, &tmp); in get_signal_parameters() 510 read_reg(state, RSTV0910_P2_VITCURPUN + state->regoff, &tmp); in get_signal_parameters() [all …]
|
| /linux/drivers/bcma/ |
| H A D | driver_pci.c | 155 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/ |
| H A D | ptrace.c | 52 static const int regoff[] = { variable 83 else if (regno < ARRAY_SIZE(regoff)) in get_reg() 84 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in get_reg() 108 else if (regno < ARRAY_SIZE(regoff)) in put_reg() 109 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in put_reg()
|
| /linux/drivers/gpio/ |
| H A D | gpio-xlp.c | 186 int gpio, regoff; in xlp_gpio_generic_handler() local 189 regoff = -1; in xlp_gpio_generic_handler() 194 if (regoff != gpio / XLP_GPIO_REGSZ) { in xlp_gpio_generic_handler() 195 regoff = gpio / XLP_GPIO_REGSZ; in xlp_gpio_generic_handler() 196 gpio_stat = readl(priv->gpio_intr_stat + regoff * 4); in xlp_gpio_generic_handler()
|
| /linux/drivers/spi/ |
| H A D | spi-altera-core.c | 48 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/include/linux/spi/ |
| H A D | altera.h | 44 u32 regoff; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | aiutils.c | 540 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()
|
| /linux/drivers/hwmon/ |
| H A D | intel-m10-bmc-hwmon.c | 583 unsigned int regoff, long *val) in do_sensor_read() argument 588 ret = m10bmc_sys_read(hw->m10bmc, regoff, ®val); in do_sensor_read()
|