C Pastebin - Nopaste - Paste - easy sharing of text and codes

Posted by F2 on Sat 3rd Nov 05:23 (modification of post by F2 view diff)
diff | download | new post

  1. int func1(int n) {
  2.         if(n==0){return(6);}
  3.     return ((int)log2(n));
  4. }
  5. char levelStrings[7] = {'L','M','H','E','F','C','X'};
  6. fprintf(fp, "%s  %s  %d   %c    ",tString+11,log->file,log->line,levelStrings[func1(log->ssMask%64)]);
  7.  
  8. 18:35:45.634  mcpm_npa.c  317   H    MCPM_NPA: CLKCPU freq CB notified with 1
  9. 18:35:45.634  mcpm_npa.c  413   H    MCPM_NPA: L1 RF CB notified with 1
  10. 18:35:45.634  mcpm_npa.c  340   H    MCPM_NPA: EBI1 freq CB notified with 1
  11. 18:35:45.634  mcpm_npa.c  438   H    MCPM_NPA: SFAB freq CB notified with 1
  12. 18:35:45.667  mcpm_lpr.c  385   H    MCPM_LPR: Timer CB FW wake-up start 0 999371
  13. 18:35:45.667  mcpm_saw.c  744   H    MCPM FW WAKE-UP Start 0xf3fcb 0xf3fcc 0xf3fcc
  14. 18:35:45.687  sleepctl.c  3773   M    Warmup 391 sclks >= 65 reqd
  15. 18:35:45.687  mcpm_drv.c  833   H    Matched MCPMDRV cfg API type : 94 0 0 sclks 0xF426E
  16. 18:35:45.687  mcpm_drv_mux.c  483   H    MCPMDRV cfg Voltage level going LOW_TO_HIGH is  3
  17. 18:35:45.687  mcpm_drv_mux.c  491   H    MCPM Skip VDD_CX NOM request based on Bus BW
  18. 18:35:45.687  mcpm_drv_mux.c  546   H    MCPMDRV Request Q6SW 500 MHz  Q6FW 500 MHz bus BW 1000 Mbps
  19. 18:35:45.687  mcpm_npa.c  1469   H    MCPM_NPA: No Imm CLKCPU req of 500000 sent as request is same as scheduled!!
  20. 18:35:45.687  mcpm_npa.c  1670   H    MCPM_NPA: No Imm EBI1 req of 200000  sent as request is same as scheduled!!
  21. 18:35:45.687  mcpm_npa.c  1133   H    MCPM_NPA: No Imm Bus req of 1000 sent as request is same as scheduled!!
  22. 18:35:45.687  mcpm_drv_mux.c  644   H    mss_bus = 72 MHz, mdm_tdec = 144 MHz, mdm_cdma_hdr = 72 MHz, mdm_vpe = 0 MHz, muxed_hw_blk_enable_status = 0x219F
  23. 18:35:45.687  mcpm_drv.c  1019   H    MCPMDRV offline speed changed!! Old 0x0 and New 0x3b
  24. 18:35:45.688  mcpm_drv_mux.c  914   H    GSM clock Turned ON
  25. 18:35:45.688  mcpm.c  1633   H    MCPM DRV Config Successful, MCPMDRV MUX config duration: 420 uSecond, sclks: 0xF427D
  26. 18:35:45.688  fws_sleep.c  820   H    FWS wakeup successful
  27. 18:35:45.688  mcpm_saw.c  506   H    Woke up FW, configure clock 500000

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


I'm Human
Remember me



Captcha required for posting