Searched defs:card_info (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/drm2/radeon/ |
| HD | atom.h | 115 struct card_info { struct 117 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 118 uint32_t (* reg_read)(struct card_info *, uint32_t); /* filled by driver */ argument 119 void (* ioreg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 120 uint32_t (* ioreg_read)(struct card_info *, uint32_t); /* filled by driver */ argument 121 void (* mc_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 122 uint32_t (* mc_read)(struct card_info *, uint32_t); /* filled by driver */ argument 123 void (* pll_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 124 uint32_t (* pll_read)(struct card_info *, uint32_t); /* filled by driver */ argument
|