Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx_sdio.c394 value32.dword = PLATFORM_SDIO_CMD53_READ_32(pDriver_adapter, REG_SDIO_INDIRECT_REG_DATA); in halmac_reg_read_32_sdio_88xx()
396 value32.dword = PLATFORM_SDIO_CMD53_READ_32(pDriver_adapter, halmac_offset); in halmac_reg_read_32_sdio_88xx()
H A Dhalmac_func_88xx.c3105 value32 = PLATFORM_SDIO_CMD53_READ_32(pDriver_adapter, halmac_offset); in halmac_verify_io_88xx()
3117 value32 = PLATFORM_SDIO_CMD53_READ_32(pDriver_adapter, halmac_offset); in halmac_verify_io_88xx()
3126 …value32 = PLATFORM_SDIO_CMD53_READ_32(pDriver_adapter, halmac_offset + 2); /* value32 should be 0x… in halmac_verify_io_88xx()
3131 …value32_2 = PLATFORM_SDIO_CMD53_READ_32(pDriver_adapter, halmac_offset + 2); /* value32 should be … in halmac_verify_io_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h29 #define PLATFORM_SDIO_CMD53_READ_32 pHalmac_adapter->pHalmac_platform_api->SDIO_CMD53_R… macro