Searched refs:mread (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/media/pci/mantis/ |
| D | mantis_common.h | 46 #define mread(addr) readl(addr) macro 49 #define mmread(addr) mread(mantis->mmio + (addr))
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | xmon.c | 120 static int mread(unsigned long, void *, int); 854 if (mread(bp->address, &bp->instr[0], 4) != 4) { in insert_bpts() 905 if (mread(bp->address, &instr, 4) == 4 in remove_bpts() 1127 if (mread(regs->nip, &instr, 4) == 4) { in do_step() 1270 if (mread(adrs+i, &v, 1) == 0) { in csum() 1291 if (!mread(addr, &instr, sizeof(instr))) { in check_bp_loc() 1530 if (!mread(sp + LRSAVE_OFFSET, &ip, sizeof(unsigned long)) in xmon_show_stack() 1531 || !mread(sp, &newsp, sizeof(unsigned long))) { in xmon_show_stack() 1549 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack() 1575 if (mread(sp + MARKER_OFFSET, &marker, sizeof(unsigned long)) in xmon_show_stack() [all …]
|