| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-sched.c | 212 (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 D | ehci-q.c | 115 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 D | ehci.h | 425 struct ehci_per_sched ps; /* scheduling info */ member 492 struct ehci_per_sched ps; /* scheduling info */ member
|
| A D | ehci-hcd.c | 1040 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 D | clk-pll-rk3568.c | 331 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 D | clk-pll-rk3588.c | 655 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 D | win32drv.c | 1236 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 D | gpio.c | 130 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 D | README.md | 9 ps:建议全部开启
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk_factors.h | 44 pv, ps, pw, d1v, d1s, d1w, d2v, d2s, d2w) \ argument 48 ((pv & ((1 << pw) - 1)) << ps) | \
|
| /bsp/qemu-vexpress-a9/.ci/attachconfig/ |
| A D | ci.attachconfig.yml | 42 ps
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | eth_phy_port.c | 158 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 D | CH57x_clk.h | 144 void RTC_GetTime( PUINT16 py, PUINT16 pmon, PUINT16 pd, PUINT16 ph, PUINT16 pm, PUINT16 ps ); …
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/ |
| A D | CH57x_clk.c | 430 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 D | drv_enet_phy.c | 294 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 D | README.md | 11 …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 D | README.md | 154 msh >ps
|
| /bsp/sparkfun-redv/ |
| A D | README.md | 138 ps - List threads in the system.
|
| /bsp/renesas/rzn2l_etherkit/ |
| A D | README_zh.md | 99 ps - List threads in the system
|
| /bsp/avr32/at32uc3b0256/ |
| A D | README.md | 87 The output information on serial port for `ps' the command should look like this:
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Device/Maxim/MAX32660/Include/ |
| A D | gpio_regs.h | 126 __IO uint32_t ps; /**< <tt>\b 0xB8:</tt> GPIO PS Register */ member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/ce/ |
| A D | test_ce.h | 1515 …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 D | README.md | 148 The output information on serial port for `ps' the command should look like this:
|
| /bsp/renesas/ra6m3-hmi-board/ |
| A D | README.md | 99 ps - List threads in the system.
|
| /bsp/renesas/rzn2l_rsk/ |
| A D | README.md | 100 ps - List threads in the system
|