Searched refs:meson_desc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/amlogic/ |
H A D | amlogic-gxl.h | 34 * struct meson_desc - Descriptor for DMA operations 53 struct meson_desc { struct 75 struct meson_desc *tl;
|
H A D | amlogic-gxl-cipher.c | 96 struct meson_desc *desc; in meson_cipher() 118 * The hardware expect a list of meson_desc structures. in meson_cipher() 165 memset(desc, 0, sizeof(struct meson_desc)); in meson_cipher() 208 memset(desc, 0, sizeof(struct meson_desc)); in meson_cipher()
|
H A D | amlogic-gxl-core.c | 129 dma_free_coherent(mc->dev, sizeof(struct meson_desc) * MAXDESC, in meson_free_chanlist() 164 sizeof(struct meson_desc) * MAXDESC, in meson_allocate_chanlist()
|
/kernel/linux/linux-6.6/drivers/crypto/amlogic/ |
H A D | amlogic-gxl.h | 34 * struct meson_desc - Descriptor for DMA operations 53 struct meson_desc { struct 75 struct meson_desc *tl;
|
H A D | amlogic-gxl-cipher.c | 96 struct meson_desc *desc; in meson_cipher() 118 * The hardware expect a list of meson_desc structures. in meson_cipher() 165 memset(desc, 0, sizeof(struct meson_desc)); in meson_cipher() 208 memset(desc, 0, sizeof(struct meson_desc)); in meson_cipher()
|
H A D | amlogic-gxl-core.c | 144 dma_free_coherent(mc->dev, sizeof(struct meson_desc) * MAXDESC, in meson_free_chanlist() 179 sizeof(struct meson_desc) * MAXDESC, in meson_allocate_chanlist()
|
Completed in 4 milliseconds