Searched refs:mread (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_common.h56 #define mread(addr) readl(addr) macro
59 #define mmread(addr) mread(mantis->mmio + (addr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c104 static int mread(unsigned long, void *, int);
711 if (mread(bp->address, &bp->instr[0], 4) != 4) {
755 if (mread(bp->address, &instr, 4) == 4
928 if (mread(regs->nip, &instr, 4) == 4) {
1066 if (mread(adrs+i, &v, 1) == 0) {
1087 if (!mread(addr, &instr, sizeof(instr))) {
1308 if (!mread(sp + LRSAVE_OFFSET, &ip, sizeof(unsigned long))
1309 || !mread(sp, &newsp, sizeof(unsigned long))) {
1327 mread(newsp + LRSAVE_OFFSET, &nextip,
1353 if (mread(s
1673 mread(unsigned long adrs, void *buf, int size) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c612 int b_flag; /* use mread() */
776 static int mread(int, char *,unsigned);
2492 cnt = mread( s, bufp, count ); /* fill bufp */
2603 mread(int s, char* bufp, unsigned n) function

Completed in 100 milliseconds