Home
last modified time | relevance | path

Searched refs:asel (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-udma.c213 u32 asel; member
258 u32 asel; member
423 static void k3_configure_chan_coherency(struct dma_chan *chan, u32 asel) in k3_configure_chan_coherency() argument
427 if (asel == 0) { in k3_configure_chan_coherency()
433 } else if (asel == 14 || asel == 15) { in k3_configure_chan_coherency()
440 dev_warn(chan->device->dev, "Invalid ASEL value: %u\n", asel); in k3_configure_chan_coherency()
1640 k3_configure_chan_coherency(&uc->vc.chan, ud->asel); in bcdma_alloc_bchan_resources()
1641 ring_cfg.asel = ud->asel; in bcdma_alloc_bchan_resources()
2888 u64 asel; udma_prep_slave_sg_tr() local
2977 u64 asel; udma_prep_slave_sg_triggered_tr() local
3222 u64 asel; udma_prep_slave_sg_pkt() local
4096 u32 asel; global() member
[all...]
H A Dk3-udma-glue.c147 dev_err(common->dev, "Invalid channel asel: %u\n", in of_k3_udma_glue_parse_chn()
338 cfg->tx_cfg.asel = tx_chn->common.atype_asel; in k3_udma_glue_request_tx_chn()
339 cfg->txcq_cfg.asel = tx_chn->common.atype_asel; in k3_udma_glue_request_tx_chn()
711 flow_cfg->rx_cfg.asel = rx_chn->common.atype_asel; in k3_udma_glue_cfg_rx_flow()
712 flow_cfg->rxfdq_cfg.asel = rx_chn->common.atype_asel; in k3_udma_glue_cfg_rx_flow()
/kernel/linux/linux-6.6/include/linux/soc/ti/
H A Dk3-ringacc.h73 * @asel: Address Space Select value for physical addresses
83 u32 asel; member
H A Dti_sci_protocol.h280 /* RA config.asel parameter is valid for RM ring configure TISCI message */
308 u8 asel; member
/kernel/linux/linux-6.6/drivers/soc/ti/
H A Dk3-ringacc.c156 * @asel: Address Space Select value for physical addresses
178 u32 asel; member
621 ring->asel = 0; in k3_ringacc_ring_free()
689 ring_cfg.asel = ring->asel; in k3_ringacc_ring_cfg_sci()
725 ring->asel = cfg->asel; in k3_dmaring_cfg()
759 reverse_ring->asel = cfg->asel; in k3_dmaring_cfg()
779 ring->asel in k3_dmaring_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/firmware/
H A Dti_sci.h678 * @asel: Ring ASEL (address select) value to be set into the ASEL field of the
693 u8 asel; member
H A Dti_sci.c2095 req->asel = params->asel; in ti_sci_cmd_rm_ring_cfg()

Completed in 16 milliseconds