Lines Matching +full:software +full:- +full:driver
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
115 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */
116 uint32_t (* reg_read)(struct card_info *, uint32_t); /* filled by driver */
117 void (* ioreg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */
118 uint32_t (* ioreg_read)(struct card_info *, uint32_t); /* filled by driver */
119 void (* mc_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */
120 uint32_t (* mc_read)(struct card_info *, uint32_t); /* filled by driver */
121 void (* pll_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */
122 uint32_t (* pll_read)(struct card_info *, uint32_t); /* filled by driver */
164 #include "atom-types.h"