Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bcma/
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-4.1.27/arch/m68k/kernel/
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-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Daiutils.c543 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val) in ai_cc_reg() argument
554 bcma_maskset32(cc, regoff, ~mask, val); in ai_cc_reg()
557 w = bcma_read32(cc, regoff); in ai_cc_reg()
Daiutils.h180 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
/linux-4.1.27/arch/alpha/kernel/
Dptrace.c81 static int regoff[] = { variable
119 addr = task_stack_page(task) + regoff[regno]; in get_reg_addr()
/linux-4.1.27/arch/x86/mm/
Dmpx.c92 static const int regoff[] = { in get_reg_offset() local
112 int nr_registers = ARRAY_SIZE(regoff); in get_reg_offset()
149 return regoff[regno]; in get_reg_offset()