Lines Matching full:bam
19 * qcom_free_bam_transaction() - Frees the BAM transaction memory
22 * This function frees the bam transaction memory
33 * qcom_alloc_bam_transaction() - allocate BAM transaction
36 * This function will allocate and initialize the BAM transaction structure
76 * qcom_clear_bam_transaction() - Clears the BAM transaction
79 * This function will clear the BAM transaction indexes.
146 * DMA descriptor for BAM.This descriptor will be added in the NAND DMA
220 * qcom_prep_bam_dma_desc_cmd() - Prepares the command descriptor for BAM DMA
228 * This function will prepares the command descriptor for BAM DMA
283 * qcom_prep_bam_dma_desc_data() - Prepares the data descriptor for BAM DMA
290 * This function will prepares the data descriptor for BAM DMA which
309 * BAM will only set EOT for DMA_PREP_INTERRUPT so if this flag in qcom_prep_bam_dma_desc_data()
724 * Initially allocate BAM transaction to read ONFI param page. in qcom_nandc_alloc()
725 * After detecting all the devices, this BAM transaction will in qcom_nandc_alloc()
726 * be freed and the next BAM transaction will be allocated with in qcom_nandc_alloc()
733 "failed to allocate bam transaction\n"); in qcom_nandc_alloc()