Searched refs:READ_DWORD (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dread_dword.h1 #ifndef READ_DWORD
2 #define READ_DWORD macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dio.c168 ExceptionCauseTable[(READ_DWORD(&xcept->cr) & 0x0000007c) >> 2]))
170 READ_DWORD(&xcept->sr), READ_DWORD(&xcept->cr),
171 READ_DWORD(&xcept->epc), READ_DWORD(&xcept->vaddr)))
173 READ_DWORD(&regs[ 0]), READ_DWORD(&regs[ 1]),
174 READ_DWORD(&regs[ 2]), READ_DWORD(&regs[ 3])))
176 READ_DWORD(
[all...]
H A Ds_pri.c58 TrapID = READ_DWORD(&base[0x80]) ;
64 regs[0] = READ_DWORD(&base[MP_PROTOCOL_OFFSET + 0x70]);
65 regs[1] = READ_DWORD(&base[MP_PROTOCOL_OFFSET + 0x74]);
66 regs[2] = READ_DWORD(&base[MP_PROTOCOL_OFFSET + 0x78]);
67 regs[3] = READ_DWORD(&base[MP_PROTOCOL_OFFSET + 0x7c]);
133 if ( !(READ_DWORD(cfg) & 0x80000000) ) {
H A Ds_4bri.c61 TrapID = READ_DWORD(&base[0x80]) ;
69 regs[0] = READ_DWORD((base + offset) + 0x70);
70 regs[1] = READ_DWORD((base + offset) + 0x74);
71 regs[2] = READ_DWORD((base + offset) + 0x78);
72 regs[3] = READ_DWORD((base + offset) + 0x7c);
H A Dos_pri.c356 i = READ_DWORD(&boot->live);
359 if (i == READ_DWORD(&boot->live)) {
365 if (READ_DWORD(&boot->err)) {
368 READ_DWORD(&boot->err)))
464 if ((READ_DWORD(&boot->signature) >> 16) == 0x4447) {
476 TrapId = READ_DWORD(&p[0x80]);
477 debug = READ_DWORD(&p[0x1c]);
479 IoAdapter->ANum, READ_DWORD(&boot->signature),
H A Dplatform.h320 #define READ_DWORD(addr) readl(addr) macro

Completed in 48 milliseconds