Home
last modified time | relevance | path

Searched refs:DUMP_MEMORY (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Ddebug_ext.h150 #define DUMP_MEMORY(addr, size) \ macro
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c3271 DUMP_MEMORY(&p_Fm->p_FmBmiRegs->fmbm_pp[hardwarePortId-1], sizeof(uint32_t)); in FmDumpPortRegs()
3274 DUMP_MEMORY(&p_Fm->p_FmBmiRegs->fmbm_pfs[hardwarePortId-1], sizeof(uint32_t)); in FmDumpPortRegs()
3277 DUMP_MEMORY(&p_Fm->p_FmBmiRegs->fmbm_spliodn[hardwarePortId-1], sizeof(uint32_t)); in FmDumpPortRegs()
3280 DUMP_MEMORY(&p_Fm->p_FmFpmRegs->fmfp_ps[hardwarePortId], sizeof(uint32_t)); in FmDumpPortRegs()
3283 DUMP_MEMORY(&p_Fm->p_FmDmaRegs->fmdmplr[hardwarePortId/2], sizeof(uint32_t)); in FmDumpPortRegs()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c6377 DUMP_MEMORY(hh, 0x220);