Home
last modified time | relevance | path

Searched refs:len_unit1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/halmac_8822c/
H A Dhalmac_sdio_8822c.c783 u32 len_unit4, len_unit1, value32; in get_sdio_tx_addr_8822c() local
834 len_unit1 = (len_unit4 << 2); in get_sdio_tx_addr_8822c()
856 len_unit1 < block_size)) { in get_sdio_tx_addr_8822c()
861 len_unit1 >= block_size)) { in get_sdio_tx_addr_8822c()
862 value32 = len_unit1 % block_size; in get_sdio_tx_addr_8822c()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A D_sdio.c386 u32 len_unit1, len_unit8, val32, size; in tx_cmd_addr_sdio() local
404 len_unit1 = (len_unit8 << 3); in tx_cmd_addr_sdio()
414 if (len_unit1 == SDIO_BYTE_MODE_SIZE_MAX) { in tx_cmd_addr_sdio()
423 } else if (len_unit1 >= block_size) { in tx_cmd_addr_sdio()
425 } else if (len_unit1 < SDIO_BYTE_MODE_SIZE_MAX) { in tx_cmd_addr_sdio()
439 val32 = len_unit1 & (block_size - 1); in tx_cmd_addr_sdio()