Searched refs:HW_SSP_CTRL0_ENABLE (Results 1 – 2 of 2) sorted by relevance
653 reg |= HW_SSP_CTRL0_ENABLE; in issp_init()658 HW_SSP_CTRL0_WAIT_FOR_IRQ | HW_SSP_CTRL0_ENABLE; in issp_init()846 dma_cmd[nblk].pio_words[PIO_WORD_CTRL0] |= HW_SSP_CTRL0_ENABLE; in issp_create_dma_cmd_list_multi()950 dma_cmd[0].pio_words[PIO_WORD_CTRL0] |= HW_SSP_CTRL0_ENABLE; in issp_create_dma_cmd_list_single()1002 dma_cmd[0].pio_words[PIO_WORD_CTRL0] |= HW_SSP_CTRL0_ENABLE; in issp_create_dma_cmd_list()
65 #define HW_SSP_CTRL0_ENABLE __BIT(16) macro