| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/halmac_8821c/ |
| H A D | halmac_sdio_8821c.c | 257 value8 = PLTFM_SDIO_CMD52_R(offset); in reg_r8_sdio_8821c() 268 value8 = PLTFM_SDIO_CMD52_R(offset); in reg_r8_sdio_8821c() 357 val.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r16_sdio_8821c() 358 val.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r16_sdio_8821c() 379 val.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r16_sdio_8821c() 380 val.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r16_sdio_8821c() 485 val.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r32_sdio_8821c() 486 val.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r32_sdio_8821c() 487 val.byte[2] = PLTFM_SDIO_CMD52_R(offset + 2); in reg_r32_sdio_8821c() 488 val.byte[3] = PLTFM_SDIO_CMD52_R(offset + 3); in reg_r32_sdio_8821c() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/halmac_8821c/ |
| H A D | halmac_sdio_8821c.c | 258 value8 = PLTFM_SDIO_CMD52_R(offset); in reg_r8_sdio_8821c() 269 value8 = PLTFM_SDIO_CMD52_R(offset); in reg_r8_sdio_8821c() 358 val.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r16_sdio_8821c() 359 val.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r16_sdio_8821c() 380 val.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r16_sdio_8821c() 381 val.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r16_sdio_8821c() 486 val.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r32_sdio_8821c() 487 val.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r32_sdio_8821c() 488 val.byte[2] = PLTFM_SDIO_CMD52_R(offset + 2); in reg_r32_sdio_8821c() 489 val.byte[3] = PLTFM_SDIO_CMD52_R(offset + 3); in reg_r32_sdio_8821c() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/halmac_8822b/ |
| H A D | halmac_sdio_8822b.c | 254 value8 = PLTFM_SDIO_CMD52_R(offset); in reg_r8_sdio_8822b() 317 value16.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r16_sdio_8822b() 318 value16.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r16_sdio_8822b() 392 value32.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r32_sdio_8822b() 393 value32.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r32_sdio_8822b() 394 value32.byte[2] = PLTFM_SDIO_CMD52_R(offset + 2); in reg_r32_sdio_8822b() 395 value32.byte[3] = PLTFM_SDIO_CMD52_R(offset + 3); in reg_r32_sdio_8822b()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_sdio_88xx.c | 494 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in r_indir_cmd52_88xx() 501 value8 = PLTFM_SDIO_CMD52_R(reg_data); in r_indir_cmd52_88xx() 586 val.byte[1] = PLTFM_SDIO_CMD52_R(reg_data + 1); in r16_indir_sdio_88xx() 626 val.byte[1] = PLTFM_SDIO_CMD52_R(reg_data + 1); in r32_indir_sdio_88xx() 627 val.byte[2] = PLTFM_SDIO_CMD52_R(reg_data + 2); in r32_indir_sdio_88xx() 628 val.byte[3] = PLTFM_SDIO_CMD52_R(reg_data + 3); in r32_indir_sdio_88xx() 716 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in w_indir_cmd52_88xx() 762 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in w_indir_cmd53_88xx()
|
| H A D | halmac_common_88xx.c | 1261 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1267 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1271 tmp8 = PLTFM_SDIO_CMD52_R(REG_SDIO_CRC_ERR_IDX); in dump_reg_sdio_88xx() 1277 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1280 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1283 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1286 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx()
|
| H A D | halmac_init_88xx.c | 688 value8 = PLTFM_SDIO_CMD52_R(offset); in verify_io_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_sdio_88xx.c | 495 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in r_indir_cmd52_88xx() 502 value8 = PLTFM_SDIO_CMD52_R(reg_data); in r_indir_cmd52_88xx() 587 val.byte[1] = PLTFM_SDIO_CMD52_R(reg_data + 1); in r16_indir_sdio_88xx() 627 val.byte[1] = PLTFM_SDIO_CMD52_R(reg_data + 1); in r32_indir_sdio_88xx() 628 val.byte[2] = PLTFM_SDIO_CMD52_R(reg_data + 2); in r32_indir_sdio_88xx() 629 val.byte[3] = PLTFM_SDIO_CMD52_R(reg_data + 3); in r32_indir_sdio_88xx() 717 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in w_indir_cmd52_88xx() 763 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in w_indir_cmd53_88xx()
|
| H A D | halmac_common_88xx.c | 1270 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1276 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1280 tmp8 = PLTFM_SDIO_CMD52_R(REG_SDIO_CRC_ERR_IDX); in dump_reg_sdio_88xx() 1286 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1289 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1292 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1295 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx()
|
| H A D | halmac_init_88xx.c | 693 value8 = PLTFM_SDIO_CMD52_R(offset); in verify_io_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_sdio_88xx.c | 494 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in r_indir_cmd52_88xx() 501 value8 = PLTFM_SDIO_CMD52_R(reg_data); in r_indir_cmd52_88xx() 586 val.byte[1] = PLTFM_SDIO_CMD52_R(reg_data + 1); in r16_indir_sdio_88xx() 626 val.byte[1] = PLTFM_SDIO_CMD52_R(reg_data + 1); in r32_indir_sdio_88xx() 627 val.byte[2] = PLTFM_SDIO_CMD52_R(reg_data + 2); in r32_indir_sdio_88xx() 628 val.byte[3] = PLTFM_SDIO_CMD52_R(reg_data + 3); in r32_indir_sdio_88xx() 716 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in w_indir_cmd52_88xx() 762 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in w_indir_cmd53_88xx()
|
| H A D | halmac_common_88xx.c | 1269 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1275 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1279 tmp8 = PLTFM_SDIO_CMD52_R(REG_SDIO_CRC_ERR_IDX); in dump_reg_sdio_88xx() 1285 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1288 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1291 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1294 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx()
|
| H A D | halmac_init_88xx.c | 692 value8 = PLTFM_SDIO_CMD52_R(offset); in verify_io_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_sdio_88xx.c | 494 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in r_indir_cmd52_88xx() 501 value8 = PLTFM_SDIO_CMD52_R(reg_data); in r_indir_cmd52_88xx() 586 val.byte[1] = PLTFM_SDIO_CMD52_R(reg_data + 1); in r16_indir_sdio_88xx() 626 val.byte[1] = PLTFM_SDIO_CMD52_R(reg_data + 1); in r32_indir_sdio_88xx() 627 val.byte[2] = PLTFM_SDIO_CMD52_R(reg_data + 2); in r32_indir_sdio_88xx() 628 val.byte[3] = PLTFM_SDIO_CMD52_R(reg_data + 3); in r32_indir_sdio_88xx() 716 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in w_indir_cmd52_88xx() 762 tmp = PLTFM_SDIO_CMD52_R(reg_cfg + 2); in w_indir_cmd53_88xx()
|
| H A D | halmac_common_88xx.c | 1269 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1275 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1279 tmp8 = PLTFM_SDIO_CMD52_R(REG_SDIO_CRC_ERR_IDX); in dump_reg_sdio_88xx() 1285 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1288 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1291 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx() 1294 tmp8 = PLTFM_SDIO_CMD52_R(i); in dump_reg_sdio_88xx()
|
| H A D | halmac_init_88xx.c | 693 value8 = PLTFM_SDIO_CMD52_R(offset); in verify_io_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/halmac_8822c/ |
| H A D | halmac_sdio_8822c.c | 315 value8 = PLTFM_SDIO_CMD52_R(offset); in reg_r8_sdio_8822c() 382 value16.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r16_sdio_8822c() 383 value16.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r16_sdio_8822c() 486 value32.byte[0] = PLTFM_SDIO_CMD52_R(offset); in reg_r32_sdio_8822c() 487 value32.byte[1] = PLTFM_SDIO_CMD52_R(offset + 1); in reg_r32_sdio_8822c() 488 value32.byte[2] = PLTFM_SDIO_CMD52_R(offset + 2); in reg_r32_sdio_8822c() 489 value32.byte[3] = PLTFM_SDIO_CMD52_R(offset + 3); in reg_r32_sdio_8822c()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/ |
| H A D | halmac_type.h | 73 #define PLTFM_SDIO_CMD52_R(offset) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/ |
| H A D | halmac_type.h | 72 #define PLTFM_SDIO_CMD52_R(offset) \ macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/ |
| H A D | halmac_type.h | 72 #define PLTFM_SDIO_CMD52_R(offset) \ macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/ |
| H A D | halmac_type.h | 72 #define PLTFM_SDIO_CMD52_R(offset) \ macro
|