Lines Matching +full:auto +full:- +full:retry
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.
68 #define FSI_MECTRL_P8_AUTO_TERM 0x4000 /* Auto terminate */
77 * These are used by low level masters that bit-bang out the protocol
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.