Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 11 of 11) sorted by relevance

/bsp/bouffalo_lab/bl61x/board/
A Dfw_header.c122 # 0 : cmds bypass wrap commands to macro, original mode;
123 # 1 : cmds handle wrap commands, original mode;
124 # 2 : cmds bypass wrap commands to macro, cmds force wrap16 * 4 splitted into two wrap8 * 4;
125 # 3 : cmds handle wrap commands, cmds force wrap16 * 4 splitted into two wrap8 * 4
/bsp/bouffalo_lab/bl808/m0/board/
A Dfw_header.c133 # 0 : cmds bypass wrap commands to macro, original mode;
134 # 1 : cmds handle wrap commands, original mode;
135 # 2 : cmds bypass wrap commands to macro, cmds force wrap16 * 4 splitted into two wrap8 * 4;
136 # 3 : cmds handle wrap commands, cmds force wrap16 * 4 splitted into two wrap8 * 4
/bsp/bouffalo_lab/bl808/lp/board/
A Dfw_header.c133 # 0 : cmds bypass wrap commands to macro, original mode;
134 # 1 : cmds handle wrap commands, original mode;
135 # 2 : cmds bypass wrap commands to macro, cmds force wrap16 * 4 splitted into two wrap8 * 4;
136 # 3 : cmds handle wrap commands, cmds force wrap16 * 4 splitted into two wrap8 * 4
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_snflash.c463 uint16_t cmds = 0; in Nandflash_PageReadToCache() local
475 cmds = (uint16_t)(blockNum << 6) | (uint16_t)pageNum; in Nandflash_PageReadToCache()
476 cmd[2] = (uint8_t)(cmds >> 8); in Nandflash_PageReadToCache()
477 cmd[3] = (uint8_t)(cmds >> 0); in Nandflash_PageReadToCache()
668 uint16_t cmds = 0; in Nandflash_ProgramExecute() local
684 cmd[2] = (uint8_t)(cmds >> 8); in Nandflash_ProgramExecute()
685 cmd[3] = (uint8_t)(cmds >> 0); in Nandflash_ProgramExecute()
716 uint16_t cmds = 0; in Nandflash_Erase() local
722 cmds = (uint16_t)(blockNum << 6); in Nandflash_Erase()
723 cmd[2] = (uint8_t)(cmds >> 8); in Nandflash_Erase()
[all …]
/bsp/w60x/
A DKconfig16 osource "$ENV_DIR/tools/scripts/cmds/Kconfig"
/bsp/amebaz/
A DKconfig16 osource "$ENV_DIR/tools/scripts/cmds/Kconfig"
/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_rtc.c30 rt_uint8_t i2c_write_read_rs(char* cmds, rt_uint32_t cmds_len, char* buf, rt_uint32_t buf_len) in i2c_write_read_rs() argument
48 BCM283X_BSC_FIFO(BCM283X_BSC0_BASE) = cmds[i]; in i2c_write_read_rs()
/bsp/synopsys/boards/
A DREADME.md89 please run the following cmds to build embarc_lib
96 please run the following cmds to build
103 After compile, please use the following cmds to debug
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/
A Dcard.h128 uint8_t cmds; member
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/
A Dco_bt_defines.h2016 uint8_t cmds[SUPP_CMDS_LEN]; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dsd.c611 scr->cmds = UNSTUFF_BITS(resp, 32, 2); in mmc_decode_scr()

Completed in 23 milliseconds