Home
last modified time | relevance | path

Searched refs:dump_offset (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-rk3588.c2386 static void dump_offset(const char *name, u32 offset, u32 len) in dump_offset() function
2405 dump_offset("LPLL", RK3588_LPLL_CON(16), 0x10); in rk3588_dump_cru()
2406 dump_offset("B0PLL", RK3588_B0_PLL_CON(0), 0x10); in rk3588_dump_cru()
2407 dump_offset("B1PLL", RK3588_B1_PLL_CON(8), 0x10); in rk3588_dump_cru()
2408 dump_offset("GPLL", RK3588_PLL_CON(112), 0x10); in rk3588_dump_cru()
2409 dump_offset("CPLL", RK3588_PLL_CON(104), 0x10); in rk3588_dump_cru()
2410 dump_offset("V0PLL", RK3588_PLL_CON(88), 0x10); in rk3588_dump_cru()
2411 dump_offset("AUPLL", RK3588_PLL_CON(96), 0x10); in rk3588_dump_cru()
2412 dump_offset("PPLL", RK3588_PMU_PLL_CON(128), 0x10); in rk3588_dump_cru()
2413 dump_offset("DSUCRU_SEL", RK3588_DSU_CLKSEL_CON(0), 0x20); in rk3588_dump_cru()
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dpm_domains.c1349 static void dump_offset(const char *name, u32 offset) in dump_offset() function
1364 dump_offset("pwr", g_pmu->info->pwr_offset); in rockchip_dump_pmu()
1365 dump_offset("status", g_pmu->info->status_offset); in rockchip_dump_pmu()
1366 dump_offset("req", g_pmu->info->req_offset); in rockchip_dump_pmu()
1367 dump_offset("idle", g_pmu->info->idle_offset); in rockchip_dump_pmu()
1368 dump_offset("ack", g_pmu->info->ack_offset); in rockchip_dump_pmu()
1369 dump_offset("mem_pwr", g_pmu->info->mem_pwr_offset); in rockchip_dump_pmu()
1370 dump_offset("chain_st", g_pmu->info->chain_status_offset); in rockchip_dump_pmu()
1371 dump_offset("mem_st", g_pmu->info->mem_status_offset); in rockchip_dump_pmu()
1372 dump_offset("repair_st", g_pmu->info->repair_status_offset); in rockchip_dump_pmu()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h264 unsigned short dump_offset; /* pointeroffset to DUMP space */ member
H A Dsun3_82586.c1171 dump_cmd->dump_offset = make16((dump_cmd + 1));
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.c10318 uint16 dump_offset = 0; in dhdpcie_sromotp_customvar() local
10463 while (dump_offset < dump_size) { in dhdpcie_sromotp_customvar()
10464 *(otp_dump + dump_offset) = *(nvm_shadow + dump_offset); in dhdpcie_sromotp_customvar()
10465 dump_offset += 0x1; in dhdpcie_sromotp_customvar()
10529 uint16 dump_offset = 0; in dhdpcie_cc_nvmshadow() local
10682 while (dump_offset < dump_size) { in dhdpcie_cc_nvmshadow()
10683 if (dump_offset % 2 == 0) in dhdpcie_cc_nvmshadow()
10685 bcm_bprintf(b, "\n 0x%04x", dump_offset * 2); in dhdpcie_cc_nvmshadow()
10687 bcm_bprintf(b, "\t0x%04x", *(nvm_shadow + dump_offset)); in dhdpcie_cc_nvmshadow()
10688 dump_offset += 0x1; in dhdpcie_cc_nvmshadow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.c10309 uint16 dump_offset = 0; in dhdpcie_sromotp_customvar() local
10454 while (dump_offset < dump_size) { in dhdpcie_sromotp_customvar()
10455 *(otp_dump + dump_offset) = *(nvm_shadow + dump_offset); in dhdpcie_sromotp_customvar()
10456 dump_offset += 0x1; in dhdpcie_sromotp_customvar()
10520 uint16 dump_offset = 0; in dhdpcie_cc_nvmshadow() local
10673 while (dump_offset < dump_size) { in dhdpcie_cc_nvmshadow()
10674 if (dump_offset % 2 == 0) in dhdpcie_cc_nvmshadow()
10676 bcm_bprintf(b, "\n 0x%04x", dump_offset * 2); in dhdpcie_cc_nvmshadow()
10678 bcm_bprintf(b, "\t0x%04x", *(nvm_shadow + dump_offset)); in dhdpcie_cc_nvmshadow()
10679 dump_offset += 0x1; in dhdpcie_cc_nvmshadow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.c10309 uint16 dump_offset = 0; in dhdpcie_sromotp_customvar() local
10454 while (dump_offset < dump_size) { in dhdpcie_sromotp_customvar()
10455 *(otp_dump + dump_offset) = *(nvm_shadow + dump_offset); in dhdpcie_sromotp_customvar()
10456 dump_offset += 0x1; in dhdpcie_sromotp_customvar()
10520 uint16 dump_offset = 0; in dhdpcie_cc_nvmshadow() local
10673 while (dump_offset < dump_size) { in dhdpcie_cc_nvmshadow()
10674 if (dump_offset % 2 == 0) in dhdpcie_cc_nvmshadow()
10676 bcm_bprintf(b, "\n 0x%04x", dump_offset * 2); in dhdpcie_cc_nvmshadow()
10678 bcm_bprintf(b, "\t0x%04x", *(nvm_shadow + dump_offset)); in dhdpcie_cc_nvmshadow()
10679 dump_offset += 0x1; in dhdpcie_cc_nvmshadow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie.c7097 uint16 dump_offset = 0; in dhdpcie_cc_nvmshadow() local
7250 while (dump_offset < dump_size) { in dhdpcie_cc_nvmshadow()
7251 if (dump_offset % 2 == 0) in dhdpcie_cc_nvmshadow()
7253 bcm_bprintf(b, "\n 0x%04x", dump_offset * 2); in dhdpcie_cc_nvmshadow()
7255 bcm_bprintf(b, "\t0x%04x", *(nvm_shadow + dump_offset)); in dhdpcie_cc_nvmshadow()
7256 dump_offset += 0x1; in dhdpcie_cc_nvmshadow()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c6007 u32 i, dump_offset = 0, results_offset = 0; in qed_print_section_params() local
6013 dump_offset += qed_read_param(dump_buf + dump_offset, in qed_print_section_params()
6034 return dump_offset; in qed_print_section_params()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.c14345 uint16 dump_offset = 0; in dhdpcie_cc_nvmshadow() local
14502 while (dump_offset < dump_size) { in dhdpcie_cc_nvmshadow()
14503 if (dump_offset % 2 == 0) in dhdpcie_cc_nvmshadow()
14505 bcm_bprintf(b, "\n 0x%04x", dump_offset * 2); in dhdpcie_cc_nvmshadow()
14507 bcm_bprintf(b, "\t0x%04x", *(nvm_shadow + dump_offset)); in dhdpcie_cc_nvmshadow()
14508 dump_offset += 0x1; in dhdpcie_cc_nvmshadow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.c14338 uint16 dump_offset = 0; in dhdpcie_cc_nvmshadow() local
14495 while (dump_offset < dump_size) { in dhdpcie_cc_nvmshadow()
14496 if (dump_offset % 2 == 0) in dhdpcie_cc_nvmshadow()
14498 bcm_bprintf(b, "\n 0x%04x", dump_offset * 2); in dhdpcie_cc_nvmshadow()
14500 bcm_bprintf(b, "\t0x%04x", *(nvm_shadow + dump_offset)); in dhdpcie_cc_nvmshadow()
14501 dump_offset += 0x1; in dhdpcie_cc_nvmshadow()