Lines Matching full:sub
21 * @brief Initializes all host sub-modules in Core domain.
23 * This routine initializes all host sub-modules which HW blocks belong to
31 * @retval -EIO if cannot turn on host sub-module source clocks in core domain.
37 * @brief Initializes all host sub-modules in Host domain.
39 * This routine initializes all host sub-modules which HW blocks belong to
46 * @brief Reads data from a host sub-module which is updated via eSPI.
48 * This routine provides a generic interface to read a host sub-module which
52 * @param data Parameter to be read from to the host sub-module.
62 * @brief Writes data to a host sub-module which generates an eSPI transaction.
64 * This routine provides a generic interface to write data to a host sub-module
68 * @param data Represents the parameter passed to the host sub-module.