Home
last modified time | relevance | path

Searched refs:Time (Results 1 – 25 of 125) sorted by relevance

12345

/f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c989 struct timespec Time; in AcpiOsWaitSemaphore() local
1064 if (clock_gettime (CLOCK_REALTIME, &Time) == -1) in AcpiOsWaitSemaphore()
1070 Time.tv_sec += (MsecTimeout / ACPI_MSEC_PER_SEC); in AcpiOsWaitSemaphore()
1071 Time.tv_nsec += ((MsecTimeout % ACPI_MSEC_PER_SEC) * ACPI_NSEC_PER_MSEC); in AcpiOsWaitSemaphore()
1075 if (Time.tv_nsec >= ACPI_NSEC_PER_SEC) in AcpiOsWaitSemaphore()
1077 Time.tv_sec += (Time.tv_nsec / ACPI_NSEC_PER_SEC); in AcpiOsWaitSemaphore()
1078 Time.tv_nsec = (Time.tv_nsec % ACPI_NSEC_PER_SEC); in AcpiOsWaitSemaphore()
1081 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR)) in AcpiOsWaitSemaphore()
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Dtrivial-rtc.yaml23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
45 # Real Time Clock Module with I2C-Bus
47 # Real Time Clock Module with I2C-Bus
49 # Real Time Clock
H A Dpcf8563.txt1 * Philips PCF8563/Epson RTC8564 Real Time Clock
3 Philips PCF8563/Epson RTC8564 Real Time Clock
H A Dxgene-rtc.txt1 * APM X-Gene Real Time Clock
3 RTC controller for the APM X-Gene Real Time Clock
H A Dxlnx-rtc.txt1 * Xilinx Zynq Ultrascale+ MPSoC Real Time Clock
3 RTC controller for the Xilinx Zynq MPSoC Real Time Clock
H A Dmaxim,mcp795.txt1 * Maxim MCP795 SPI Serial Real-Time Clock
H A Dsirf,prima2-sysrtc.txt1 SiRFSoC Real Time Clock
H A Dmaxim,ds1742.txt1 * Maxim (Dallas) DS1742/DS1743 Real Time Clock
H A Drealtek,rtd119x.txt1 Realtek RTD129x Real-Time Clock
H A Dpcf85363.txt1 NXP PCF85263/PCF85363 Real Time Clock
H A Dlpc32xx-rtc.txt1 * NXP LPC32xx SoC Real Time Clock controller
H A Dnxp,rtc-2123.txt1 NXP PCF2123 SPI Real Time Clock
H A Dstericsson,coh901331.txt1 ST-Ericsson COH 901 331 Real Time Clock
H A Ddigicolor-rtc.txt1 Conexant Digicolor Real Time Clock controller
H A Dorion-rtc.txt1 * Mvebu Real Time Clock
H A Dnxp,pcf8523.txt1 * NXP PCF8523 Real Time Clock
H A Dsprd,sc27xx-rtc.txt1 Spreadtrum SC27xx Real Time Clock
H A Dimxdi-rtc.txt1 * i.MX25 Real Time Clock controller
H A Dalphascale,asm9260-rtc.txt1 * Alphascale asm9260 SoC Real Time Clock
H A Dnxp,pcf85063.txt1 * NXP PCF85063 Real Time Clock
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Darmada3700-tbg-clock.txt1 * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
3 Marvell Armada 37xx SoCs provde Time Base Generator clocks which are
H A Dmvebu-gated-clock.txt23 25 tdm Time Division Mplx
48 25 tdm Time Division Mplx
77 25 tdm Time Division Multiplexing
117 25 tdm Time Division Mplx
173 20 tdm Time Division Mplx
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dti-aemif.txt96 Time between the end of one asynchronous memory
103 Time between the beginning of a memory cycle
108 Time between the activation and deactivation of
113 Time between the deactivation of the read
120 Time between the beginning of a memory cycle
125 Time between the activation and deactivation of
130 Time between the deactivation of the write
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_07.T.out6 First Name Last Name Department Time (%)
/f-stack/freebsd/contrib/device-tree/Bindings/iio/light/
H A Drenesas,isl29501.txt1 * ISL29501 Time-of-flight sensor.

12345