ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/include/linux/dma
/
usr
src
kernels
5.14.0-611.34.1.el9_7.x86_64
include
linux
dma
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
dw.h
1.49 MB
chmod
View
DL
Edit
Rename
Delete
edma.h
3.23 MB
chmod
View
DL
Edit
Rename
Delete
hsu.h
1.63 MB
chmod
View
DL
Edit
Rename
Delete
idma64.h
310 B
chmod
View
DL
Edit
Rename
Delete
imx-dma.h
3.42 MB
chmod
View
DL
Edit
Rename
Delete
ipu-dma.h
4.01 MB
chmod
View
DL
Edit
Rename
Delete
k3-event-router.h
317 B
chmod
View
DL
Edit
Rename
Delete
k3-psil.h
2.39 MB
chmod
View
DL
Edit
Rename
Delete
k3-udma-glue.h
5.68 MB
chmod
View
DL
Edit
Rename
Delete
mxs-dma.h
798 B
chmod
View
DL
Edit
Rename
Delete
pxa-dma.h
637 B
chmod
View
DL
Edit
Rename
Delete
qcom-gpi-dma.h
1.65 MB
chmod
View
DL
Edit
Rename
Delete
qcom_adm.h
227 B
chmod
View
DL
Edit
Rename
Delete
qcom_bam_dma.h
1.74 MB
chmod
View
DL
Edit
Rename
Delete
sprd-dma.h
8.2 MB
chmod
View
DL
Edit
Rename
Delete
ti-cppi5.h
33.08 MB
chmod
View
DL
Edit
Rename
Delete
xilinx_dma.h
1022 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/include/linux/dma/mxs-dma.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _MXS_DMA_H_ #define _MXS_DMA_H_ #include <linux/dmaengine.h> #define MXS_DMA_CTRL_WAIT4END BIT(31) #define MXS_DMA_CTRL_WAIT4RDY BIT(30) /* * The mxs dmaengine can do PIO transfers. We pass a pointer to the PIO words * in the second argument to dmaengine_prep_slave_sg when the direction is * set to DMA_TRANS_NONE. To make this clear and to prevent users from doing * the error prone casting we have this wrapper function */ static inline struct dma_async_tx_descriptor *mxs_dmaengine_prep_pio( struct dma_chan *chan, u32 *pio, unsigned int npio, enum dma_transfer_direction dir, unsigned long flags) { return dmaengine_prep_slave_sg(chan, (struct scatterlist *)pio, npio, dir, flags); } #endif /* _MXS_DMA_H_ */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply