Searched refs:Time (Results 1 – 25 of 125) sorted by relevance
12345
| /f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 989 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 D | trivial-rtc.yaml | 23 # 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 D | pcf8563.txt | 1 * Philips PCF8563/Epson RTC8564 Real Time Clock 3 Philips PCF8563/Epson RTC8564 Real Time Clock
|
| H A D | xgene-rtc.txt | 1 * APM X-Gene Real Time Clock 3 RTC controller for the APM X-Gene Real Time Clock
|
| H A D | xlnx-rtc.txt | 1 * Xilinx Zynq Ultrascale+ MPSoC Real Time Clock 3 RTC controller for the Xilinx Zynq MPSoC Real Time Clock
|
| H A D | maxim,mcp795.txt | 1 * Maxim MCP795 SPI Serial Real-Time Clock
|
| H A D | sirf,prima2-sysrtc.txt | 1 SiRFSoC Real Time Clock
|
| H A D | maxim,ds1742.txt | 1 * Maxim (Dallas) DS1742/DS1743 Real Time Clock
|
| H A D | realtek,rtd119x.txt | 1 Realtek RTD129x Real-Time Clock
|
| H A D | pcf85363.txt | 1 NXP PCF85263/PCF85363 Real Time Clock
|
| H A D | lpc32xx-rtc.txt | 1 * NXP LPC32xx SoC Real Time Clock controller
|
| H A D | nxp,rtc-2123.txt | 1 NXP PCF2123 SPI Real Time Clock
|
| H A D | stericsson,coh901331.txt | 1 ST-Ericsson COH 901 331 Real Time Clock
|
| H A D | digicolor-rtc.txt | 1 Conexant Digicolor Real Time Clock controller
|
| H A D | orion-rtc.txt | 1 * Mvebu Real Time Clock
|
| H A D | nxp,pcf8523.txt | 1 * NXP PCF8523 Real Time Clock
|
| H A D | sprd,sc27xx-rtc.txt | 1 Spreadtrum SC27xx Real Time Clock
|
| H A D | imxdi-rtc.txt | 1 * i.MX25 Real Time Clock controller
|
| H A D | alphascale,asm9260-rtc.txt | 1 * Alphascale asm9260 SoC Real Time Clock
|
| H A D | nxp,pcf85063.txt | 1 * NXP PCF85063 Real Time Clock
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | armada3700-tbg-clock.txt | 1 * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs 3 Marvell Armada 37xx SoCs provde Time Base Generator clocks which are
|
| H A D | mvebu-gated-clock.txt | 23 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 D | ti-aemif.txt | 96 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 D | test_07.T.out | 6 First Name Last Name Department Time (%)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/light/ |
| H A D | renesas,isl29501.txt | 1 * ISL29501 Time-of-flight sensor.
|
12345