Home
last modified time | relevance | path

Searched refs:newres (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/acpi/
Dacpi_pci_link.c821 ACPI_RESOURCE newres; in acpi_pci_link_srs_from_links() local
836 bcopy(&link->l_prs_template, &newres, in acpi_pci_link_srs_from_links()
837 ACPI_RS_SIZE(newres.Data.Irq)); in acpi_pci_link_srs_from_links()
838 newres.Data.Irq.InterruptCount = 1; in acpi_pci_link_srs_from_links()
841 newres.Data.Irq.Interrupts[0] = link->l_irq; in acpi_pci_link_srs_from_links()
842 newres.Data.Irq.Triggering = link->l_trig; in acpi_pci_link_srs_from_links()
843 newres.Data.Irq.Polarity = link->l_pol; in acpi_pci_link_srs_from_links()
845 newres.Data.Irq.Interrupts[0] = 0; in acpi_pci_link_srs_from_links()
849 bcopy(&link->l_prs_template, &newres, in acpi_pci_link_srs_from_links()
850 ACPI_RS_SIZE(newres.Data.ExtendedIrq)); in acpi_pci_link_srs_from_links()
[all …]
/netbsd/src/sys/dev/i2c/
Dmcp980x.c396 int newres, err; in sysctl_mcp980x_res() local
403 newres = *(int *)node.sysctl_data; in sysctl_mcp980x_res()
404 if (newres > MCP980X_CONFIG_ADC_RES_12BIT) in sysctl_mcp980x_res()
406 sc->sc_res = (uint8_t) newres; in sysctl_mcp980x_res()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc1086 tree newres = DECL_TEMPLATE_RESULT (newdecl); in decls_match() local
1088 if (TREE_CODE (newres) != TREE_CODE (oldres)) in decls_match()
1093 if (TREE_CODE (newres) == TYPE_DECL) in decls_match()
1094 types_match = same_type_p (TREE_TYPE (newres), TREE_TYPE (oldres)); in decls_match()
1096 types_match = decls_match (newres, oldres); in decls_match()
1442 tree newres = DECL_TEMPLATE_RESULT (newdecl); in duplicate_function_template_decls() local
1447 TYPE_ARG_TYPES (TREE_TYPE (newres))) in duplicate_function_template_decls()
1453 && function_requirements_equivalent_p (newres, oldres)) in duplicate_function_template_decls()
1828 tree newres = DECL_TEMPLATE_RESULT (newdecl); in duplicate_decls() local
1834 || TREE_CODE (newres) == TYPE_DECL) in duplicate_decls()
[all …]