Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/lib/utils/
Dbitarray.c30 struct bundle_data *bd, in setup_bundle_data() argument
33 bd->sidx = offset / bundle_bitness(bitarray); in setup_bundle_data()
34 bd->soff = offset % bundle_bitness(bitarray); in setup_bundle_data()
36 bd->eidx = (offset + num_bits - 1) / bundle_bitness(bitarray); in setup_bundle_data()
37 bd->eoff = (offset + num_bits - 1) % bundle_bitness(bitarray); in setup_bundle_data()
39 bd->smask = ~(BIT(bd->soff) - 1); in setup_bundle_data()
40 bd->emask = (BIT(bd->eoff) - 1) | BIT(bd->eoff); in setup_bundle_data()
42 if (bd->sidx == bd->eidx) { in setup_bundle_data()
44 bd->smask &= bd->emask; in setup_bundle_data()
67 struct bundle_data *bd, in match_region() argument
[all …]
/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c148 static bool usbfsotg_bd_is_busy(const struct usbfsotg_bd *const bd) in usbfsotg_bd_is_busy() argument
151 return bd->get.own; in usbfsotg_bd_is_busy()
154 static void usbfsotg_bd_set_ctrl(struct usbfsotg_bd *const bd, in usbfsotg_bd_set_ctrl() argument
159 bd->set.bc = bc; in usbfsotg_bd_set_ctrl()
160 bd->buf_addr = POINTER_TO_UINT(data); in usbfsotg_bd_set_ctrl()
163 bd->set.bd_ctrl = USBFSOTG_BD_OWN | USBFSOTG_BD_DATA1 | in usbfsotg_bd_set_ctrl()
166 bd->set.bd_ctrl = USBFSOTG_BD_OWN | USBFSOTG_BD_DTS; in usbfsotg_bd_set_ctrl()
186 struct usbfsotg_bd *bd; in usbfsotg_xfer_continue() local
190 bd = usbfsotg_get_ebd(dev, cfg, false); in usbfsotg_xfer_continue()
191 if (unlikely(usbfsotg_bd_is_busy(bd))) { in usbfsotg_xfer_continue()
[all …]
/Zephyr-latest/drivers/ethernet/nxp_imx_netc/
Deth_nxp_imx_netc_psi.c161 for (uint8_t bd = 0U; bd < CONFIG_ETH_NXP_IMX_RX_RING_LEN; bd++) { \
162 eth##n##_rx_buff_addr_array[ring][bd] = \
163 (uint64_t)(uintptr_t)&eth##n##_rx_buff[ring][bd]; \
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v1.c156 uintptr_t last = (uintptr_t)ring->bd + in next_desc_addr()
162 curr = (uintptr_t)ring->bd; in next_desc_addr()
191 memset(ring->bd, 0x0, PAX_DMA_RM_DESC_RING_SIZE * PAX_DMA_NUM_BD_BUFFS); in prepare_ring()
195 rm_write_header_desc(ring->bd, 0x0, reset_pkt_id(ring), in prepare_ring()
199 curr = (uintptr_t)ring->bd; in prepare_ring()
213 next = (uintptr_t)ring->bd; in prepare_ring()
221 ring->curr.write_ptr = ring->bd; in prepare_ring()
364 uintptr_t desc = (uintptr_t)pd->ring[idx].bd; in init_ring()
645 pd->ring[r].bd = (void *)(mem_aligned + in dma_iproc_pax_init()
647 pd->ring[r].payload = (void *)((uintptr_t)pd->ring[r].bd + in dma_iproc_pax_init()
[all …]
Ddma_iproc_pax_v2.c160 uintptr_t last = (uintptr_t)ring->bd + in get_curr_desc_addr()
167 curr = (uintptr_t)ring->bd; in get_curr_desc_addr()
202 memset(ring->bd, 0x0, PAX_DMA_RM_DESC_RING_SIZE * PAX_DMA_NUM_BD_BUFFS); in prepare_ring()
209 curr = (uintptr_t)ring->bd; in prepare_ring()
232 next = (uintptr_t)ring->bd; in prepare_ring()
240 ring->curr.write_ptr = ring->bd; in prepare_ring()
428 uintptr_t desc = (uintptr_t)pd->ring[idx].bd; in init_ring()
724 pd->ring[r].bd = (void *)(mem_aligned + in dma_iproc_pax_init()
726 pd->ring[r].sync_loc = (void *)((uintptr_t)pd->ring[r].bd + in dma_iproc_pax_init()
736 pd->ring[r].bd, in dma_iproc_pax_init()
Ddma_nxp_sdma.c187 sdma_buffer_descriptor_t *bd; in dma_nxp_sdma_callback() local
206 bd = &chan_data->bd_pool[bdIndex]; in dma_nxp_sdma_callback()
207 bd->count = xfer_size; in dma_nxp_sdma_callback()
208 bd->status |= (uint8_t)kSDMA_BDStatusDone; in dma_nxp_sdma_callback()
Ddma_iproc_pax.h468 void *bd; member
/Zephyr-latest/boards/nordic/nrf9161dk/
Dnrf9161dk_nrf9161_common_0_7_0.dtsi21 7a 75 7a 75 04 bd d5 5c 29 06 74 00 08 50 00 01
/Zephyr-latest/dts/common/broadcom/
Dviper-common.dtsi66 bd-memory = <0x63b00000 0x100000>;
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_mx25l51245g.overlay55 30 b0 30 b0 f7 bd d5 5c 4a 9e 29 ff f0 50 f9 85
/Zephyr-latest/boards/nxp/common/
Dboard-footer.rst32 https://community.nxp.com/t5/Zephyr-Project/bd-p/Zephyr-Project
/Zephyr-latest/boards/arduino/portenta_h7/
Darduino_portenta_h7-common.dtsi188 10 d8 00 ff 82 41 bd 00 81 e5 7b c6 44 03 67 38
189 30 b0 30 b0 f7 bd d5 5c 4a be 29 ff e1 d0 ff ff ];
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20_cpuapp.dts273 30 b0 30 b0 f4 bd d5 5c 00 00 00 ff 10 10 00 20
/Zephyr-latest/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280_cpuapp.dts259 30 b0 30 b0 f4 bd d5 5c 00 00 00 ff 10 10 00 20
/Zephyr-latest/boards/st/stm32l4r9i_disco/
Dstm32l4r9i_disco.dts284 30 b0 30 b0 f7 bd d5 5c
/Zephyr-latest/boards/st/stm32l562e_dk/
Dstm32l562e_dk_common.dtsi247 30 b0 30 b0 f7 bd d5 5c
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst126 1e: 46bd mov sp, r7
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb3184 "outputId": "0c1c279a-96bd-4e8d-8a65-6a071376825b",