Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_api_88xx_sdio.c193 value8 = PLATFORM_SDIO_CMD52_READ(driver_adapter, halmac_offset); in halmac_reg_read_8_sdio_88xx()
288 PLATFORM_SDIO_CMD52_READ(driver_adapter, halmac_offset); in halmac_reg_read_16_sdio_88xx()
289 value16.byte[1] = PLATFORM_SDIO_CMD52_READ(driver_adapter, in halmac_reg_read_16_sdio_88xx()
295 value16.byte[0] = PLATFORM_SDIO_CMD52_READ( in halmac_reg_read_16_sdio_88xx()
297 value16.byte[1] = PLATFORM_SDIO_CMD52_READ( in halmac_reg_read_16_sdio_88xx()
414 PLATFORM_SDIO_CMD52_READ(driver_adapter, halmac_offset); in halmac_reg_read_32_sdio_88xx()
415 value32.byte[1] = PLATFORM_SDIO_CMD52_READ(driver_adapter, in halmac_reg_read_32_sdio_88xx()
417 value32.byte[2] = PLATFORM_SDIO_CMD52_READ(driver_adapter, in halmac_reg_read_32_sdio_88xx()
419 value32.byte[3] = PLATFORM_SDIO_CMD52_READ(driver_adapter, in halmac_reg_read_32_sdio_88xx()
425 value32.byte[0] = PLATFORM_SDIO_CMD52_READ( in halmac_reg_read_32_sdio_88xx()
[all …]
Dhalmac_api_88xx.c2614 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx()
2622 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx()
2630 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx()
2634 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx()
2638 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx()
2642 temp8 = PLATFORM_SDIO_CMD52_READ(halmac_adapter, i); in halmac_debug_88xx()
Dhalmac_func_88xx.c3456 PLATFORM_SDIO_CMD52_READ(driver_adapter, halmac_offset); in halmac_verify_io_88xx()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h32 #define PLATFORM_SDIO_CMD52_READ \ macro