Lines Matching +full:- +full:- +full:retry +full:- +full:delay
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * FSI master definitions. These comprise the core <--> master interface,
4 * to allow the core to interact with the (hardware-specific) masters.
24 #define FSI_MDLYR 0x4 /* R/W: delay */
77 * These are used by low level masters that bit-bang out the protocol
81 #define FSI_ECHO_DELAY_CLOCKS 16 /* Number clocks for echo delay */
82 #define FSI_SEND_DELAY_CLOCKS 16 /* Number clocks for send delay */
88 #define FSI_MASTER_EPOLL_CLOCKS 50 /* Number of clocks for E_POLL retry */
90 /* Various retry maximums */
101 #define FSI_CMD_SAME_AR 0x3 /* but only a 2-bit opcode... */
112 /* fsi-master definition and flags */
144 * ->dev in particular. The registration path performs a get_device(), which
149 * reference (via get_device()) on master->dev. In particular, if the device's
150 * ->release callback frees the fsi_master, then fsi_master_unregister will
154 * fails, dev->release will have been invoked.