Lines Matching +full:0 +full:x3ffc

71 				     assigned sequentially (starting at 0) for
80 BHND_PROBE_ROOT = 0, /**< Nexus or host bridge */
98 BHND_PROBE_ORDER_FIRST = 0,
110 BHND_IOCTL_BIST = 0x8000, /**< Initiate a built-in self-test (BIST). Must be cleared
112 BHND_IOCTL_PME = 0x4000, /**< Enable posting of power management events by the core. */
113 BHND_IOCTL_CFLAGS = 0x3FFC, /**< Reserved for core-specific ioctl flags. */
114 BHND_IOCTL_CLK_FORCE = 0x0002, /**< Force disable of clock gating, resulting in all clocks
118 BHND_IOCTL_CLK_EN = 0x0001, /**< If cleared, the core clock will be disabled. Should be
127 BHND_IOST_BIST_DONE = 0x8000, /**< Set upon BIST completion (see BHND_IOCTL_BIST), and cleared
128 if 0 is written to BHND_IOCTL_BIST. */
129 BHND_IOST_BIST_FAIL = 0x4000, /**< Set upon detection of a BIST error; the value is unspecified
131 BHND_IOST_CLK = 0x2000, /**< Set if the core has requested that gated clocks be enabled, or
134 BHND_IOST_DMA64 = 0x1000, /**< Set if this core supports 64-bit DMA */
135 BHND_IOST_CFLAGS = 0x0FFC, /**< Reserved for core-specific status flags. */
222 uint8_t ncores; /**< number of cores, if known. 0 if
230 BHND_CAP_BP64 = (1<<0), /**< Backplane supports 64-bit
259 ((_width >= 64) ? ~0ULL : \
260 (_width == 0) ? 0x0 : \
303 #define BHND_DMA_TRANSLATION_TABLE_END { 0, 0, 0, 0 }
306 ((_dt)->base_addr == 0 && (_dt)->addr_mask == 0 && \
307 (_dt)->addrext_mask == 0 && (_dt)->flags == 0)
320 BHND_DMA_TRANSLATION_PHYSMAP = (1<<0),
372 #define BHND_DEVICE_QUIRK_END { { BHND_MATCH_ANY }, 0 }
374 (((_q)->desc.m.match_flags == 0) && (_q)->quirks == 0)
377 BHND_DF_ANY = 0,
378 BHND_DF_HOSTB = (1<<0), /**< core is serving as the bus' host
402 ## __VA_ARGS__, 0)
403 #define BHND_DEVICE_END { { BHND_MATCH_ANY }, NULL, NULL, 0 }
431 BHND_SPF_INHERITED = (1<<0), /**< service provider reference was inherited from
664 * @retval 0 success
684 * @retval 0 success
763 * @retval 0 success
784 * @retval 0 success
802 * @retval 0 success
844 * @retval 0 success
864 * @retval 0 success
905 * @retval 0 success
930 * @retval 0 success
966 * @retval 0 success
988 * @retval 0 If an interrupt was assigned.
1020 * @retval 0 success
1036 * @retval 0 success
1062 * @retval 0 success
1082 * @retval 0 success
1104 * @retval 0 success
1130 * @retval 0 success
1152 * @retval 0 success
1171 * @retval 0 success
1197 * @retval 0 success
1226 * @retval 0 success
1256 * @retval 0 success
1288 * @p end values of @c 0 and @c ~0, respectively, and
1319 return bhnd_alloc_resource(dev, type, rid, 0, ~0, 1, flags); in bhnd_alloc_resource_any()
1331 * @retval 0 success
1351 * @retval 0 success
1371 * @retval 0 success
1452 * @retval 0 success
1473 * @retval 0 success