Lines Matching +full:0 +full:x03000000
84 * array of strings to a sequential string with \0 separators before
129 for (unsigned i_ = 0; i_ < ARRAY_SIZE(qdt_tmp); i_++) { \
134 } while (0)
163 * Return value: 0 on success, <0 on error.
186 * Return value: 0 on success, <0 on error.
206 #define FDT_PCI_RANGE_RELOCATABLE 0x80000000
207 #define FDT_PCI_RANGE_PREFETCHABLE 0x40000000
208 #define FDT_PCI_RANGE_ALIASED 0x20000000
209 #define FDT_PCI_RANGE_TYPE_MASK 0x03000000
210 #define FDT_PCI_RANGE_MMIO_64BIT 0x03000000
211 #define FDT_PCI_RANGE_MMIO 0x02000000
212 #define FDT_PCI_RANGE_IOPORT 0x01000000
213 #define FDT_PCI_RANGE_CONFIG 0x00000000