Home
last modified time | relevance | path

Searched refs:regbase (Results 1 – 3 of 3) sorted by relevance

/arch/mips/rb532/
A Dgpio.c52 void __iomem *regbase; member
102 return !!rb532_get_bit(offset, gpch->regbase + GPIOD); in rb532_gpio_get()
114 rb532_set_bit(value, offset, gpch->regbase + GPIOD); in rb532_gpio_set()
129 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_input()
131 rb532_set_bit(0, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_input()
146 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_output()
149 rb532_set_bit(value, offset, gpch->regbase + GPIOD); in rb532_gpio_direction_output()
151 rb532_set_bit(1, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_output()
189 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOISTAT); in rb532_gpio_set_istat()
207 rb532_gpio_chip->regbase = ioremap(r->start, resource_size(r)); in rb532_gpio_init()
[all …]
/arch/arm/boot/dts/nuvoton/
A Dnuvoton-npcm750-runbmc-olympus.dts76 regbase = <0xf0010000 0x1000>;
82 regbase = <0xf0010000 0x1000>;
88 regbase = <0xf0010000 0x1000>;
93 regbase = <0xf0010000 0x1000>;
/arch/sparc/kernel/
A Dpci_schizo.c135 unsigned long regbase = pbm->pbm_regs; in __schizo_check_stc_error_pbm() local
140 err_base = regbase + SCHIZO_STC_ERR; in __schizo_check_stc_error_pbm()
141 tag_base = regbase + SCHIZO_STC_TAG; in __schizo_check_stc_error_pbm()
142 line_base = regbase + SCHIZO_STC_LINE; in __schizo_check_stc_error_pbm()

Completed in 12 milliseconds