Searched refs:nvraminfo (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/acpi/
H A Dfdc_acpi.c306 fdc_acpi_nvtotype(const char *fdc, int nvraminfo, int drive) argument
310 type = (drive == 0 ? nvraminfo : nvraminfo << 4) & 0xf0;
/netbsd-current/sys/arch/arc/jazz/
H A Dfd.c392 fd_nvtotype(char *fdc, int nvraminfo, int drive)
396 type = (drive == 0 ? nvraminfo : nvraminfo << 4) & 0xf0;
/netbsd-current/sys/dev/isa/
H A Dfd.c652 fd_nvtotype(const char *fdc, int nvraminfo, int drive) argument
656 type = (drive == 0 ? nvraminfo : nvraminfo << 4) & 0xf0;
/netbsd-current/sys/arch/acorn32/mainbus/
H A Dfd.c536 fd_nvtotype(const char *fdc, int nvraminfo, int drive) argument
540 type = (drive == 0 ? nvraminfo : nvraminfo << 4) & 0xf0;

Completed in 191 milliseconds