Searched refs:regoff (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/bcma/
H A Ddriver_pci.c155 uint regoff; bcma_core_pci_fixcfg() local
157 regoff = BCMA_CORE_PCI_SPROM(BCMA_CORE_PCI_SPROM_PI_OFFSET); bcma_core_pci_fixcfg()
160 val16 = pcicore_read16(pc, regoff); bcma_core_pci_fixcfg()
165 pcicore_write16(pc, regoff, val16); bcma_core_pci_fixcfg()
224 uint regoff; bcma_core_pci_config_fixup() local
226 regoff = BCMA_CORE_PCI_SPROM(BCMA_CORE_PCI_SPROM_MISC_CONFIG); bcma_core_pci_config_fixup()
228 val16 = pcicore_read16(pc, regoff); bcma_core_pci_config_fixup()
232 pcicore_write16(pc, regoff, val16); bcma_core_pci_config_fixup()
/linux-4.1.27/arch/m68k/kernel/
H A Dptrace.c49 static const int regoff[] = { variable
80 else if (regno < ARRAY_SIZE(regoff)) get_reg()
81 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); get_reg()
105 else if (regno < ARRAY_SIZE(regoff)) put_reg()
106 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); put_reg()
/linux-4.1.27/arch/alpha/kernel/
H A Dptrace.c81 static int regoff[] = { variable
119 addr = task_stack_page(task) + regoff[regno]; get_reg_addr()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.c543 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val) ai_cc_reg() argument
554 bcma_maskset32(cc, regoff, ~mask, val); ai_cc_reg()
557 w = bcma_read32(cc, regoff); ai_cc_reg()
H A Daiutils.h180 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
/linux-4.1.27/arch/x86/mm/
H A Dmpx.c92 static const int regoff[] = { get_reg_offset() local
112 int nr_registers = ARRAY_SIZE(regoff); get_reg_offset()
149 return regoff[regno]; get_reg_offset()

Completed in 389 milliseconds