Home
last modified time | relevance | path

Searched full:ranges (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/openbmc/u-boot/arch/arm/dts/
H A Dstm32f469-pinctrl.dtsi52 gpio-ranges = <&pinctrl 0 0 16>;
56 gpio-ranges = <&pinctrl 0 16 16>;
60 gpio-ranges = <&pinctrl 0 32 16>;
64 gpio-ranges = <&pinctrl 0 48 16>;
68 gpio-ranges = <&pinctrl 0 64 16>;
72 gpio-ranges = <&pinctrl 0 80 16>;
76 gpio-ranges = <&pinctrl 0 96 16>;
80 gpio-ranges = <&pinctrl 0 112 16>;
84 gpio-ranges = <&pinctrl 0 128 16>;
88 gpio-ranges = <&pinctrl 0 144 6>,
[all …]
H A Dstm32f429-pinctrl.dtsi52 gpio-ranges = <&pinctrl 0 0 16>;
56 gpio-ranges = <&pinctrl 0 16 16>;
60 gpio-ranges = <&pinctrl 0 32 16>;
64 gpio-ranges = <&pinctrl 0 48 16>;
68 gpio-ranges = <&pinctrl 0 64 16>;
72 gpio-ranges = <&pinctrl 0 80 16>;
76 gpio-ranges = <&pinctrl 0 96 16>;
80 gpio-ranges = <&pinctrl 0 112 16>;
84 gpio-ranges = <&pinctrl 0 128 16>;
88 gpio-ranges = <&pinctrl 0 144 16>;
[all …]
H A Dstm32mp157-pinctrl.dtsi14 ranges = <0 0x50002000 0xa400>;
28 gpio-ranges = <&pinctrl 0 0 16>;
40 gpio-ranges = <&pinctrl 0 16 16>;
52 gpio-ranges = <&pinctrl 0 32 16>;
64 gpio-ranges = <&pinctrl 0 48 16>;
76 gpio-ranges = <&pinctrl 0 64 16>;
88 gpio-ranges = <&pinctrl 0 80 16>;
100 gpio-ranges = <&pinctrl 0 96 16>;
112 gpio-ranges = <&pinctrl 0 112 16>;
124 gpio-ranges = <&pinctrl 0 128 16>;
[all …]
H A Dkeystone-k2g-netcp.dtsi19 ranges;
26 ranges;
62 ranges;
78 ranges;
110 ranges = <0 0x4000000 0x1000000>;
120 ranges;
H A Dkeystone-k2l-netcp.dtsi17 ranges;
25 ranges;
79 ranges;
93 ranges;
115 ranges = <0 0x26000000 0x1000000>;
128 ranges;
H A Dkeystone-k2e-netcp.dtsi17 ranges;
25 ranges;
79 ranges;
93 ranges;
116 ranges = <0 0x24000000 0x1000000>;
129 ranges;
H A Dkeystone-k2hk-netcp.dtsi17 ranges;
25 ranges;
95 ranges;
109 ranges;
132 ranges = <0 0x2000000 0x100000>;
143 ranges;
H A Dhi3798cv200.dtsi85 ranges = <0x0 0x0 0xf0000000 0x10000000>;
117 ranges = <0x0 0x8a20000 0x1000>;
338 gpio-ranges = <&pmx0 0 0 8>;
352 gpio-ranges = <
372 gpio-ranges = <&pmx0 0 16 5 &pmx0 5 21 3>;
386 gpio-ranges = <
405 gpio-ranges = <&pmx0 0 30 4 &pmx0 4 34 3 &pmx0 7 37 1>;
432 gpio-ranges = <&pmx0 0 38 3 &pmx0 0 41 5>;
446 gpio-ranges = <&pmx0 0 46 8>;
460 gpio-ranges = <&pmx0 0 54 8>;
[all …]
H A Dbcm2835.dtsi18 ranges = <0x7e000000 0x20000000 0x02000000>;
19 dma-ranges = <0x40000000 0x00000000 0x20000000>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__ranges.hpp23 #include <ranges>
25 namespace stdexec::ranges {
26 using std::ranges::begin;
27 using std::ranges::end;
29 using std::ranges::range_value_t;
30 using std::ranges::range_reference_t;
31 using std::ranges::iterator_t;
32 using std::ranges::sentinel_t;
39 namespace stdexec::ranges namespace
124 } // namespace stdexec::ranges
[all...]
/openbmc/u-boot/drivers/core/
H A Dof_addr.c173 const __be32 *ranges; in of_translate_one() local
179 * Normally, an absence of a "ranges" property means we are in of_translate_one()
184 * /ht nodes with no "ranges" property and a lot of perfectly in of_translate_one()
186 * "ranges" as equivalent to an empty "ranges" property which means in of_translate_one()
194 ranges = of_get_property(parent, rprop, &rlen); in of_translate_one()
195 if (ranges == NULL && !of_empty_ranges_quirk(parent)) { in of_translate_one()
196 debug("no ranges; cannot translate\n"); in of_translate_one()
199 if (ranges == NULL || rlen == 0) { in of_translate_one()
202 debug("empty ranges; 1:1 translation\n"); in of_translate_one()
206 debug("walking ranges...\n"); in of_translate_one()
[all …]
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dgpio.txt143 controllers. The gpio-ranges property described below represents this, and
159 In case named gpio ranges are used (ranges with both <pinctrl-base> and
160 <count> set to 0), the property gpio-ranges-group-names contains one string
161 for every single-gpio-range in gpio-ranges:
166 Elements of gpiorange-names-list corresponding to numeric ranges contain
168 ranges contain the name of a pin group defined in the respective pin
173 were referenced by any gpio-ranges property to contain a property named
186 gpio-ranges = <&pinctrl1 0 20 10>, <&pinctrl2 10 50 20>;
200 gpio-ranges = <&pinctrl1 0 20 10>,
204 gpio-ranges-group-names = "",
[all …]
/openbmc/u-boot/test/dm/
H A Dregmap.c27 ut_asserteq(0x10, map->ranges[0].start); in dm_test_regmap_base()
28 ut_asserteq(16, map->ranges[0].size); in dm_test_regmap_base()
35 ut_asserteq(0x20, map->ranges[0].start); in dm_test_regmap_base()
39 ut_asserteq(addr, map->ranges[i].start); in dm_test_regmap_base()
40 ut_asserteq(5 + i, map->ranges[i].size); in dm_test_regmap_base()
56 ut_asserteq(0x40, map->ranges[0].start); in dm_test_regmap_base()
60 ut_asserteq(addr, map->ranges[i].start); in dm_test_regmap_base()
61 ut_asserteq(5 + i, map->ranges[i].size); in dm_test_regmap_base()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp418 std::ranges::advance(l_iterator, in getKeywordValueFromRecord()
425 std::ranges::next(l_iterator, Length::RECORD_NAME, in getKeywordValueFromRecord()
432 std::ranges::advance(l_iterator, Length::RECORD_NAME, m_vpdVector.cend()); in getKeywordValueFromRecord()
436 std::ranges::next(l_iterator, Length::KW_NAME, m_vpdVector.cend())); in getKeywordValueFromRecord()
444 std::ranges::advance(l_iterator, Length::KW_NAME, m_vpdVector.cend()); in getKeywordValueFromRecord()
452 std::ranges::advance(l_iterator, sizeof(types::PoundKwSize), in getKeywordValueFromRecord()
458 std::ranges::advance(l_iterator, sizeof(types::KwSize), in getKeywordValueFromRecord()
466 l_iterator, std::ranges::next(l_iterator, l_kwdDataLength, in getKeywordValueFromRecord()
471 std::ranges::advance(l_iterator, l_kwdDataLength, m_vpdVector.cend()); in getKeywordValueFromRecord()
476 std::ranges::next(l_iterator, Length::KW_NAME, m_vpdVector.cend())); in getKeywordValueFromRecord()
[all …]
/openbmc/qemu/include/qemu/
H A Drange.h2 * QEMU 64-bit address ranges
26 * Operations on 64 bit address ranges.
28 * - Ranges must not wrap around 0, but can include UINT64_MAX.
151 * Check if @range1 overlaps with @range2. If one of the ranges is empty,
164 * Check if @range1 contains @range2. If one of the ranges is empty,
198 * Undefined for ranges that wrap around 0. */
211 /* Check whether 2 given ranges overlap.
212 * Undefined if ranges that wrap around 0. */
240 * Inverse an array of sorted ranges over the [low, high] span, ie.
241 * original ranges becomes holes in the newly allocated inv_ranges
H A Diova-tree.h15 * Currently the iova tree will only allow to keep ranges
17 * benefit is that we can merge adjacent ranges internally within the
18 * tree. It can save a lot of memory when the ranges are split but
59 * ranges, IOVA_ERR_OVERLAP will be returned.
81 * ranges, IOVA_ERR_OVERLAP will be returned.
/openbmc/u-boot/arch/mips/dts/
H A Dqca953x.dtsi28 ranges;
40 ranges;
48 ranges;
55 ranges;
H A Dar933x.dtsi28 ranges;
40 ranges;
48 ranges;
55 ranges;
H A Dmscc,jr2.dtsi50 ranges = <0 0x70000000 0x2000000>;
119 gpio-ranges = <&gpio 0 0 64>;
156 gpio-ranges = <&sgpio 0 0 64>;
169 gpio-ranges = <&sgpio1 0 0 64>;
182 gpio-ranges = <&sgpio2 0 0 64>;
/openbmc/qemu/hw/vfio/
H A Dlistener.c740 VFIODirtyRanges ranges; member
773 * The address space passed to the dirty tracker is reduced to three ranges: in vfio_dirty_tracking_update_range()
774 * one for 32-bit DMA ranges, one for 64-bit DMA ranges and one for the in vfio_dirty_tracking_update_range()
778 * these ranges. in vfio_dirty_tracking_update_range()
783 * The latter would otherwise generate large ranges for tracking, stressing in vfio_dirty_tracking_update_range()
821 vfio_dirty_tracking_update_range(&dirty->ranges, iova, end, in vfio_dirty_tracking_update()
831 VFIODirtyRanges *ranges) in vfio_dirty_tracking_init() argument
836 dirty.ranges.min32 = UINT32_MAX; in vfio_dirty_tracking_init()
837 dirty.ranges.min64 = UINT64_MAX; in vfio_dirty_tracking_init()
838 dirty.ranges.minpci64 = UINT64_MAX; in vfio_dirty_tracking_init()
[all …]
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c34 /* fixup ranges */ in fdt_portal()
35 range = fdt_getprop_w(blob, off, "ranges", &len); in fdt_portal()
37 printf("ERROR: container for %s has no ranges", compat); in fdt_portal()
50 fdt_setprop_inplace(blob, off, "ranges", range, len); in fdt_portal()
/openbmc/hiomapd/vpnor/
H A DREADME.md28 1. The FFS ToC defines the set of valid access ranges in terms of partitions
31 4. Read access to valid ranges must be granted
32 5. Write access to valid ranges may be granted
33 6. Access ranges that are valid may map into a backing file associated with the
/openbmc/bmcweb/redfish-core/include/
H A Devent_matches_filter.hpp11 #include <ranges>
44 auto resourceTypeIndex = std::ranges::find_if( in eventMatchesFilter()
79 auto obj = std::ranges::find(userSub.registryPrefixes, registry); in eventMatchesFilter()
103 std::ranges::find(userSub.originResources, *originOfCondition); in eventMatchesFilter()
136 auto obj = std::ranges::find( in eventMatchesFilter()
/openbmc/phosphor-mboxd/vpnor/
H A DREADME.md32 1. The FFS ToC defines the set of valid access ranges in terms of partitions
35 4. Read access to valid ranges must be granted
36 5. Write access to valid ranges may be granted
37 6. Access ranges that are valid may map into a backing file associated with
/openbmc/qemu/qapi/
H A Dstring-output-visitor.c66 GList *ranges; member
106 sov->ranges = range_list_insert(sov->ranges, r); in string_output_append()
115 sov->ranges = range_list_insert(sov->ranges, r); in string_output_append_range()
203 l = sov->ranges; in print_type_int64()
211 l = sov->ranges; in print_type_int64()
418 g_list_foreach(sov->ranges, free_range, NULL); in string_output_free()
419 g_list_free(sov->ranges); in string_output_free()

12345678910>>...26