#include <layout.h>

Data Fields | |
| unsigned | bit |
| unsigned | length |
| cmos_entry_config_t | config |
| unsigned | config_id |
| char | name [CMOS_MAX_NAME_LENGTH+1] |
Definition at line 57 of file layout.h.
| unsigned cmos_entry_t::bit |
Definition at line 58 of file layout.h.
Referenced by add_cmos_entry(), cmos_read(), cmos_write(), create_entry(), do_cmos_writes(), entries_overlap(), get_cmos_checksum_info(), prepare_cmos_op_common(), process_cmos_table(), process_input_file(), and write_cmos_layout().
| unsigned cmos_entry_t::length |
Definition at line 59 of file layout.h.
Referenced by add_cmos_entry(), cmos_read(), cmos_write(), create_entry(), do_cmos_writes(), entries_overlap(), list_param_enums(), prepare_cmos_op_common(), prepare_cmos_write(), process_cmos_table(), process_input_file(), set_one_param(), try_prepare_cmos_write(), and write_cmos_layout().
Definition at line 60 of file layout.h.
Referenced by cmos_read(), cmos_write(), create_entry(), do_cmos_writes(), list_all_params(), list_cmos_entry(), list_one_param(), list_param_enums(), prepare_cmos_op_common(), prepare_cmos_read(), prepare_cmos_write(), process_cmos_table(), process_input_file(), and write_cmos_layout().
| unsigned cmos_entry_t::config_id |
Definition at line 61 of file layout.h.
Referenced by create_entry(), list_cmos_entry(), list_param_enums(), prepare_cmos_write(), process_cmos_table(), and write_cmos_layout().
| char cmos_entry_t::name[CMOS_MAX_NAME_LENGTH+1] |
Definition at line 62 of file layout.h.
Referenced by create_entry(), find_cmos_entry(), list_all_params(), list_cmos_entry(), process_cmos_table(), try_add_cmos_table_entry(), try_add_layout_file_entry(), try_prepare_cmos_write(), and write_cmos_layout().
1.5.5