Home
last modified time | relevance | path

Searched refs:PLATFORM_SDIO_CMD52_READ (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx_sdio.c183 value8 = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset); in halmac_reg_read_8_sdio_88xx()
273 value16.byte[0] = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset); in halmac_reg_read_16_sdio_88xx()
274 value16.byte[1] = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset + 1); in halmac_reg_read_16_sdio_88xx()
278 value16.byte[0] = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset); in halmac_reg_read_16_sdio_88xx()
279 value16.byte[1] = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset + 1); in halmac_reg_read_16_sdio_88xx()
380 value32.byte[0] = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset); in halmac_reg_read_32_sdio_88xx()
381 value32.byte[1] = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset + 1); in halmac_reg_read_32_sdio_88xx()
382 value32.byte[2] = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset + 2); in halmac_reg_read_32_sdio_88xx()
383 value32.byte[3] = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset + 3); in halmac_reg_read_32_sdio_88xx()
390 rtemp = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, REG_SDIO_INDIRECT_REG_CFG + 2); in halmac_reg_read_32_sdio_88xx()
H A Dhalmac_api_88xx.c2530 temp8 = PLATFORM_SDIO_CMD52_READ(pHalmac_adapter, i); in halmac_debug_88xx()
2536 temp8 = PLATFORM_SDIO_CMD52_READ(pHalmac_adapter, i); in halmac_debug_88xx()
2542 temp8 = PLATFORM_SDIO_CMD52_READ(pHalmac_adapter, i); in halmac_debug_88xx()
2545 temp8 = PLATFORM_SDIO_CMD52_READ(pHalmac_adapter, i); in halmac_debug_88xx()
2548 temp8 = PLATFORM_SDIO_CMD52_READ(pHalmac_adapter, i); in halmac_debug_88xx()
2551 temp8 = PLATFORM_SDIO_CMD52_READ(pHalmac_adapter, i); in halmac_debug_88xx()
H A Dhalmac_func_88xx.c3090 value8 = PLATFORM_SDIO_CMD52_READ(pDriver_adapter, halmac_offset); in halmac_verify_io_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h26 #define PLATFORM_SDIO_CMD52_READ pHalmac_adapter->pHalmac_platform_api->SDIO_CMD52_READ macro