Lines Matching refs:ftm_write
25 ftm_write(ftm, offset, flags); \
43 static void ftm_write(struct ftm_quaddec *ftm, uint32_t offset, uint32_t data)
71 ftm_write(ftm, FTM_CNT, 0x0);
83 ftm_write(ftm, FTM_MODE, FTM_MODE_FTMEN);
84 ftm_write(ftm, FTM_CNTIN, 0x0000);
85 ftm_write(ftm, FTM_MOD, 0xffff);
86 ftm_write(ftm, FTM_CNT, 0x0);
88 ftm_write(ftm, FTM_SC, FTM_SC_PS_1);
91 ftm_write(ftm, FTM_QDCTRL, FTM_QDCTRL_QUADEN);
94 ftm_write(ftm, FTM_POL, 0x0);
95 ftm_write(ftm, FTM_FLTCTRL, 0x0);
96 ftm_write(ftm, FTM_SYNCONF, 0x0);
97 ftm_write(ftm, FTM_SYNC, 0xffff);
108 ftm_write(ftm_qua, FTM_MODE, 0);
109 ftm_write(ftm_qua, FTM_QDCTRL, 0);