Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 31) sorted by relevance

12

/components/drivers/pci/
A Daccess.c63 rt_uint32_t devfn, int reg, int width, rt_uint32_t *value) in PCI_OPS()
69 if (width == 1) in PCI_OPS()
73 else if (width == 2) in PCI_OPS()
89 rt_uint32_t devfn, int reg, int width, rt_uint32_t value) in rt_pci_bus_write_config_uxx() argument
95 if (width == 1) in rt_pci_bus_write_config_uxx()
99 else if (width == 2) in rt_pci_bus_write_config_uxx()
115 rt_uint32_t devfn, int reg, int width, rt_uint32_t *value) in rt_pci_bus_read_config_generic_u32() argument
123 if (width <= 2) in rt_pci_bus_read_config_generic_u32()
135 rt_uint32_t devfn, int reg, int width, rt_uint32_t value) in rt_pci_bus_write_config_generic_u32() argument
141 if (width == 4) in rt_pci_bus_write_config_generic_u32()
[all …]
/components/drivers/hwcrypto/
A Dhw_crc.h23 .width = 8, \
32 .width = 16, \
41 .width = 32, \
50 .width = 16, \
59 .width = 16, \
84 rt_uint16_t width; /**< CRC value width */ member
/components/drivers/virtio/
A Dvirtio_gpu.c179 rt_uint32_t *resource_id, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_create_2d_resource() argument
189 req.width = width; in virtio_gpu_create_2d_resource()
252 rt_uint32_t resource_id, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_set_scanout() argument
262 req.r.width = width; in virtio_gpu_set_scanout()
278 rt_uint32_t x, rt_uint32_t y, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_flush_resource() argument
288 req.r.width = width; in virtio_gpu_flush_resource()
313 req.r.width = width; in virtio_gpu_transfer_to_host_2d()
329 rt_uint32_t x, rt_uint32_t y, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_gfx_flush_2d() argument
520 info->x, info->y, info->width, info->height); in virtio_gpu_control()
530 info->width = virtio_gpu_dev->pmode.r.width; in virtio_gpu_control()
[all …]
A Dvirtio_gpu.h119 rt_uint32_t width; member
168 rt_uint32_t width; member
298 rt_uint32_t width; member
A Dvirtio.c371 info->xres = _graphic_info.width; in fb_control()
374 info->xres_virtual = _graphic_info.width; in fb_control()
437 _rect_info.width = _graphic_info.width; in fb_init()
/components/drivers/usb/cherryusb/
A DREADME_zh.md234width="100" height="80"/> <img src="docs/assets/hpmicro.jpg" width="100" height="80" /> <img src=…
A DREADME.md229width="100" height="80"/> <img src="docs/assets/hpmicro.jpg" width="100" height="80" /> <img src=…
230 <img src="docs/assets/actions.jpg" width="100" height="80" /> <img src="docs/assets/nationstech.jp…
/components/drivers/usb/cherryusb/platform/lvgl/
A Dusbh_hid_lvgl.c100 int16_t width = 0; in usbh_hid_lvgl_read_mouse() local
106 width = lv_display_get_physical_horizontal_resolution(disp); in usbh_hid_lvgl_read_mouse()
109 width = lv_display_get_vertical_resolution(disp); in usbh_hid_lvgl_read_mouse()
116 } else if (ctx->mouse.x >= width * ctx->mouse.sensitivity) { in usbh_hid_lvgl_read_mouse()
117 ctx->mouse.x = (width * ctx->mouse.sensitivity) - 1; in usbh_hid_lvgl_read_mouse()
172 int16_t width = 0; in hpm_lvgl_indev_read_cb() local
177 width = indev_drv->disp->driver->hor_res; in hpm_lvgl_indev_read_cb()
180 width = indev_drv->disp->driver->ver_res; in hpm_lvgl_indev_read_cb()
188 } else if (ctx->mouse.x >= width * ctx->mouse.sensitivity) { in hpm_lvgl_indev_read_cb()
189 ctx->mouse.x = (width * ctx->mouse.sensitivity) - 1; in hpm_lvgl_indev_read_cb()
[all …]
/components/libc/compilers/common/
A Dcwchar.c126 int w, width = 0; in wcswidth() local
136 width += w; in wcswidth()
139 return width; in wcswidth()
/components/utilities/ulog/
A Dulog.h48 #define LOG_HEX(name, width, buf, size) ulog_hex(name, width, buf, size) argument
90 void ulog_hexdump(const char *tag, rt_size_t width, const rt_uint8_t *buf, rt_size_t size, ...);
A Dulog_def.h98 #define ulog_hex(TAG, width, buf, size) ulog_hexdump(TAG, width, buf, size) argument
100 #define ulog_hex(TAG, width, buf, size)
A Dulog.c452 … *log_buf, const char *tag, const rt_uint8_t *buf, rt_size_t size, rt_size_t width, rt_base_t addr) argument
477 for (j = 0; j < width; j++)
827 void ulog_hexdump(const char *tag, rt_size_t width, const rt_uint8_t *buf, rt_size_t size, ...) argument
834 for (i = 0; i < size; i += width, buf += width)
836 if (i + width > size)
839 len = width;
840 ulog_voutput(LOG_LVL_DBG, tag, RT_TRUE, buf, len, width, i, RT_NULL, args);
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dwc2_param.h295 unsigned int width; in dwc2_get_hwparams() local
336 width = (hwcfg3 & GHWCFG3_XFER_SIZE_CNTR_WIDTH_MASK) >> in dwc2_get_hwparams()
338 hw->max_transfer_size = (1 << (width + 11)) - 1; in dwc2_get_hwparams()
339 width = (hwcfg3 & GHWCFG3_PACKET_SIZE_CNTR_WIDTH_MASK) >> in dwc2_get_hwparams()
341 hw->max_packet_count = (1 << (width + 4)) - 1; in dwc2_get_hwparams()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dutils.c137 int width, prec, fillch; in ppp_vslprintf() local
170 width = 0; in ppp_vslprintf()
178 width = va_arg(args, int); in ppp_vslprintf()
182 width = width * 10 + c - '0'; in ppp_vslprintf()
385 if (width > 0) { in ppp_vslprintf()
386 if (width > buflen) in ppp_vslprintf()
387 width = buflen; in ppp_vslprintf()
388 if ((n = width - len) > 0) { in ppp_vslprintf()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dutils.c139 int width, prec, fillch; in ppp_vslprintf() local
172 width = 0; in ppp_vslprintf()
180 width = va_arg(args, int); in ppp_vslprintf()
184 width = width * 10 + c - '0'; in ppp_vslprintf()
387 if (width > 0) { in ppp_vslprintf()
388 if (width > buflen) in ppp_vslprintf()
389 width = buflen; in ppp_vslprintf()
390 if ((n = width - len) > 0) { in ppp_vslprintf()
/components/drivers/include/drivers/classes/
A Dgraphic.h71 rt_uint16_t width; /**< width of graphic device */ member
85 rt_uint16_t width; /**< width */ member
/components/drivers/include/drivers/
A Dpci.h220 rt_uint32_t devfn, int reg, int width, rt_uint32_t *value);
222 rt_uint32_t devfn, int reg, int width, rt_uint32_t value);
370 rt_uint32_t devfn, int reg, int width, rt_uint32_t *value);
372 rt_uint32_t devfn, int reg, int width, rt_uint32_t value);
375 rt_uint32_t devfn, int reg, int width, rt_uint32_t *value);
377 rt_uint32_t devfn, int reg, int width, rt_uint32_t value);
A Dlcd.h71 uint32_t width; /* width of picture in mm */ member
A Ddev_touch.h203 rt_uint8_t width; /* Point of width */ member
A Dofw_fdt.h20 union { rt_ubase_t size, width; }; member
A Ddev_mmcsd_core.h241 void mmcsd_set_bus_width(struct rt_mmcsd_host *host, rt_uint32_t width);
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.h36 uint16_t width; member
/components/drivers/pci/host/dw/
A Dpcie-dw_host.c471 rt_uint32_t devfn, int reg, int width, rt_uint32_t *value) in dw_pcie_other_read_conf() argument
477 err = rt_pci_bus_read_config_uxx(bus, devfn, reg, width, value); in dw_pcie_other_read_conf()
489 rt_uint32_t devfn, int reg, int width, rt_uint32_t value) in dw_pcie_other_write_conf() argument
495 err = rt_pci_bus_write_config_uxx(bus, devfn, reg, width, value); in dw_pcie_other_write_conf()
/components/drivers/sdio/sdhci/include/
A Dsdhci.h619 void (*set_bus_width)(struct rt_sdhci_host *host, int width);
659 void rt_sdhci_set_bus_width(struct rt_sdhci_host *host, int width);
/components/drivers/sdio/
A Ddev_mmcsd_core.c437 void mmcsd_set_bus_width(struct rt_mmcsd_host *host, rt_uint32_t width) in mmcsd_set_bus_width() argument
439 host->io_cfg.bus_width = width; in mmcsd_set_bus_width()

Completed in 65 milliseconds

12