Home
last modified time | relevance | path

Searched refs:log (Results 1 – 6 of 6) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities_9.0/platform/
Dfll_solver-2.0.tcl172 …set configCcoFreq [expr {int(floor(log($ccoFreqMHz * 1000000 / [lindex $::F_MARGIN $ccoIdx]) / log
226 …set configCcoFreq [expr {int(floor(log($ccoFreqMHz * 1000000 / [lindex $::F_MARGIN $ccoIdx]) / log
/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities/platform/
Dfll_solver-2.0.tcl172 …set configCcoFreq [expr {int(floor(log($ccoFreqMHz * 1000000 / [lindex $::F_MARGIN $ccoIdx]) / log
226 …set configCcoFreq [expr {int(floor(log($ccoFreqMHz * 1000000 / [lindex $::F_MARGIN $ccoIdx]) / log
/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities_8.0/platform/
Dfll_solver-2.0.tcl172 …set configCcoFreq [expr {int(floor(log($ccoFreqMHz * 1000000 / [lindex $::F_MARGIN $ccoIdx]) / log
226 …set configCcoFreq [expr {int(floor(log($ccoFreqMHz * 1000000 / [lindex $::F_MARGIN $ccoIdx]) / log
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_chip.h279 hnd_log_t log; member
293 hnd_log_t log; /* Log struct (host copy) */ member
Dwhd_wlioctl.h2550 uint8_t log[WL_PHYRATE_LOG_SIZE]; member
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_chip.c497 address = internal_info->console_addr + offsetof(hnd_cons_t, log); in whd_wifi_read_wlan_log_unsafe()
498 …hd_bus_transfer_backplane_bytes(whd_driver, BUS_READ, address, sizeof(c->log), (uint8_t *)&c->log); in whd_wifi_read_wlan_log_unsafe()
508 c->bufsize = dtoh32(c->log.buf_size); in whd_wifi_read_wlan_log_unsafe()
521 index = dtoh32(c->log.idx); in whd_wifi_read_wlan_log_unsafe()
542 address = dtoh32(c->log.buf); in whd_wifi_read_wlan_log_unsafe()