Searched refs:regbase (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dvga.h235 static inline unsigned char vga_mm_r (void __iomem *regbase, unsigned short port) argument
237 return readb (regbase + port);
240 static inline void vga_mm_w (void __iomem *regbase, unsigned short port, unsigned char val) argument
242 writeb (val, regbase + port);
245 static inline void vga_mm_w_fast (void __iomem *regbase, unsigned short port, argument
248 writew (VGA_OUT16VAL (val, reg), regbase + port);
251 static inline unsigned char vga_r (void __iomem *regbase, unsigned short port) argument
253 if (regbase)
254 return vga_mm_r (regbase, port);
259 static inline void vga_w (void __iomem *regbase, unsigne argument
268 vga_w_fast(void __iomem *regbase, unsigned short port, unsigned char reg, unsigned char val) argument
282 vga_rcrt(void __iomem *regbase, unsigned char reg) argument
288 vga_wcrt(void __iomem *regbase, unsigned char reg, unsigned char val) argument
314 vga_mm_rcrt(void __iomem *regbase, unsigned char reg) argument
320 vga_mm_wcrt(void __iomem *regbase, unsigned char reg, unsigned char val) argument
335 vga_rseq(void __iomem *regbase, unsigned char reg) argument
341 vga_wseq(void __iomem *regbase, unsigned char reg, unsigned char val) argument
367 vga_mm_rseq(void __iomem *regbase, unsigned char reg) argument
373 vga_mm_wseq(void __iomem *regbase, unsigned char reg, unsigned char val) argument
387 vga_rgfx(void __iomem *regbase, unsigned char reg) argument
393 vga_wgfx(void __iomem *regbase, unsigned char reg, unsigned char val) argument
419 vga_mm_rgfx(void __iomem *regbase, unsigned char reg) argument
425 vga_mm_wgfx(void __iomem *regbase, unsigned char reg, unsigned char val) argument
440 vga_rattr(void __iomem *regbase, unsigned char reg) argument
446 vga_wattr(void __iomem *regbase, unsigned char reg, unsigned char val) argument
464 vga_mm_rattr(void __iomem *regbase, unsigned char reg) argument
470 vga_mm_wattr(void __iomem *regbase, unsigned char reg, unsigned char val) argument
[all...]
H A Dkyro.h16 void __iomem *regbase; member in struct:kyrofb_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/rb532/
H A Dgpio.c41 void __iomem *regbase; member in struct:rb532_gpio_chip
91 return rb532_get_bit(offset, gpch->regbase + GPIOD);
103 rb532_set_bit(value, offset, gpch->regbase + GPIOD);
116 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC);
118 rb532_set_bit(0, offset, gpch->regbase + GPIOCFG);
133 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC);
136 rb532_set_bit(value, offset, gpch->regbase + GPIOD);
138 rb532_set_bit(1, offset, gpch->regbase + GPIOCFG);
161 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOILEVEL);
170 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/
H A Dgpio.c27 void __iomem *regbase; member in struct:pxa_gpio_chip
50 return container_of(c, struct pxa_gpio_chip, chip)->regbase;
125 chips[i].regbase = (void __iomem *)GPIO_BANK(i);
150 grer = __raw_readl(c->regbase + GRER_OFFSET) & ~c->irq_mask;
151 gfer = __raw_readl(c->regbase + GFER_OFFSET) & ~c->irq_mask;
154 __raw_writel(grer, c->regbase + GRER_OFFSET);
155 __raw_writel(gfer, c->regbase + GFER_OFFSET);
179 gpdr = __raw_readl(c->regbase + GPDR_OFFSET);
182 __raw_writel(gpdr | mask, c->regbase + GPDR_OFFSET);
184 __raw_writel(gpdr & ~mask, c->regbase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcirrusfb.c340 u8 __iomem *regbase; member in struct:cirrusfb_info
375 static void cirrusfb_WaitBLT(u8 __iomem *regbase);
376 static void cirrusfb_BitBLT(u8 __iomem *regbase, int bits_per_pixel,
381 static void cirrusfb_RectFill(u8 __iomem *regbase, int bits_per_pixel,
390 static void cirrusfb_dbg_reg_dump(struct fb_info *info, caddr_t regbase);
392 caddr_t regbase,
431 long mclk = vga_rseq(cinfo->regbase, CL_SEQR1F) & 0x3f;
634 old1f = vga_rseq(cinfo->regbase, CL_SEQR1F) & ~0x40;
640 old1e = vga_rseq(cinfo->regbase, CL_SEQR1E) & ~0x1;
644 vga_wseq(cinfo->regbase, CL_SEQR1
658 u8 __iomem *regbase = cinfo->regbase; local
1867 cirrusfb_get_memsize(struct fb_info *info, u8 __iomem *regbase) argument
2557 cirrusfb_WaitBLT(u8 __iomem *regbase) argument
2569 cirrusfb_set_blitter(u8 __iomem *regbase, u_short nwidth, u_short nheight, u_long nsrc, u_long ndest, u_short bltmode, u_short line_length) argument
2629 cirrusfb_BitBLT(u8 __iomem *regbase, int bits_per_pixel, u_short curx, u_short cury, u_short destx, u_short desty, u_short width, u_short height, u_short line_length) argument
2673 cirrusfb_RectFill(u8 __iomem *regbase, int bits_per_pixel, u_short x, u_short y, u_short width, u_short height, u32 fg_color, u32 bg_color, u_short line_length, u_char blitmode) argument
2788 cirrusfb_dbg_print_regs(struct fb_info *info, caddr_t regbase, enum cirrusfb_dbg_reg_class reg_class, ...) argument
2834 cirrusfb_dbg_reg_dump(struct fb_info *info, caddr_t regbase) argument
[all...]
H A Dvgastate.c34 static inline unsigned char vga_rcrtcs(void __iomem *regbase, unsigned short iobase, argument
37 vga_w(regbase, iobase + 0x4, reg);
38 return vga_r(regbase, iobase + 0x5);
41 static inline void vga_wcrtcs(void __iomem *regbase, unsigned short iobase, argument
44 vga_w(regbase, iobase + 0x4, reg);
45 vga_w(regbase, iobase + 0x5, val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-sh.c92 void __iomem *regbase; member in struct:sh_rtc
109 tmp = readb(rtc->regbase + RCR1);
112 writeb(tmp, rtc->regbase + RCR1);
125 tmp = readb(rtc->regbase + RCR1);
128 writeb(tmp, rtc->regbase + RCR1);
142 tmp = readb(rtc->regbase + RCR2);
145 writeb(tmp, rtc->regbase + RCR2);
226 tmp = readb(rtc->regbase + RCR2);
237 writeb(tmp, rtc->regbase + RCR2);
301 tmp = readb(rtc->regbase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dtimer.c50 void __iomem *regbase; member in struct:msm_clock
76 uint32_t now = readl(clock->regbase + TIMER_COUNT_VAL);
80 writel(alarm, clock->regbase + TIMER_MATCH_VAL);
81 now = readl(clock->regbase + TIMER_COUNT_VAL);
101 writel(TIMER_ENABLE_EN, clock->regbase + TIMER_ENABLE);
105 writel(0, clock->regbase + TIMER_ENABLE);
135 .regbase = MSM_GPT_BASE,
162 .regbase = MSM_DGT_BASE,
177 writel(0, clock->regbase + TIMER_ENABLE);
178 writel(0, clock->regbase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dgpio.c50 void __iomem *regbase; /* Base of group register*/ member in struct:nuc900_gpio_chip
57 void __iomem *pio = nuc900_gpio->regbase + GPIO_IN;
69 void __iomem *pio = nuc900_gpio->regbase + GPIO_OUT;
90 void __iomem *pio = nuc900_gpio->regbase + GPIO_DIR;
108 void __iomem *outreg = nuc900_gpio->regbase + GPIO_OUT;
109 void __iomem *pio = nuc900_gpio->regbase + GPIO_DIR;
151 gpio_chip->regbase = GPIO_BASE + i * GROUPINERV;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Diommu2.h88 return __raw_readl(obj->regbase + offs);
93 __raw_writel(val, obj->regbase + offs);
H A Diommu.h32 void __iomem *regbase; member in struct:iommu
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dgpio.c35 void __iomem *regbase; /* Base of register bank */ member in struct:at91_gpio_chip
77 return gpio_chip[pin].regbase;
300 void __iomem *pio = gpio_chip[i].regbase;
321 void __iomem *pio = gpio_chip[i].regbase;
393 pio = at91_gpio->regbase;
407 pio = at91_gpio->regbase;
518 __raw_writel(~0, this->regbase + PIO_IDR);
550 void __iomem *pio = at91_gpio->regbase;
561 void __iomem *pio = at91_gpio->regbase;
572 void __iomem *pio = at91_gpio->regbase;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dgrfioctl.h89 gaddr_t fbbase, regbase;/* framebuffer and register base addr */ member in struct:grf_fbinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dau1xxx-ide.c453 *ata_regs++ = ahwif->regbase + (i << IDE_REG_SHIFT);
456 *ata_regs = ahwif->regbase + (14 << IDE_REG_SHIFT);
535 ahwif->regbase = (u32)ioremap(res->start, resource_size(res));
536 if (ahwif->regbase == 0) {
568 iounmap((void *)ahwif->regbase);
H A Dpmac.c56 unsigned long regbase; member in struct:pmac_ide_hwif
1145 unsigned long regbase; local
1177 regbase = (unsigned long) base;
1181 pmif->regbase = regbase;
1198 pmac_ide_init_ports(&hw, pmif->regbase);
1301 pmif->regbase = (unsigned long) base + 0x2000;
1309 pmac_ide_init_ports(&hw, pmif->regbase);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_ide.h60 u32 regbase; member in struct:__anon9725
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmediabay.c562 u32 __iomem *regbase; local
578 regbase = (u32 __iomem *)ioremap(base, 0x100);
579 if (regbase == NULL) {
587 bay->base = regbase;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dsdhci.h74 void __iomem *regbase,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dsm501.c44 void __iomem *regbase; member in struct:sm501_gpio_chip
908 result = readl(smgpio->regbase + SM501_GPIO_DATA_LOW);
939 void __iomem *regs = smchip->regbase;
963 void __iomem *regs = smchip->regbase;
990 void __iomem *regs = smchip->regbase;
1040 chip->regbase = gpio->regs + SM501_GPIO_DATA_HIGH;
1044 chip->regbase = gpio->regs + SM501_GPIO_DATA_LOW;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A Dfbdev.c687 currentpar->regbase = deviceInfo.pSTGReg =
743 iounmap(currentpar->regbase);
766 iounmap(par->regbase);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Diommu.c933 obj->regbase = ioremap(res->start, resource_size(res));
934 if (!obj->regbase) {
975 iounmap(obj->regbase);
998 iounmap(obj->regbase);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Daty128fb.c405 void __iomem *regbase; /* remapped mmio */ member in struct:aty128fb_par
494 return readl (par->regbase + regindex);
500 writel (val, par->regbase + regindex);
506 return readb (par->regbase + regindex);
512 writeb (val, par->regbase + regindex);
2047 par->regbase = pci_ioremap_bar(pdev, 2);
2048 if (!par->regbase)
2107 iounmap(par->regbase);
2140 iounmap(par->regbase);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci_schizo.c129 unsigned long regbase = pbm->pbm_regs; local
134 err_base = regbase + SCHIZO_STC_ERR;
135 tag_base = regbase + SCHIZO_STC_TAG;
136 line_base = regbase + SCHIZO_STC_LINE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c577 u32 regbase; local
580 regbase = TG3_APE_LOCK_GRANT;
582 regbase = TG3_APE_PER_LOCK_GRANT;
586 tg3_ape_write32(tp, regbase + 4 * i, APE_LOCK_GRANT_DRIVER);

Completed in 437 milliseconds