Searched refs:WR32_LE (Results 1 – 6 of 6) sorted by relevance
| /system/ulib/ftl/ndm/ |
| A D | ndm_intrnl.c | 161 WR32_LE(crc, &ndm->main_buf[HDR_CRC_LOC]); //lint !e850 in wr_ctrl_page() 270 WR32_LE(ndm->ctrl_seq, &ndm->main_buf[HDR_SEQ_LOC]); in wr_ctrl_info() 274 WR32_LE(ndm->num_dev_blks, &ndm->main_buf[curr_loc]); in wr_ctrl_info() 276 WR32_LE(ndm->block_size, &ndm->main_buf[curr_loc]); in wr_ctrl_info() 280 WR32_LE(ndm->ctrl_blk0, &ndm->main_buf[curr_loc]); in wr_ctrl_info() 282 WR32_LE(ndm->ctrl_blk1, &ndm->main_buf[curr_loc]); in wr_ctrl_info() 286 WR32_LE(ndm->free_virt_blk, &ndm->main_buf[curr_loc]); in wr_ctrl_info() 303 WR32_LE(ndm->xfr_tblk, &ndm->main_buf[curr_loc]); in wr_ctrl_info() 309 WR32_LE(ndm->xfr_fblk, &ndm->main_buf[curr_loc]); in wr_ctrl_info() 373 WR32_LE((ui32)-1, &ndm->main_buf[curr_loc]); in wr_ctrl_info() [all …]
|
| /system/ulib/ftl/ftln/ |
| A D | ftlnp.h | 132 #define SET_MAP_PPN(maddr, pn) WR32_LE(pn, maddr) 150 #define SET_SA_VPN(vpn, spare) WR32_LE(vpn, &spare[1]) 156 #define SET_SA_BC(bc, spare) WR32_LE(bc, &spare[5])
|
| A D | ftln_util.c | 245 WR32_LE(b, lp); in FtlnReport() 248 WR32_LE(wc, lp); in FtlnReport() 254 WR32_LE(-1, lp); in FtlnReport()
|
| A D | ftln_intrnl.c | 1163 WR32_LE(FTLN_META_VER1, &ftl->main_buf[FTLN_META_VER_LOC]); in FtlnMetaWr() 1164 WR32_LE(type, &ftl->main_buf[FTLN_META_TYP_LOC]); in FtlnMetaWr()
|
| A D | ftln_init.c | 868 WR32_LE(ftl->resume_vblk, &ftl->main_buf[0]); in copy_end_mark()
|
| /system/ulib/ftl/inc/ |
| A D | targetos.h | 103 #define WR32_LE(val, addr) \ macro
|
Completed in 15 milliseconds