Lines Matching +full:on +full:- +full:bus
4 * SPDX-License-Identifier: Apache-2.0
41 /* QSPI bus configuration for a SPI device */
45 /* Pinctrl for QSPI bus */
51 /* Configurations for the Quad-SPI peripherals */
56 * @brief Execute UMA transactions on qspi bus
58 * @param dev Pointer to the device structure for qspi bus controller instance.
61 * @retval 0 on success, -EPERM if an UMA transaction is not permitted.
67 * @brief Lock the mutex of npcx qspi bus controller and apply its configuration
69 * @param dev Pointer to the device structure for qspi bus controller instance.
70 * @param cfg Pointer to the configuration for the device on qspi bus.
71 * @param operation Qspi bus operation for the device.
78 * @brief Unlock the mutex of npcx qspi bus controller.
80 * @param dev Pointer to the device structure for qspi bus controller instance.