Home
last modified time | relevance | path

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

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/
Dflash_ll.h37 return hw->op_sw.busy_sw; in flash_ll_is_busy()
47 hw->op_sw.op_type_sw = cmd; in flash_ll_set_op_cmd()
48 hw->op_sw.op_sw = 1; in flash_ll_set_op_cmd()
49 hw->op_sw.wp_value = 1; in flash_ll_set_op_cmd()
62 hw->op_sw.op_type_sw = FLASH_OP_CMD_RDID; in flash_ll_get_mid()
63 hw->op_sw.op_sw = 1; in flash_ll_get_mid()
159 hw->op_sw.addr_sw_reg = 0; in flash_ll_clear_qwfr()
182 hw->op_sw.addr_sw_reg = erase_addr; in flash_ll_erase_sector()
183 hw->op_sw.op_type_sw = FLASH_OP_CMD_SE; in flash_ll_erase_sector()
184 hw->op_sw.op_sw = 1; in flash_ll_erase_sector()
[all …]
Dflash_hal_debug.c27 SOC_LOGI(" op_sw=0x%x value=0x%x\n", &hw->op_sw, hw->op_sw.v); in flash_struct_dump()
28 SOC_LOGI(" addr_sw_reg: %x\n", hw->op_sw.addr_sw_reg); in flash_struct_dump()
29 SOC_LOGI(" op_type_sw: %x\n", hw->op_sw.op_type_sw); in flash_struct_dump()
30 SOC_LOGI(" op_sw: %x\n", hw->op_sw.op_sw); in flash_struct_dump()
31 SOC_LOGI(" wp_value: %x\n", hw->op_sw.wp_value); in flash_struct_dump()
32 SOC_LOGI(" busy_sw: %x\n", hw->op_sw.busy_sw); in flash_struct_dump()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/soc/
Dflash_struct.h27 uint32_t op_sw: 1; /**< bit[29] */ member
32 } op_sw; member