Home
last modified time | relevance | path

Searched refs:write_data (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_spi.h173 * @param write_data [IN] type #hi_pvoid,TX data pointer.CNcomment;发送数据指针。CNend
184 hi_u32 hi_spi_slave_write(hi_spi_idx spi_id, hi_pvoid write_data, hi_u32 byte_len, hi_u32 time_out_ms);
219 * @param write_data [IN] type #hi_pvoid,TX data pointer.CNcomment;发送数据指针。CNend
229 hi_u32 hi_spi_host_write(hi_spi_idx spi_id, hi_pvoid write_data, hi_u32 byte_len);
263 * @param write_data [IN] type #hi_pvoid,TX data pointer.CNcomment;发送数据指针。CNend
274 hi_u32 hi_spi_host_writeread(hi_spi_idx spi_id, hi_pvoid write_data, hi_pvoid read_data, hi_u32 byte_len);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dhi_spi.c192 static hi_u32 spi_host_writeread(hi_spi_idx id, hi_pvoid write_data, hi_pvoid read_data, hi_u32 byte_len, in spi_host_writeread() argument
198 (!(options & SPI_OPT_SEND_FIX_DATA) && (write_data == HI_NULL)) || in spi_host_writeread()
218 g_spi_ctrl[id]->tx_buf.buf = write_data; in spi_host_writeread()
268 hi_u32 hi_spi_slave_write(hi_spi_idx id, hi_pvoid write_data, hi_u32 byte_len, hi_u32 time_out_ms) in hi_spi_slave_write() argument
272 if ((hi_u32)id > HI_SPI_ID_1 || write_data == HI_NULL || byte_len == 0 || id < HI_SPI_ID_0) { in hi_spi_slave_write()
288 g_spi_ctrl[id]->tx_buf.buf = write_data; in hi_spi_slave_write()
353 hi_u32 hi_spi_host_writeread(hi_spi_idx id, hi_pvoid write_data, hi_pvoid read_data, hi_u32 byte_len) in hi_spi_host_writeread() argument
356 (write_data == HI_NULL) || (read_data == HI_NULL)) { in hi_spi_host_writeread()
359 return spi_host_writeread(id, write_data, read_data, byte_len, SPI_HOST_OPT_BASE); in hi_spi_host_writeread()
370 hi_u32 hi_spi_host_write(hi_spi_idx id, hi_pvoid write_data, hi_u3 argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_demo_efuse.c85 hi_u32 write_data[EFUSE_USR_RW_SAMPLE_BUFF_MAX_LEN] = { in efuse_usr_write() local
97 ret = hi_efuse_usr_write(start_bit, rw_bits, (hi_u8 *)write_data); in efuse_usr_write()
171 hi_u32 write_data[EFUSE_USR_RW_SAMPLE_BUFF_MAX_LEN] = { in efuse_id_write() local
182 ret = hi_efuse_write(efuse_id, (hi_u8 *)write_data); in efuse_id_write()
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkbootimg273 def write_data(args, pagesize): function
305 write_data(args, BOOT_IMAGE_HEADER_V3_PAGESIZE)
307 write_data(args, args.pagesize)
H A Dresource_tool.c756 static bool write_data(int offset_block, void *data, size_t len) in write_data() function
1435 if (!write_data(offset_block, buf, file_size)) in write_file()
1471 return write_data(0, &hdr, sizeof(hdr)); in write_header()
1523 if (!write_data(header.header_size + i * header.tbl_entry_size, &entry, in write_index_tbl()
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c743 static bool write_data(int offset_block, void *data, size_t len) in write_data() function
1416 if (!write_data(offset_block, buf, file_size)) { in write_file()
1454 return write_data(0, &hdr, sizeof(hdr)); in write_header()
1508 if (!write_data(header.header_size + i * header.tbl_entry_size, &entry, sizeof(entry))) { in write_index_tbl()

Completed in 7 milliseconds