/src/sys/dev/i2c/ |
mcp980x.c | 396 int newres, err; local in function:sysctl_mcp980x_res 403 newres = *(int *)node.sysctl_data; 404 if (newres > MCP980X_CONFIG_ADC_RES_12BIT) 406 sc->sc_res = (uint8_t) newres;
|
mcp980x.c | 396 int newres, err; local in function:sysctl_mcp980x_res 403 newres = *(int *)node.sysctl_data; 404 if (newres > MCP980X_CONFIG_ADC_RES_12BIT) 406 sc->sc_res = (uint8_t) newres;
|
/src/sys/dev/acpi/ |
acpi_pci_link.c | 821 ACPI_RESOURCE newres; local in function:acpi_pci_link_srs_from_links 836 bcopy(&link->l_prs_template, &newres, 837 ACPI_RS_SIZE(newres.Data.Irq)); 838 newres.Data.Irq.InterruptCount = 1; 841 newres.Data.Irq.Interrupts[0] = link->l_irq; 842 newres.Data.Irq.Triggering = link->l_trig; 843 newres.Data.Irq.Polarity = link->l_pol; 845 newres.Data.Irq.Interrupts[0] = 0; 849 bcopy(&link->l_prs_template, &newres, 850 ACPI_RS_SIZE(newres.Data.ExtendedIrq)) [all...] |
acpi_pci_link.c | 821 ACPI_RESOURCE newres; local in function:acpi_pci_link_srs_from_links 836 bcopy(&link->l_prs_template, &newres, 837 ACPI_RS_SIZE(newres.Data.Irq)); 838 newres.Data.Irq.InterruptCount = 1; 841 newres.Data.Irq.Interrupts[0] = link->l_irq; 842 newres.Data.Irq.Triggering = link->l_trig; 843 newres.Data.Irq.Polarity = link->l_pol; 845 newres.Data.Irq.Interrupts[0] = 0; 849 bcopy(&link->l_prs_template, &newres, 850 ACPI_RS_SIZE(newres.Data.ExtendedIrq)) [all...] |