Lines Matching defs:confirm
762 volatile uint32_t *confirm;
770 confirm = (volatile uint32_t *)sc->cmd;
771 *confirm = 0;
781 buf[0] = htobe32(dma_high); /* confirm addr MSW */
782 buf[1] = htobe32(dma_low); /* confirm addr LSW */
783 buf[2] = htobe32(0xffffffff); /* confirm data */
797 while (*confirm != 0xffffffff && i < 20) {
801 if (*confirm != 0xffffffff) {
803 (enable ? "enable" : "disable"), confirm,
804 *confirm);
933 volatile uint32_t *confirm;
969 confirm = (volatile uint32_t *)sc->cmd;
970 *confirm = 0;
980 buf[0] = htobe32(dma_high); /* confirm addr MSW */
981 buf[1] = htobe32(dma_low); /* confirm addr LSW */
982 buf[2] = htobe32(0xffffffff); /* confirm data */
1000 while (*confirm != 0xffffffff && i < 20) {
1006 if (*confirm != 0xffffffff) {
1008 confirm, *confirm);