Home
last modified time | relevance | path

Searched refs:xfer_count (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dplat_sdio.c82 hi_u32 xfer_count; in sdio_patch_readsb() local
145 bus_buf = (hi_u8 *)&xfer_count; in sdio_patch_readsb()
152 if (xfer_count < len) { in sdio_patch_readsb()
153 len = xfer_count; in sdio_patch_readsb()
156 ver_info = oal_kzalloc((xfer_count + 1), OAL_GFP_KERNEL); in sdio_patch_readsb()
158 ver_info = (hi_u8 *)memalign(32, SKB_DATA_ALIGN(xfer_count + 1)); /* 32 */ in sdio_patch_readsb()
166 memset_s(ver_info, xfer_count + 1, 0, xfer_count); in sdio_patch_readsb()
167 ret = bus->ops.bulkRead(bus, HISDIO_REG_FUNC1_FIFO, xfer_count, ver_info, 0); in sdio_patch_readsb()
177 return xfer_count; in sdio_patch_readsb()
[all...]
H A Doal_sdio_host.c233 hi_sdio->sdio_extend->xfer_count = *xfercount; in oal_sdio_xfercount_get()
236 *xfercount = hi_sdio->sdio_extend->xfer_count; in oal_sdio_xfercount_get()
246 hi_sdio->sdio_extend->xfer_count = *xfercount; in oal_sdio_xfercount_get()
261 hi_u32 xfer_count; in oal_sdio_data_sg_irq() local
267 ret = oal_sdio_xfercount_get(bus, &xfer_count); in oal_sdio_data_sg_irq()
272 if (oal_unlikely(oal_sdio_check_rx_len(hi_sdio, xfer_count) != HI_SUCCESS)) { in oal_sdio_data_sg_irq()
273 printk("[SDIO][Err]Sdio Rx Single Transfer len[%u] invalid\n", xfer_count); in oal_sdio_data_sg_irq()
565 hi_u32 ul_extend_len = hi_sdio->sdio_extend->xfer_count; in oal_sdio_transfer_rx_reserved_buff()
681 if (OAL_WARN_ON(HISDIO_ALIGN_4_OR_BLK(sum_len) != hi_sdio->sdio_extend->xfer_count)) { in oal_sdio_build_rx_netbuf_list()
683 sum_len, hi_sdio->sdio_extend->xfer_count, HISDIO_ALIGN_4_OR_BL in oal_sdio_build_rx_netbuf_list()
[all...]
H A Doal_sdio_host_if.h96 hi_u32 xfer_count; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_sdio_device.h121 hi_u32 xfer_count; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.c927 hcc_extfunc->xfer_count = hi_byte_align(total_len, 4); /* 4 bytes align */ in hcc_slave_tx_queue_sched()
929 hcc_extfunc->xfer_count = hi_byte_align(total_len, HISDIO_BLOCK_SIZE); /* 4 bytes align */ in hcc_slave_tx_queue_sched()
934 hi_sdio_send_data(hcc_extfunc->xfer_count); in hcc_slave_tx_queue_sched()

Completed in 6 milliseconds