Searched refs:Real (Results 1 – 25 of 135) sorted by relevance
123456
| /freebsd-13.1/sys/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 29 # Dallas DS1672 Real-time Clock 43 # Intersil ISL12022 Real-time Clock 45 # Real Time Clock Module with I2C-Bus 47 # Real Time Clock Module with I2C-Bus 49 # Real Time Clock 51 # Real-time clock 53 # Real-time clock 55 # Real-time clock [all …]
|
| 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 | pcf85363.txt | 1 NXP PCF85263/PCF85363 Real Time Clock
|
| H A D | realtek,rtd119x.txt | 1 Realtek RTD129x Real-Time Clock
|
| H A D | nxp,rtc-2123.txt | 1 NXP PCF2123 SPI Real Time Clock
|
| H A D | lpc32xx-rtc.txt | 1 * NXP LPC32xx SoC Real Time Clock controller
|
| 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
|
| H A D | haoyu,hym8563.txt | 1 Haoyu Microelectronics HYM8563 Real Time Clock
|
| H A D | dallas,ds1390.txt | 1 * Dallas DS1390 SPI Serial Real-Time Clock
|
| H A D | sa1100-rtc.txt | 1 * Marvell Real Time Clock controller
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | atmel-sysregs.txt | 72 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 75 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up. 76 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 79 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up. 104 - atmel,wakeup-rtc-timer: boolean to enable Real-Time Clock wake-up. 107 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
|
| H A D | rtsm-dcscb.txt | 6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 261 APSInt Real, Imag; 262 ComplexAPSInt() : Real(1), Imag(1) {} 265 APFloat Real, Imag; 266 ComplexAPFloat() : Real(0.0), Imag(0.0) {} 447 return ((ComplexAPSInt *)(char *)&Data)->Real; 463 return ((ComplexAPFloat *)(char *)&Data)->Real; 601 ((ComplexAPSInt *)(char *)&Data)->Real = std::move(R); 608 ((ComplexAPFloat *)(char *)&Data)->Real = std::move(R);
|
123456