Home
last modified time | relevance | path

Searched refs:dsize (Results 1 - 4 of 4) sorted by relevance

/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Dcore_802.h1140 \param[in] dsize size of memory block (in number of bytes)
1142 __STATIC_INLINE void csi_dcache_invalid_range (uint32_t *addr, int32_t dsize) in csi_dcache_invalid_range() argument
1145 int32_t op_size = dsize; in csi_dcache_invalid_range()
1185 \param[in] dsize size of memory block (in number of bytes)
1187 __STATIC_INLINE void csi_dcache_clean_range (uint32_t *addr, int32_t dsize) in csi_dcache_clean_range() argument
1190 int32_t op_size = dsize; in csi_dcache_clean_range()
1230 \param[in] dsize size of memory block (in number of bytes)
1232 __STATIC_INLINE void csi_dcache_clean_invalid_range (uint32_t *addr, int32_t dsize) in csi_dcache_clean_invalid_range() argument
1235 int32_t op_size = dsize; in csi_dcache_clean_invalid_range()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus_usb.c529 uint size, dsize; in dbus_usb_doiovar() local
542 dsize = set ? plen - (2 * sizeof(int)) : len; in dbus_usb_doiovar()
543 if (dsize < size) { in dbus_usb_doiovar()
544 DBUSTRACE(("%s: error on %s membytes, addr 0x%08x size %d dsize %d\n", in dbus_usb_doiovar()
545 __FUNCTION__, (set ? "set" : "get"), address, size, dsize)); in dbus_usb_doiovar()
H A Ddhd_sdio.c3271 uint dsize; in dhdsdio_membytes() local
3286 dsize = (SBSDIO_SB_OFT_ADDR_LIMIT - sdaddr); in dhdsdio_membytes()
3288 dsize = size; in dhdsdio_membytes()
3299 __FUNCTION__, (write ? "write" : "read"), dsize, sdaddr, in dhdsdio_membytes()
3301 if (dsize <= MAX_MEM_BUF) { in dhdsdio_membytes()
3304 memcpy(bus->membuf, data, dsize); in dhdsdio_membytes()
3308 if ((bcmerror = bcmsdh_rwdata(bus->sdh, write, sdaddr, pdata, dsize))) { in dhdsdio_membytes()
3312 if (dsize <= MAX_MEM_BUF && !write) in dhdsdio_membytes()
3313 memcpy(data, bus->membuf, dsize); in dhdsdio_membytes()
3316 if ((size -= dsize)) { in dhdsdio_membytes()
[all...]
H A Ddhd_pcie.c3797 uint dsize; in dhdpcie_bus_membytes() local
3819 dsize = sizeof(uint64); in dhdpcie_bus_membytes()
3821 dsize = sizeof(uint32); in dhdpcie_bus_membytes()
3839 dsize = sizeof(uint8); in dhdpcie_bus_membytes()
3844 if ((size -= dsize)) { in dhdpcie_bus_membytes()
3845 data += dsize; in dhdpcie_bus_membytes()
3846 address += dsize; in dhdpcie_bus_membytes()
3863 dsize = sizeof(uint8); in dhdpcie_bus_membytes()
3868 if ((size -= dsize) > 0) { in dhdpcie_bus_membytes()
3869 data += dsize; in dhdpcie_bus_membytes()
[all...]

Completed in 20 milliseconds