OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acpi_dsd_integer
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/dev/acpi/
eqos_acpi.c
153
rv =
acpi_dsd_integer
(handle, "snps,mixed-burst", &ival);
157
rv =
acpi_dsd_integer
(handle, "snps,tso", &ival);
167
rv =
acpi_dsd_integer
(axi, "snps,wr_osr_lmt", &ival);
172
rv =
acpi_dsd_integer
(axi, "snps,rd_osr_lmt", &ival);
dwcmmc_acpi.c
160
if (ACPI_SUCCESS(
acpi_dsd_integer
(handle, "fifo-depth", &ival))) {
163
if (ACPI_SUCCESS(
acpi_dsd_integer
(handle, "max-frequency", &ival))) {
166
if (ACPI_SUCCESS(
acpi_dsd_integer
(handle, "bus-width", &ival))) {
acpi_util.h
99
ACPI_STATUS
acpi_dsd_integer
(ACPI_HANDLE, const char *, ACPI_INTEGER *);
com_acpi.c
162
rv =
acpi_dsd_integer
(aa->aa_node->ad_handle, "reg-shift",
182
rv =
acpi_dsd_integer
(aa->aa_node->ad_handle, "clock-frequency",
dwcwdt_acpi.c
89
if (ACPI_SUCCESS(
acpi_dsd_integer
(handle, "clock-frequency", &ival))) {
sdhc_acpi.c
244
rv =
acpi_dsd_integer
(aa->aa_node->ad_handle, "clock-frequency",
253
acpi_dsd_integer
(aa->aa_node->ad_handle, "sdhci-caps-mask", &caps_mask);
254
acpi_dsd_integer
(aa->aa_node->ad_handle, "sdhci-caps", &caps);
nxpiic_acpi.c
118
rv =
acpi_dsd_integer
(aa->aa_node->ad_handle, "clock-frequency",
acpi_util.c
1047
acpi_dsd_integer
(ACPI_HANDLE handle, const char *prop, ACPI_INTEGER *val)
function in typeref:typename:ACPI_STATUS
1090
rv =
acpi_dsd_integer
(handle, prop, &ival);
/src/sys/arch/arm/broadcom/
bcm2835_bsc_acpi.c
138
rv =
acpi_dsd_integer
(aa->aa_node->ad_handle, "clock-frequency", &clock_freq);
/src/sys/arch/arm/acpi/
acpipchb.c
151
if (ACPI_FAILURE(
acpi_dsd_integer
(sc->sc_handle, "linux,pcie-nomsi",
/src/sys/arch/arm/sociox/
if_scx.c
816
rv =
acpi_dsd_integer
(handle, "max-speed", &max_spd);
819
rv =
acpi_dsd_integer
(handle, "max-frame-size", &max_frame);
822
rv =
acpi_dsd_integer
(handle, "phy-channel", &phy_id);
825
rv =
acpi_dsd_integer
(handle, "socionext,phy-clock-frequency",
Completed in 17 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025