/linux-4.4.14/drivers/acpi/acpica/ |
D | psscope.c | 66 return (parser_state->scope->parse_scope.op); in acpi_ps_get_parent_scope() 87 ((parser_state->aml >= parser_state->scope->parse_scope.arg_end in acpi_ps_has_completed_scope() 88 || !parser_state->scope->parse_scope.arg_count))); in acpi_ps_has_completed_scope() 108 union acpi_generic_state *scope; in acpi_ps_init_scope() local 112 scope = acpi_ut_create_generic_state(); in acpi_ps_init_scope() 113 if (!scope) { in acpi_ps_init_scope() 117 scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_RPSCOPE; in acpi_ps_init_scope() 118 scope->parse_scope.op = root_op; in acpi_ps_init_scope() 119 scope->parse_scope.arg_count = ACPI_VAR_ARGS; in acpi_ps_init_scope() 120 scope->parse_scope.arg_end = parser_state->aml_end; in acpi_ps_init_scope() [all …]
|
D | dswscope.c | 74 walk_state->scope_info = scope_info->scope.next; in acpi_ds_scope_stack_clear() 133 scope_info->scope.node = node; in acpi_ds_scope_stack_push() 147 scope.node), in acpi_ds_scope_stack_push() 156 acpi_ut_get_node_name(scope_info->scope.node), in acpi_ds_scope_stack_push() 197 acpi_ut_get_node_name(scope_info->scope.node), in acpi_ds_scope_stack_pop() 205 scope.node), in acpi_ds_scope_stack_pop()
|
D | acparser.h | 105 union acpi_parse_object *acpi_ps_find_name(union acpi_parse_object *scope, 192 union acpi_parse_object *acpi_ps_find(union acpi_parse_object *scope,
|
D | psloop.c | 426 if ((parser_state->scope->parse_scope.op) && in acpi_ps_parse_loop() 427 ((parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop() 429 || (parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
|
D | nsaccess.c | 319 if ((!scope_info) || (!scope_info->scope.node)) { in acpi_ns_lookup() 326 prefix_node = scope_info->scope.node; in acpi_ns_lookup()
|
D | psparse.c | 370 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state() 392 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state()
|
D | aclocal.h | 680 struct acpi_scope_state scope; member 840 union acpi_generic_state *scope; /* Current scope */ member
|
D | excreate.c | 334 walk_state->scope_info->scope.node; in acpi_ex_create_region()
|
D | exconfig.c | 188 start_node = walk_state->scope_info->scope.node; in acpi_ex_load_table_op()
|
D | nsutils.c | 728 scope_info.scope.node = prefix_node; in acpi_ns_get_node()
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | marb_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | irq_nmi_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | strcop_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | config_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | rt_trace_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | ata_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | bif_slave_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | marb_bp_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | ser_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | bif_core_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | eth_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | sser_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | dma_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | extmem_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | bif_dma_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | marb_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | strmux_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | config_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | timer_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | intr_vect_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | bif_slave_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | gio_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | marb_bp_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | bif_core_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | pinmux_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | bif_dma_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | marb_bar_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | strmux_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | l2cache_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | clkgen_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | marb_foo_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | timer_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | ddr2_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | pinmux_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | pio_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | intr_vect_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | gio_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/ |
D | iop_version_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sap_in_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sap_out_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sw_spu_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sw_cpu_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sw_mpu_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sw_cfg_defs.h | 15 #define REG_RD( scope, inst, reg ) \ argument 16 REG_READ( reg_##scope##_##reg, \ 17 (inst) + REG_RD_ADDR_##scope##_##reg ) 21 #define REG_WR( scope, inst, reg, val ) \ argument 22 REG_WRITE( reg_##scope##_##reg, \ 23 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 28 REG_READ( reg_##scope##_##reg, \ 29 (inst) + REG_RD_ADDR_##scope##_##reg + \ 30 (index) * STRIDE_##scope##_##reg ) [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_version_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_scrc_in_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_scrc_out_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_trigger_grp_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_fifo_in_extra_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_fifo_out_extra_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sap_in_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_mpu_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_crc_par_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_fifo_in_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_timer_grp_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_fifo_out_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sap_out_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_dmc_out_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_dmc_in_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_spu_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sw_spu_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sw_cpu_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sw_mpu_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
D | iop_sw_cfg_defs.h | 18 #define REG_RD( scope, inst, reg ) \ argument 19 REG_READ( reg_##scope##_##reg, \ 20 (inst) + REG_RD_ADDR_##scope##_##reg ) 24 #define REG_WR( scope, inst, reg, val ) \ argument 25 REG_WRITE( reg_##scope##_##reg, \ 26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) 30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument 31 REG_READ( reg_##scope##_##reg, \ 32 (inst) + REG_RD_ADDR_##scope##_##reg + \ 33 (index) * STRIDE_##scope##_##reg ) [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sap_in_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sap_out_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sw_spu_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sw_cfg_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sw_cpu_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sw_mpu_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_scrc_in_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_scrc_out_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_trigger_grp_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_fifo_out_extra_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_crc_par_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_fifo_in_extra_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_mpu_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sap_in_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_timer_grp_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_fifo_out_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_fifo_in_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_dmc_in_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_dmc_out_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sap_out_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_spu_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sw_spu_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sw_cfg_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sw_mpu_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | iop_sw_cpu_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/asm/ |
D | irq_nmi_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | strcop_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | cris_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | strmux_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | config_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | rt_trace_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | marb_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | timer_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | mmu_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | ata_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | bif_slave_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | gio_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | dma_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | bif_core_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | ser_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | intr_vect_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | sser_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | eth_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | bif_dma_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/ |
D | config_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | timer_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | gio_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | bif_core_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | pinmux_defs_asm.h | 18 #define REG_FIELD( scope, reg, field, value ) \ argument 19 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 24 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 25 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 30 #define REG_MASK( scope, reg, field ) \ argument 31 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 36 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 40 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/asm/ |
D | clkgen_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | timer_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | ddr2_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | pio_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | pinmux_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
D | gio_defs_asm.h | 15 #define REG_FIELD( scope, reg, field, value ) \ argument 16 REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) 21 #define REG_STATE( scope, reg, field, symbolic_value ) \ argument 22 REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) 27 #define REG_MASK( scope, reg, field ) \ argument 28 REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) 33 #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb argument 37 #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit argument 41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument 46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_ref.h | 126 const char *scope, in lu_ref_add() argument 133 const char *scope, in lu_ref_add_atomic() argument 141 const char *scope, in lu_ref_add_at() argument 146 static inline void lu_ref_del(struct lu_ref *ref, const char *scope, in lu_ref_del() argument 152 const char *scope, const void *source0, in lu_ref_set_at() argument 158 const char *scope, const void *source) in lu_ref_del_at() argument
|
D | lu_object.h | 849 const char *scope, in lu_object_ref_add() argument 852 lu_ref_add(&o->lo_header->loh_reference, scope, source); in lu_object_ref_add() 857 const char *scope, in lu_object_ref_add_at() argument 860 lu_ref_add_at(&o->lo_header->loh_reference, link, scope, source); in lu_object_ref_add_at() 864 const char *scope, const void *source) in lu_object_ref_del() argument 866 lu_ref_del(&o->lo_header->loh_reference, scope, source); in lu_object_ref_del() 871 const char *scope, const void *source) in lu_object_ref_del_at() argument 873 lu_ref_del_at(&o->lo_header->loh_reference, link, scope, source); in lu_object_ref_del_at()
|
D | cl_object.h | 2895 const char *scope, const void *source); 2898 const char *scope, const void *source); 2901 const char *scope, const void *source); 2924 const char *scope, const void *source); 2926 const char *scope, const void *source); 2928 const char *scope, const void *source); 2930 const char *scope, const void *source);
|
/linux-4.4.14/arch/m68k/kernel/ |
D | sys_m68k.c | 67 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040() argument 71 switch (scope) in cache_flush_040() 227 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060() argument 237 switch (scope) in cache_flush_060() 377 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() argument 381 if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL || in sys_cacheflush() 385 if (scope == FLUSH_SCOPE_ALL) { in sys_cacheflush() 409 if (scope == FLUSH_SCOPE_LINE && len < 256) { in sys_cacheflush() 442 if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) in sys_cacheflush() 443 scope=FLUSH_SCOPE_PAGE; in sys_cacheflush() [all …]
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 172 typedef struct scope { struct 173 SLIST_ENTRY(scope) scope_stack_links; 174 TAILQ_ENTRY(scope) scope_links; 175 TAILQ_HEAD(, scope) inner_scope; 185 SLIST_HEAD(scope_list, scope); argument 186 TAILQ_HEAD(scope_tailq, scope);
|
D | aicasm.c | 80 static void dump_scope(scope_t *scope); 81 static void emit_patch(scope_t *scope, int patch); 461 dump_scope(scope_t *scope) in dump_scope() argument 468 emit_patch(scope, 0); in dump_scope() 473 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope() 485 emit_patch(scope, 1); in dump_scope() 489 emit_patch(scope_t *scope, int patch) in emit_patch() argument 494 pinfo = &scope->patches[patch]; in emit_patch() 508 new_patch->patch_func = scope->func_num; in emit_patch() 509 new_patch->begin = scope->begin_addr; in emit_patch() [all …]
|
D | aicasm.h | 94 struct scope *scope_alloc(void); 95 void process_scope(struct scope *);
|
/linux-4.4.14/net/sctp/ |
D | bind_addr.c | 49 union sctp_addr *, sctp_scope_t scope, gfp_t gfp, 60 sctp_scope_t scope, gfp_t gfp, in sctp_bind_addr_copy() argument 71 error = sctp_copy_one_addr(net, dest, &addr->a, scope, in sctp_bind_addr_copy() 81 if (list_empty(&dest->address_list) && (SCTP_SCOPE_GLOBAL == scope)) { in sctp_bind_addr_copy() 439 sctp_scope_t scope, gfp_t gfp, in sctp_copy_one_addr() argument 445 error = sctp_copy_local_addr_list(net, dest, scope, gfp, flags); in sctp_copy_one_addr() 446 } else if (sctp_in_scope(net, addr, scope)) { in sctp_copy_one_addr() 483 int sctp_in_scope(struct net *net, const union sctp_addr *addr, sctp_scope_t scope) in sctp_in_scope() argument 505 if (addr_scope <= scope) in sctp_in_scope() 509 if (addr_scope <= scope || SCTP_SCOPE_PRIVATE == addr_scope) in sctp_in_scope() [all …]
|
D | ipv6.c | 248 sctp_scope_t scope; in sctp_v6_get_dst() local 278 scope = sctp_scope(daddr); in sctp_v6_get_dst() 318 (scope <= sctp_scope(&laddr->a))) { in sctp_v6_get_dst() 1005 .scope = sctp_v6_scope,
|
D | associola.c | 69 sctp_scope_t scope, in sctp_association_init() argument 297 sctp_scope_t scope, in sctp_association_new() argument 306 if (!sctp_association_init(asoc, ep, sk, scope, gfp)) in sctp_association_new() 1544 sctp_scope_t scope, gfp_t gfp) in sctp_assoc_set_bind_addr_from_ep() argument 1560 scope, gfp, flags); in sctp_assoc_set_bind_addr_from_ep()
|
D | sm_make_chunk.c | 1575 sctp_scope_t scope; in sctp_make_temp_asoc() local 1579 scope = sctp_scope(sctp_source(chunk)); in sctp_make_temp_asoc() 1580 asoc = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_make_temp_asoc() 1702 sctp_scope_t scope; in sctp_unpack_cookie() local 1811 scope = sctp_scope(sctp_source(chunk)); in sctp_unpack_cookie() 1812 retval = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_unpack_cookie() 2496 sctp_scope_t scope; in sctp_process_param() local 2520 scope = sctp_scope(peer_addr); in sctp_process_param() 2521 if (sctp_in_scope(net, &addr, scope)) in sctp_process_param()
|
/linux-4.4.14/net/decnet/ |
D | dn_fib.c | 66 u8 scope; member 68 [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE }, 69 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE }, 70 [RTN_LOCAL] = { .error = 0, .scope = RT_SCOPE_HOST }, 71 [RTN_BROADCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 72 [RTN_ANYCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 73 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 74 [RTN_BLACKHOLE] = { .error = -EINVAL, .scope = RT_SCOPE_UNIVERSE }, 75 [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE }, 76 [RTN_PROHIBIT] = { .error = -EACCES, .scope = RT_SCOPE_UNIVERSE }, [all …]
|
D | dn_table.c | 300 u32 tb_id, u8 type, u8 scope, void *dst, int dst_len, in dn_fib_dump_info() argument 317 rtm->rtm_scope = scope; in dn_fib_dump_info() 818 res->scope = f->fn_scope; in dn_fib_table_lookup()
|
/linux-4.4.14/net/ipv6/ |
D | addrconf_core.c | 18 #define IPV6_ADDR_SCOPE_TYPE(scope) ((scope) << 16) argument 20 static inline unsigned int ipv6_addr_scope2type(unsigned int scope) in ipv6_addr_scope2type() argument 22 switch (scope) { in ipv6_addr_scope2type() 33 return IPV6_ADDR_SCOPE_TYPE(scope); in ipv6_addr_scope2type()
|
D | addrconf.c | 901 int scope, u32 flags, u32 valid_lft, u32 prefered_lft) in ipv6_add_addr() argument 958 ifa->scope = scope; in ipv6_add_addr() 1286 int scope; member 1360 if (ret >= dst->scope) in ipv6_get_saddr_eval() 1535 dst.scope = __ipv6_addr_src_scope(dst_type); in ipv6_dev_get_saddr() 1563 dst.scope <= IPV6_ADDR_SCOPE_LINKLOCAL || in ipv6_dev_get_saddr() 1599 if (ifp->scope > IFA_LINK) in __ipv6_get_lladdr() 1601 if (ifp->scope == IFA_LINK && in __ipv6_get_lladdr() 1668 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) { in ipv6_chk_addr_and_flags() 1759 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) { in ipv6_get_ifaddr() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | mobility.c | 43 static int mobility_rtas_call(int token, char *buf, s32 scope) in mobility_rtas_call() argument 50 rc = rtas_call(token, 2, 1, NULL, rtas_data_buf, scope); in mobility_rtas_call() 130 static int update_dt_node(__be32 phandle, s32 scope) in update_dt_node() argument 161 scope); in update_dt_node() 239 int pseries_devicetree_update(s32 scope) in pseries_devicetree_update() argument 255 rc = mobility_rtas_call(update_nodes_token, rtas_buf, scope); in pseries_devicetree_update() 276 update_dt_node(phandle, scope); in pseries_devicetree_update()
|
/linux-4.4.14/drivers/iommu/ |
D | intel_irq_remapping.c | 799 static int ir_parse_one_hpet_scope(struct acpi_dmar_device_scope *scope, in ir_parse_one_hpet_scope() argument 807 bus = scope->bus; in ir_parse_one_hpet_scope() 808 path = (struct acpi_dmar_pci_path *)(scope + 1); in ir_parse_one_hpet_scope() 809 count = (scope->length - sizeof(struct acpi_dmar_device_scope)) in ir_parse_one_hpet_scope() 824 ir_hpet[count].id == scope->enumeration_id) in ir_parse_one_hpet_scope() 835 ir_hpet[free].id = scope->enumeration_id; in ir_parse_one_hpet_scope() 839 scope->enumeration_id, drhd->address); in ir_parse_one_hpet_scope() 844 static int ir_parse_one_ioapic_scope(struct acpi_dmar_device_scope *scope, in ir_parse_one_ioapic_scope() argument 852 bus = scope->bus; in ir_parse_one_ioapic_scope() 853 path = (struct acpi_dmar_pci_path *)(scope + 1); in ir_parse_one_ioapic_scope() [all …]
|
D | dmar.c | 92 struct acpi_dmar_device_scope *scope; in dmar_alloc_dev_scope() local 96 scope = start; in dmar_alloc_dev_scope() 97 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_NAMESPACE || in dmar_alloc_dev_scope() 98 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT || in dmar_alloc_dev_scope() 99 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_alloc_dev_scope() 101 else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC && in dmar_alloc_dev_scope() 102 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) { in dmar_alloc_dev_scope() 105 start += scope->length; in dmar_alloc_dev_scope() 227 struct acpi_dmar_device_scope *scope; in dmar_insert_dev_scope() local 233 for (; start < end; start += scope->length) { in dmar_insert_dev_scope() [all …]
|
/linux-4.4.14/net/tipc/ |
D | name_distr.c | 122 &tn->nametbl->publ_list[publ->scope]); in tipc_named_publish() 124 if (publ->scope == TIPC_NODE_SCOPE) in tipc_named_publish() 148 if (publ->scope == TIPC_NODE_SCOPE) in tipc_named_withdraw() 427 int scope; in tipc_named_reinit() local 431 for (scope = TIPC_ZONE_SCOPE; scope <= TIPC_NODE_SCOPE; scope++) in tipc_named_reinit() 432 list_for_each_entry_rcu(publ, &tn->nametbl->publ_list[scope], in tipc_named_reinit()
|
D | name_table.h | 73 u32 scope; member 104 u32 upper, u32 scope, u32 port_ref, 109 u32 lower, u32 upper, u32 scope,
|
D | name_table.c | 121 u32 scope, u32 node, u32 port_ref, in publ_create() argument 133 publ->scope = scope; in publ_create() 235 u32 upper, u32 scope, in tipc_nameseq_insert_publ() argument 314 publ = publ_create(type, lower, upper, scope, node, port, key); in tipc_nameseq_insert_publ() 461 u32 lower, u32 upper, u32 scope, in tipc_nametbl_insert_publ() argument 469 if ((scope < TIPC_ZONE_SCOPE) || (scope > TIPC_NODE_SCOPE) || in tipc_nametbl_insert_publ() 472 type, lower, upper, scope); in tipc_nametbl_insert_publ() 483 scope, node, port, key); in tipc_nametbl_insert_publ() 637 if (publ->scope <= limit) in tipc_nametbl_mc_translate() 654 u32 upper, u32 scope, u32 port_ref, in tipc_nametbl_publish() argument [all …]
|
D | socket.c | 113 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, 115 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, 537 res = (addr->scope > 0) ? in tipc_bind() 538 tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) : in tipc_bind() 539 tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq); in tipc_bind() 580 addr->scope = 0; in tipc_getname() 732 u32 scope = TIPC_CLUSTER_SCOPE; in tipc_sk_mcast_rcv() local 746 scope = TIPC_NODE_SCOPE; in tipc_sk_mcast_rcv() 751 msg_nameupper(msg), scope, &dports); in tipc_sk_mcast_rcv() 1148 addr->scope = 0; /* could leave uninitialized */ in set_orig_addr() [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | cache.c | 42 unsigned char scope : 2; member 97 if (ci->scope != CACHE_SCOPE_SHARED && ci->scope != CACHE_SCOPE_PRIVATE) in get_cache_type() 173 pvt = (ct.ci[level].scope == CACHE_SCOPE_PRIVATE) ? 1 : 0; in populate_cache_leaves()
|
/linux-4.4.14/include/trace/events/ |
D | fib.h | 23 __field( __u8, scope ) 36 __entry->scope = flp->flowi4_scope; 48 __entry->src, __entry->dst, __entry->tos, __entry->scope,
|
/linux-4.4.14/net/ipv4/ |
D | fib_semantics.c | 95 .scope = RT_SCOPE_NOWHERE, 99 .scope = RT_SCOPE_UNIVERSE, 103 .scope = RT_SCOPE_HOST, 107 .scope = RT_SCOPE_LINK, 111 .scope = RT_SCOPE_LINK, 115 .scope = RT_SCOPE_UNIVERSE, 119 .scope = RT_SCOPE_UNIVERSE, 123 .scope = RT_SCOPE_UNIVERSE, 127 .scope = RT_SCOPE_UNIVERSE, 131 .scope = RT_SCOPE_UNIVERSE, [all …]
|
D | fib_lookup.h | 48 u8 scope; member
|
D | fib_frontend.c | 284 int scope; in fib_compute_spec_dst() local 296 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst() 302 .flowi4_scope = scope, in fib_compute_spec_dst() 308 scope = RT_SCOPE_LINK; in fib_compute_spec_dst() 311 return inet_select_addr(dev, ip_hdr(skb)->saddr, scope); in fib_compute_spec_dst() 1066 frn->scope = res.scope; in nl_fib_lookup()
|
D | arp.c | 395 int scope; in arp_ignore() local 402 scope = RT_SCOPE_HOST; in arp_ignore() 408 scope = RT_SCOPE_HOST; in arp_ignore() 412 scope = RT_SCOPE_LINK; in arp_ignore() 425 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore()
|
D | devinet.c | 1196 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() argument 1208 if (ifa->ifa_scope > scope) in inet_select_addr() 1233 ifa->ifa_scope <= scope) { in inet_select_addr() 1246 __be32 local, int scope) in confirm_addr_indev() argument 1254 ifa->ifa_scope <= scope) { in confirm_addr_indev() 1269 if (ifa->ifa_scope <= scope) { in confirm_addr_indev() 1291 __be32 dst, __be32 local, int scope) in inet_confirm_addr() argument 1297 return confirm_addr_indev(in_dev, dst, local, scope); in inet_confirm_addr() 1303 addr = confirm_addr_indev(in_dev, dst, local, scope); in inet_confirm_addr()
|
/linux-4.4.14/drivers/acpi/ |
D | property.c | 38 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope, 44 static bool acpi_nondev_subnode_ok(acpi_handle scope, in acpi_nondev_subnode_ok() argument 61 status = acpi_get_handle(scope, link->package.elements[1].string.pointer, in acpi_nondev_subnode_ok() 79 status = acpi_get_parent(handle, &scope); in acpi_nondev_subnode_ok() 81 && acpi_enumerate_nondev_subnodes(scope, buf.pointer, &dn->data)) in acpi_nondev_subnode_ok() 98 static int acpi_add_nondev_subnodes(acpi_handle scope, in acpi_add_nondev_subnodes() argument 113 && acpi_nondev_subnode_ok(scope, link, list)) in acpi_add_nondev_subnodes() 120 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope, in acpi_enumerate_nondev_subnodes() argument 144 return acpi_add_nondev_subnodes(scope, links, &data->subnodes); in acpi_enumerate_nondev_subnodes()
|
/linux-4.4.14/Documentation/networking/ |
D | vrf.txt | 216 inet 10.2.1.2/24 brd 10.2.1.255 scope global eth1 218 inet6 2002:1::2/120 scope global 220 inet6 fe80::ff:fe00:202/64 scope link 224 inet 10.2.2.2/24 brd 10.2.2.255 scope global eth2 226 inet6 2002:2::2/120 scope global 228 inet6 fe80::ff:fe00:203/64 scope link 249 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2 250 10.2.1.0/24 dev eth1 proto kernel scope link src 10.2.1.2 251 local 10.2.1.2 dev eth1 proto kernel scope host src 10.2.1.2 252 broadcast 10.2.1.255 dev eth1 proto kernel scope link src 10.2.1.2 [all …]
|
D | switchdev.txt | 87 A switch management port is outside the scope of the switchdev driver model. 348 11.0.0.0/30 dev sw1p1 proto kernel scope link src 11.0.0.2 offload 350 11.0.0.8/30 dev sw1p2 proto kernel scope link src 11.0.0.10 offload 357 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.15
|
D | i40e.txt | 73 Bridging (DCB) functionality. Configuring DCB and FCoE is outside the scope
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 562 const char *scope, const void *source) in cl_lock_peek() argument 589 cl_lock_hold_add(env, lock, scope, source); in cl_lock_peek() 599 cl_lock_unhold(env, lock, scope, source); in cl_lock_peek() 872 const char *scope, const void *source) in cl_lock_hold_release() argument 879 lu_ref_del(&lock->cll_holders, scope, source); in cl_lock_hold_release() 1994 const char *scope, const void *source) in cl_lock_hold_mutex() argument 2006 lu_ref_add(&lock->cll_holders, scope, source); in cl_lock_hold_mutex() 2007 lu_ref_add(&lock->cll_reference, scope, source); in cl_lock_hold_mutex() 2025 const char *scope, const void *source) in cl_lock_hold() argument 2029 lock = cl_lock_hold_mutex(env, io, need, scope, source); in cl_lock_hold() [all …]
|
D | obd_config.c | 480 const char *scope, const void *source) in class_incref() argument 482 lu_ref_add_atomic(&obd->obd_reference, scope, source); in class_incref() 491 void class_decref(struct obd_device *obd, const char *scope, const void *source) in class_decref() argument 500 lu_ref_del(&obd->obd_reference, scope, source); in class_decref()
|
/linux-4.4.14/include/net/ |
D | if_inet6.h | 57 __u16 scope; member 233 unsigned char scope = broadcast[5] & 0xF; in ipv6_ib_mc_map() local 240 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ipv6_ib_mc_map()
|
D | flow.h | 94 __u32 mark, __u8 tos, __u8 scope, in flowi4_init_output() argument 103 fl4->flowi4_scope = scope; in flowi4_init_output()
|
D | ip_fib.h | 139 unsigned char scope; member 157 unsigned char scope; member
|
D | dn_fib.h | 14 unsigned char scope; member
|
D | ip.h | 417 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() local 425 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ip_ib_mc_map()
|
/linux-4.4.14/drivers/target/ |
D | target_core_pr.c | 2285 core_scsi3_pro_reserve(struct se_cmd *cmd, int type, int scope, u64 res_key) in core_scsi3_pro_reserve() argument 2337 if (scope != PR_SCOPE_LU_SCOPE) { in core_scsi3_pro_reserve() 2338 pr_err("SPC-3 PR: Illegal SCOPE: 0x%02x\n", scope); in core_scsi3_pro_reserve() 2382 (pr_res_holder->pr_res_scope != scope)) { in core_scsi3_pro_reserve() 2415 pr_reg->pr_res_scope = scope; in core_scsi3_pro_reserve() 2441 core_scsi3_emulate_pro_reserve(struct se_cmd *cmd, int type, int scope, in core_scsi3_emulate_pro_reserve() argument 2451 return core_scsi3_pro_reserve(cmd, type, scope, res_key); in core_scsi3_emulate_pro_reserve() 2529 core_scsi3_emulate_pro_release(struct se_cmd *cmd, int type, int scope, in core_scsi3_emulate_pro_release() argument 2612 (pr_res_holder->pr_res_scope != scope)) { in core_scsi3_emulate_pro_release() 2777 int scope, in __core_scsi3_complete_pro_preempt() argument [all …]
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_parameters.h | 17 u8 scope; member 194 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY) 195 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE)
|
D | iscsi_target_parameters.c | 127 char *name, char *value, u8 phase, u8 scope, u8 sender, in iscsi_set_default_param() argument 152 param->scope = scope; in iscsi_set_default_param() 587 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) { in iscsi_copy_param_list() 612 new_param->scope = param->scope; in iscsi_copy_param_list()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | io_event_irq.h | 44 uint8_t scope; /* 0x02 Error/Event Scope */ member
|
D | rtas.h | 376 extern int pseries_devicetree_update(s32 scope);
|
/linux-4.4.14/security/yama/ |
D | Kconfig | 8 access controls. Currently available is ptrace scope restriction.
|
/linux-4.4.14/Documentation/acpi/ |
D | scan_handlers.txt | 49 device nodes in the given namespace scope with the driver core. Then, it tries 67 scope (if they have scan handlers). Next, it unregisters all of the device 68 nodes in that scope.
|
D | i2c-muxes.txt | 5 Device () scope per mux channel.
|
/linux-4.4.14/include/uapi/linux/ |
D | tipc.h | 181 signed char scope; member
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | matrix-keymap.txt | 2 defining the keys in the scope of linux key codes since that is a stable and
|
/linux-4.4.14/include/linux/ |
D | inetdevice.h | 169 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope); 171 __be32 local, int scope);
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | firewire-cdev | 16 different scope: 42 Due to the different scope of operations and in order to let
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtasd.c | 289 static void prrn_schedule_update(u32 scope) in prrn_schedule_update() argument 292 prrn_update_scope = scope; in prrn_schedule_update()
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 480 sctp_scope_t (*scope) (union sctp_addr *); member 1096 sctp_scope_t scope, gfp_t gfp, 1121 int sctp_in_scope(struct net *net, const union sctp_addr *addr, const sctp_scope_t scope); 1868 sctp_scope_t scope, gfp_t gfp);
|
/linux-4.4.14/net/x25/ |
D | Kconfig | 8 X.25 is a set of standardized network protocols, similar in scope to
|
/linux-4.4.14/drivers/lguest/ |
D | README | 19 taste of its scope. Suitable for the armchair coders and other such
|
/linux-4.4.14/Documentation/ |
D | printk-formats.txt | 190 IPv4/IPv6 addresses (generic, with port, flowinfo, scope): 203 (IPv4, IPv6), flowinfo (IPv6) and scope (IPv6). Ports have a ':' prefix, 204 flowinfo a '/' and scope a '%', each followed by the actual value.
|
D | kselftest.txt | 10 in safe mode with a limited scope. In limited mode, cpu-hotplug test is
|
D | Intel-IOMMU.txt | 22 device scope relationships between PCI devices and which DMA engine controls
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 84 used for static declarations in file scope. Within functions the static 91 work threads remains in-scope, and no references remain to on-stack data 97 the timeout/signal cases from going out of scope. Consider using dynamically
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | icp_qat_uclo.h | 261 char scope; member
|
/linux-4.4.14/arch/openrisc/ |
D | README.openrisc | 64 In the code, the following particles are used on symbols to limit the scope
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 18 IPX is similar in scope to IP, while SPX, which runs on top of IPX,
|
/linux-4.4.14/drivers/power/ |
D | power_supply_sysfs.c | 197 POWER_SUPPLY_ATTR(scope),
|
/linux-4.4.14/Documentation/hwmon/ |
D | ina209 | 92 outside the scope of a hardware monitoring driver to enable or disable output
|
/linux-4.4.14/include/rdma/ |
D | ib_sa.h | 205 u8 scope; member
|
/linux-4.4.14/Documentation/cgroups/ |
D | pids.txt | 12 preventable in the scope of a cgroup hierarchy by allowing resource limiting of
|
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 18 etc) to extract additional credentials and continue to expand the scope
|
/linux-4.4.14/Documentation/filesystems/ |
D | befs.txt | 63 scope of this document. I suggest the Kernel-HOWTO document as a good general
|