Lines Matching +full:wui +full:- +full:maps

4  * SPDX-License-Identifier: Apache-2.0
24 * @param prop lowercase-and-underscores property name
36 * @param prop lowercase-and-underscores property name
45 * type is 'phandle-array' to handle "clock-cells" in current driver.
73 * @param i index of clocks prop which type is 'phandle-array'
98 * @brief Length of 'clocks' property which type is 'phandle-array'
101 * @return length of 'clocks' property which type is 'phandle-array'
143 * @brief Get phandle from "name" property which contains wui information.
146 * @param name property 'name' which type is 'phandle' and contains wui info.
156 * @param name property 'name'which type is 'phandle' and contains wui info.
170 * @brief Get phandle from 'wui-maps' prop which type is 'phandles' at index 'i'
173 * @param i index of 'wui-maps' prop which type is 'phandles'
174 * @return phandle from 'wui-maps' prop at index 'i'
180 * @brief Construct a npcx_wui structure from wui-maps property at index 'i'
183 * @param i index of 'wui-maps' prop which type is 'phandles'
196 * @brief Length of npcx_wui structures in 'wui-maps' property
199 * @return length of 'wui-maps' prop which type is 'phandles'
219 * uart-rx = <&wui_cr_sin1>;
224 * wui-maps = <&wui_io00 &wui_io01 &wui_io02 &wui_io03
256 * "nuvoton,npcx-miwu".
283 * @brief Get a child node from path '/npcx-espi-vws-map/name'.
285 * @param name a path which name is /npcx-espi-vws-map/'name'.
292 * @brief Get phandle from vw-wui property of child node with that path.
294 * @param name path which name is /npcx-espi-vws-map/'name'.
295 * @return phandle from "vw-wui" prop of child node with that path.
301 * @brief Construct a npcx_wui structure from vw-wui property of a child node
304 * @param name a path which name is /npcx-espi-vws-map/'name'.
320 * @param name a path which name is /npcx-espi-vws-map/'name'.
338 * @param name a path which name is /npcx-espi-vws-map/'name'.
351 * @brief Construct a npcx_lvol structure from 'lvol-maps' property at index 'i'.
354 * @param prop Low voltage configurations property name. (i.e. 'lvol-maps')
361 * @brief Length of npcx_lvol structures in 'lvol-maps' property
364 * @return length of 'lvol-maps' prop which type is 'phandles'
369 * @brief Construct a npcx_lvol structure from 'lvol-maps' property at index 'i'.
372 * @param prop Low voltage configurations property name. (i.e. 'lvol-maps')
382 * @brief Macro function to construct a list of npcx_lvol items from 'lvol-maps'
396 * @return TRUE - if the host interface is configured by booter,
397 * FALSE - otherwise.