Lines Matching full:used
25 /* used to convert an uint to I2S_Type * */
28 /* macros used for parsing DTS data */
30 /* used instead of IDENTITY because LISTIFY expects the used macro function
35 /* used to generate the list of clock indexes */
39 /* used to retrieve a clock's ID using its index generated via _SAI_CLOCK_INDEX_ARRAY */
43 /* used to retrieve a clock's name using its index generated via _SAI_CLOCK_INDEX_ARRAY */
47 /* used to convert the clocks property into an array of clock IDs */
51 /* used to convert the clock-names property into an array of clock names */
55 /* used to convert a clocks property into an array of clock IDs. If the property
63 /* used to retrieve a const struct device *dev pointing to the clock controller.
72 /* used to convert a clock-names property into an array of clock names. If the
80 /* used to declare a struct clock_data */
89 /* used to parse the tx-fifo-watermark property. If said property is not
97 /* used to parse the rx-fifo-watermark property. If said property is not
105 /* used to retrieve TDR0's address based on SAI's physical address */
109 /* used to retrieve RDR0's address based on SAI's physical address */
113 /* internal macro used to retrieve the default TX/RX FIFO's size (in FIFO words) */
117 /* used to retrieve the TX/RX FIFO's size (in FIFO words) */
121 /* used to retrieve the DMA MUX for transmitter */
125 /* used to retrieve the DMA MUX for receiver */
129 /* used to retrieve the synchronization mode of the transmitter. If this
130 * property is not specified, ASYNC mode will be used.
135 /* used to retrieve the synchronization mode of the receiver. If this property
136 * is not specified, ASYNC mode will be used.
141 /* used to retrieve the handshake value for given direction. The handshake
150 /* used to retrieve the number of supported transmission/receive lines */
154 /* used to retrieve the index of the transmission line */
157 /* used to retrieve the index of the receive line */
167 /* used to issue a software reset of the transmitter/receiver */
172 /* used to enable/disable the transmitter/receiver.
182 /* used to enable/disable the DMA requests for transmitter/receiver */
188 /* used to check if the hardware transmitter/receiver is enabled */
193 /* used to enable various transmitter/receiver interrupts */
198 /* used to disable various transmitter/receiver interrupts */
203 /* used to enable/disable various transmitter/receiver interrupts */
208 /* used to check if a status flag is set */
213 /* used to clear status flags */
218 /* used to retrieve the SYNC direction. Use this macro when you know for sure
224 /* used to retrieve the ASYNC direction. Use this macro when you know for sure
230 /* used to check if transmitter/receiver is SW enabled */
234 /* used to compute the mask for the transmission/receive lines based on
479 /* these states are not used so transitioning to them in sai_update_state()