Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 25 of 27) sorted by relevance

12

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-sched.c212 (ps->bw_phase << 3) + ps->phase_uf, ps->bw_uperiod, in bandwidth_dbg()
213 ps->phase, ps->phase_uf, ps->period, in bandwidth_dbg()
214 ps->usecs, ps->c_usecs, ps->cs_mask); in bandwidth_dbg()
552 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_link_periodic()
578 if (qh->ps.period > here.qh->ps.period) in qh_link_periodic()
600 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic()
638 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic()
644 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_unlink_periodic()
910 qh->ps.bw_phase = qh->ps.phase & (qh->ps.bw_period - 1); in qh_schedule()
912 qh->ps.cs_mask = qh->ps.period ? in qh_schedule()
[all …]
A Dehci-q.c115 if (!usb_gettoggle(qh->ps.udev, epnum, is_out)) { in qh_update()
117 usb_settoggle(qh->ps.udev, epnum, is_out, 1); in qh_update()
895 qh->ps.phase = NO_FRAME; in qh_make()
898 qh->ps.c_usecs = 0; in qh_make()
910 qh->ps.period = urb->interval >> 3; in qh_make()
917 qh->ps.bw_uperiod = min(tmp, (unsigned)urb->interval); in qh_make()
918 qh->ps.bw_period = qh->ps.bw_uperiod >> 3; in qh_make()
941 qh->ps.period = urb->interval; in qh_make()
950 qh->ps.bw_uperiod = qh->ps.bw_period << 3; in qh_make()
955 qh->ps.udev = urb->dev; in qh_make()
[all …]
A Dehci.h425 struct ehci_per_sched ps; /* scheduling info */ member
492 struct ehci_per_sched ps; /* scheduling info */ member
A Dehci-hcd.c1040 if (qh->ps.bw_uperiod) in ehci_endpoint_disable()
1090 usb_settoggle(qh->ps.udev, epnum, is_out, 0); in ehci_endpoint_reset()
/bsp/rockchip/rk3500/driver/clk/
A Dclk-pll-rk3568.c331 struct rk_cpu_rate_table *ps = cpu_table; in rk_get_cpu_settings() local
333 while (ps->rate) in rk_get_cpu_settings()
335 if (ps->rate == rate) in rk_get_cpu_settings()
339 ++ps; in rk_get_cpu_settings()
341 if (ps->rate != rate) in rk_get_cpu_settings()
347 return ps; in rk_get_cpu_settings()
A Dclk-pll-rk3588.c655 struct rk_cpu_rate_table *ps = cpu_table; in rk_get_cpu_settings() local
657 while (ps->rate) in rk_get_cpu_settings()
659 if (ps->rate == rate) in rk_get_cpu_settings()
663 ++ps; in rk_get_cpu_settings()
665 if (ps->rate != rate) in rk_get_cpu_settings()
671 return ps; in rk_get_cpu_settings()
/bsp/simulator/applications/lvgl/
A Dwin32drv.c1236 PAINTSTRUCT ps; in lv_win32_window_message_callback() local
1237 HDC hdc = BeginPaint(hWnd, &ps); in lv_win32_window_message_callback()
1249 ps.rcPaint.left, in lv_win32_window_message_callback()
1250 ps.rcPaint.top, in lv_win32_window_message_callback()
1251 ps.rcPaint.right - ps.rcPaint.left, in lv_win32_window_message_callback()
1252 ps.rcPaint.bottom - ps.rcPaint.top, in lv_win32_window_message_callback()
1257 ps.rcPaint.right - ps.rcPaint.left, in lv_win32_window_message_callback()
1261 ps.rcPaint.bottom - ps.rcPaint.top, in lv_win32_window_message_callback()
1268 EndPaint(hWnd, &ps); in lv_win32_window_message_callback()
/bsp/maxim/libraries/MAX32660PeriphDriver/Source/
A Dgpio.c130 gpio->ps &= ~cfg->mask; in GPIO_Config()
137 gpio->ps |= cfg->mask; in GPIO_Config()
144 gpio->ps &= ~cfg->mask; in GPIO_Config()
/bsp/gd32/arm/gd32470z-lckfb/board/ports/
A DREADME.md9 ps:建议全部开启
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk_factors.h44 pv, ps, pw, d1v, d1s, d1w, d2v, d2s, d2w) \ argument
48 ((pv & ((1 << pw) - 1)) << ps) | \
/bsp/qemu-vexpress-a9/.ci/attachconfig/
A Dci.attachconfig.yml42 ps
/bsp/hpmicro/hpm6300evk/board/
A Deth_phy_port.c158 char const *ps[] = {"10Mbps", "100Mbps", "1000Mbps"}; in phy_poll_status() local
188 LOG_I("PHY Speed: %s", ps[phy_dev->phy_info.phy_speed]); in phy_poll_status()
/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/
A DCH57x_clk.h144 void RTC_GetTime( PUINT16 py, PUINT16 pmon, PUINT16 pd, PUINT16 ph, PUINT16 pm, PUINT16 ps ); …
/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/
A DCH57x_clk.c430 void RTC_GetTime( PUINT16 py, PUINT16 pmon, PUINT16 pd, PUINT16 ph, PUINT16 pm, PUINT16 ps ) in RTC_GetTime() argument
458 *ps = t%60; in RTC_GetTime()
/bsp/hpmicro/libraries/drivers/
A Ddrv_enet_phy.c294 char const *ps[] = {"10Mbps", "100Mbps", "1000Mbps"}; in phy_poll_status() local
325 LOG_I("PHY Speed: %s", ps[phy_dev->phy_info.phy_speed]); in phy_poll_status()
/bsp/stm32/stm32g474-st-nucleo/
A DREADME.md11 …se 16-bit timers, and one 16-bit low-power timer, and high resolution timer with 184 ps resolution.
61 …- HRTIM (Hi-Resolution and complex waveform builder): 6 x16-bit counters, 184 ps resolution, 12 PWM
/bsp/wch/risc-v/ch32v103r-evt/
A DREADME.md154 msh >ps
/bsp/sparkfun-redv/
A DREADME.md138 ps - List threads in the system.
/bsp/renesas/rzn2l_etherkit/
A DREADME_zh.md99 ps - List threads in the system
/bsp/avr32/at32uc3b0256/
A DREADME.md87 The output information on serial port for `ps' the command should look like this:
/bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Device/Maxim/MAX32660/Include/
A Dgpio_regs.h126 __IO uint32_t ps; /**< <tt>\b 0xB8:</tt> GPIO PS Register */ member
/bsp/allwinner/libraries/sunxi-hal/hal/test/ce/
A Dtest_ce.h1515 …openssl rsa -in rsa_${LEN}_pri.pem -modulus -noout | awk -F = '{print $2}' | xxd -ps -r > rsa_${LE…
1516 …p=0}} /^ /{if(dump==1){gsub(":","");printf "%s", $1}}END{print ""}' | xxd -ps -r > rsa_${LEN}_keyd…
/bsp/avr32/at32uc3a0256/
A DREADME.md148 The output information on serial port for `ps' the command should look like this:
/bsp/renesas/ra6m3-hmi-board/
A DREADME.md99 ps - List threads in the system.
/bsp/renesas/rzn2l_rsk/
A DREADME.md100 ps - List threads in the system

Completed in 77 milliseconds

12