Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 12 of 12) sorted by relevance

/components/drivers/spi/sfud/
A DREADME.md35 |[W25Q80DV](http://www.winbond.com/resource-files/w25q80dv_revg_07212015.pdf)|Winbond|8Mb|104Mhz|支持…
37 |[W25Q16CV](http://www.winbond.com/resource-files/da00-w25q16cvf1.pdf)|Winbond|16Mb|104Mhz|支持|未测试||
38 |[W25Q16DV](http://www.winbond.com/resource-files/w25q16dv%20revk%2005232016%20doc.pdf)|Winbond|16M…
39 |[W25Q32BV](http://www.winbond.com/resource-files/w25q32bv_revi_100413_wo_automotive.pdf)|Winbond|3…
40 |[W25Q64CV](http://www.winbond.com/resource-files/w25q64cv_revh_052214[2].pdf)|Winbond|64Mb|80Mhz|支…
41 |[W25Q128BV](http://www.winbond.com/resource-files/w25q128bv_revh_100313_wo_automotive.pdf)|Winbond…
42 |[W25Q256FV](http://www.winbond.com/resource-files/w25q256fv%20revi%2002262016%20kms.pdf)|Winbond|2…
/components/drivers/pci/
A Dpci.c663 pdev->resource[i].size = size; in rt_pci_device_alloc_resource()
664 pdev->resource[i].base = region->cpu_addr + (addr - region->phy_addr); in rt_pci_device_alloc_resource()
665 pdev->resource[i].flags = flags; in rt_pci_device_alloc_resource()
670 pdev->resource[i].flags = PCI_BUS_REGION_F_NONE; in rt_pci_device_alloc_resource()
723 if (pdev->resource[i].flags == flags) in rt_pci_find_bar()
727 return &pdev->resource[i]; in rt_pci_find_bar()
A Dprocfs.c310 dfs_seq_printf(seq, "\t%16llx", (rt_uint64_t)pdev->resource[bar].base); in pci_single_show()
317 dfs_seq_printf(seq, "\t%16llx", (rt_uint64_t)pdev->resource[bar].size); in pci_single_show()
A Dprobe.c97 for (int i = 0; i < RT_ARRAY_SIZE(pdev->resource); ++i) in rt_pci_alloc_device()
99 pdev->resource[i].flags = PCI_BUS_REGION_F_NONE; in rt_pci_alloc_device()
/components/libc/cplusplus/
A DSConscript12 …ons -fno-rtti -ffunction-sections -fdata-sections -Wl,--gc-sections' # reduce resource consumptions
/components/net/lwip/lwip-2.1.2/
A DFEATURES3 The focus of the lwIP TCP/IP implementation is to reduce resource usage while still having a full s…
/components/mm/
A DKconfig18 Large memory requirement can consume all system resource, and should
/components/drivers/include/drivers/
A Dpci.h162 struct rt_pci_bus_resource resource[RT_PCI_BAR_NR_MAX]; member
465 struct rt_pci_bus_resource *res = &pdev->resource[bar_idx]; in rt_pci_iomap()
467 RT_ASSERT(bar_idx < RT_ARRAY_SIZE(pdev->resource)); in rt_pci_iomap()
/components/drivers/pci/msi/
A Dmsi.c744 if (pdev->resource[bir].flags & PCI_BUS_REGION_F_NONE) in msix_table_remap()
751 table_base_phys = pdev->resource[bir].base + (table_offset & ~PCIM_MSIX_BIR_MASK); in msix_table_remap()
/components/utilities/
A DKconfig233 bool "Enable resource id"
/components/drivers/usb/cherryusb/
A DREADME.md81 CherryUSB Device Stack resource usage (GCC 10.2 with -O2, disable log):
120 CherryUSB Host Stack resource usage (GCC 10.2 with -O2, disable log):
/components/lwp/
A Dlwp_syscall.c8306 unsigned int resource, in sys_prlimit64() argument
8335 sysret_t sys_getrlimit(unsigned int resource, unsigned long rlim[2]) in sys_getrlimit() argument
8350 switch (resource) in sys_getrlimit()
8373 sysret_t sys_setrlimit(unsigned int resource, struct rlimit *rlim) in sys_setrlimit() argument

Completed in 792 milliseconds