Searched refs:regptr (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/pmc-sierra/msp71xx/
H A Dmsp_regs.h135 * the readw/writew macros. Or they could use the regptr() macro
161 #define regptr(addr) (KSEG1ADDR(addr)) macro
163 #define regptr(addr) ((volatile u32 *const)(KSEG1ADDR(addr))) macro
173 #define DEV_ID_REG regptr(MSP_SLP_BASE + 0x00)
175 #define FWR_ID_REG regptr(MSP_SLP_BASE + 0x04)
177 #define SYS_ID_REG0 regptr(MSP_SLP_BASE + 0x08)
179 #define SYS_ID_REG1 regptr(MSP_SLP_BASE + 0x0C)
183 #define RST_STS_REG regptr(MSP_SLP_BASE + 0x10)
185 #define RST_SET_REG regptr(MSP_SLP_BASE + 0x14)
187 #define RST_CLR_REG regptr(MSP_SLP_BAS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe7x.c291 struct msm_pmem_region *regptr; local
298 regptr = ad->region;
302 regptr->paddr, regptr->y_off, regptr->cbcr_off);
306 *bptr = regptr->paddr + regptr->y_off;
308 *bptr = regptr->paddr + regptr->cbcr_off;
311 regptr
354 struct msm_pmem_region *regptr; local
[all...]
H A Dmsm_vfe8x.c46 struct msm_pmem_region *regptr; local
51 regptr = ad->region;
61 *p1 = regptr->paddr + regptr->y_off;
64 *p2 = regptr->paddr + regptr->cbcr_off;
67 regptr++;
73 regptr = &(ad->region[ad->bufnum1]);
83 regptr->paddr, regptr
522 struct msm_pmem_region *regptr; local
[all...]
H A Dmsm_camera.c157 struct msm_pmem_region *regptr; local
162 regptr = reg;
166 *regptr = *region;
170 regptr++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dio.c37 unsigned int regptr, val; local
41 regptr = ((reg << 16) & mask) | (chn & PTR_CHANNELNUM_MASK);
51 outl(regptr, emu->port + PTR);
58 outl(regptr, emu->port + PTR);
69 unsigned int regptr; local
79 regptr = ((reg << 16) & mask) | (chn & PTR_CHANNELNUM_MASK);
90 outl(regptr, emu->port + PTR);
96 outl(regptr, emu->port + PTR);
109 unsigned int regptr, val; local
111 regptr
125 unsigned int regptr; local
[all...]
H A Demuproc.c458 unsigned int regptr, val; local
460 regptr = (reg << 16) | chn;
463 outl(regptr, emu->port + iobase + PTR);
475 unsigned int regptr; local
478 regptr = (reg << 16) | chn;
481 outl(regptr, emu->port + iobase + PTR);
H A Demu10k1x.c300 unsigned int regptr, val; local
302 regptr = (reg << 16) | chn;
305 outl(regptr, emu->port + PTR);
316 unsigned int regptr; local
319 regptr = (reg << 16) | chn;
322 outl(regptr, emu->port + PTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dkgdb.c429 copy_registers_from_stack (int thread_id, registers *regptr) argument
433 unsigned int *d = (unsigned int *)regptr;
437 regptr->sp = (unsigned int)stack_list[thread_id];
438 regptr->pc = s->pc;
439 regptr->dccr = s->dccr;
440 regptr->srp = s->srp;
446 copy_registers_to_stack (int thread_id, registers *regptr) argument
450 unsigned int *s = (unsigned int *)regptr;
455 d->pc = regptr->pc;
456 d->dccr = regptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dcsr.c538 quadlet_t *regptr = NULL; local
577 regptr = &host->csr.bus_manager_id;
578 *store = cpu_to_be32(*regptr);
579 if (*regptr == arg)
580 *regptr = data;
589 regptr = &host->csr.bandwidth_available;
590 old = *regptr;
604 *regptr = new;
614 *regptr = new;
627 regptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Ddma.c644 void __iomem *regptr; local
690 regptr = regs + PL080_Cx_BASE(0);
694 __func__, chno, regptr);
699 chptr->regs = regptr;
700 regptr += PL080_Cx_STRIDE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atari/
H A Datari.c230 static regexp *regptr; variable
250 if (!is_w || regexec(regptr, path, 1)) {
344 if ((regptr = regcomp( file_arg )) == NULL)
348 free(regptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_main.c334 unsigned int regptr, val; local
336 regptr = (reg << 16) | chn;
339 outl(regptr, emu->port + PTR);
350 unsigned int regptr; local
353 regptr = (reg << 16) | chn;
356 outl(regptr, emu->port + PTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddeclance.c295 static inline void writereg(volatile unsigned short *regptr, short value) argument
297 *regptr = value;

Completed in 145 milliseconds