Lines Matching full:word

34  * @brief Function called to read a 32-bit word from an endpoint's configuration space.
36 * Read a 32-bit word from an endpoint's configuration space with the PCI Express Controller
41 * @param reg the configuration word index (not address)
42 * @return the word read (0xFFFFFFFFU if nonexistent endpoint or word)
48 * @brief Function called to write a 32-bit word to an endpoint's configuration space.
50 * Write a 32-bit word to an endpoint's configuration space with the PCI Express Controller
55 * @param reg the configuration word index (not address)
130 * @brief Read a 32-bit word from a Memory-Mapped endpoint's configuration space.
132 * Read a 32-bit word from an endpoint's configuration space from a Memory-Mapped
138 * @param reg the configuration word index (not address)
139 * @return the word read (0xFFFFFFFFU if nonexistent endpoint or word)
145 * @brief Write a 32-bit word to a Memory-Mapped endpoint's configuration space.
147 * Write a 32-bit word to an endpoint's configuration space from a Memory-Mapped
153 * @param reg the configuration word index (not address)
186 * @brief Read a 32-bit word from an endpoint's configuration space.
188 * Read a 32-bit word from an endpoint's configuration space with the PCI Express Controller
193 * @param reg the configuration word index (not address)
194 * @return the word read (0xFFFFFFFFU if nonexistent endpoint or word)
206 * @brief Write a 32-bit word to an endpoint's configuration space.
208 * Write a 32-bit word to an endpoint's configuration space with the PCI Express Controller
213 * @param reg the configuration word index (not address)