Lines Matching defs:host_interest
159 struct host_interest { struct
164 u32 hi_app_host_interest; /* 0x00 */ argument
167 u32 hi_failure_state; /* 0x04 */
170 u32 hi_dbglog_hdr; /* 0x08 */
172 u32 hi_unused1; /* 0x0c */
178 u32 hi_option_flag; /* 0x10 */
184 u32 hi_serial_enable; /* 0x14 */
187 u32 hi_dset_list_head; /* 0x18 */
190 u32 hi_app_start; /* 0x1c */
193 u32 hi_skip_clock_init; /* 0x20 */
194 u32 hi_core_clock_setting; /* 0x24 */
195 u32 hi_cpu_clock_setting; /* 0x28 */
196 u32 hi_system_sleep_setting; /* 0x2c */
197 u32 hi_xtal_control_setting; /* 0x30 */
198 u32 hi_pll_ctrl_setting_24ghz; /* 0x34 */
199 u32 hi_pll_ctrl_setting_5ghz; /* 0x38 */
200 u32 hi_ref_voltage_trim_setting; /* 0x3c */
201 u32 hi_clock_info; /* 0x40 */
209 u32 hi_bank0_addr_value; /* 0x44 */
210 u32 hi_bank0_read_value; /* 0x48 */
211 u32 hi_bank0_write_value; /* 0x4c */
212 u32 hi_bank0_config_value; /* 0x50 */
215 u32 hi_board_data; /* 0x54 */
216 u32 hi_board_data_initialized; /* 0x58 */
218 u32 hi_dset_ram_index_tbl; /* 0x5c */
220 u32 hi_desired_baud_rate; /* 0x60 */
221 u32 hi_dbglog_config; /* 0x64 */
222 u32 hi_end_ram_reserve_sz; /* 0x68 */
223 u32 hi_mbox_io_block_sz; /* 0x6c */
225 u32 hi_num_bpatch_streams; /* 0x70 -- unused */
226 u32 hi_mbox_isr_yield_limit; /* 0x74 */
228 u32 hi_refclk_hz; /* 0x78 */
229 u32 hi_ext_clk_detected; /* 0x7c */
230 u32 hi_dbg_uart_txpin; /* 0x80 */
231 u32 hi_dbg_uart_rxpin; /* 0x84 */
232 u32 hi_hci_uart_baud; /* 0x88 */
233 u32 hi_hci_uart_pin_assignments; /* 0x8C */
238 u32 hi_hci_uart_baud_scale_val; /* 0x90 */
239 u32 hi_hci_uart_baud_step_val; /* 0x94 */
241 u32 hi_allocram_start; /* 0x98 */
242 u32 hi_allocram_sz; /* 0x9c */
243 u32 hi_hci_bridge_flags; /* 0xa0 */
244 u32 hi_hci_uart_support_pins; /* 0xa4 */
249 u32 hi_hci_uart_pwr_mgmt_params; /* 0xa8 */
256 u32 hi_board_ext_data; /* 0xac */
257 u32 hi_board_ext_data_config; /* 0xb0 */
268 u32 hi_reset_flag; /* 0xb4 */
270 u32 hi_reset_flag_valid; /* 0xb8 */
271 u32 hi_hci_uart_pwr_mgmt_params_ext; /* 0xbc */
276 u32 hi_acs_flags; /* 0xc0 */
277 u32 hi_console_flags; /* 0xc4 */
278 u32 hi_nvram_state; /* 0xc8 */
302 #define HI_ITEM(item) offsetof(struct host_interest, item) argument