Home
last modified time | relevance | path

Searched refs:Real (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd-13.1/sys/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
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 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 Dpcf85363.txt1 NXP PCF85263/PCF85363 Real Time Clock
H A Drealtek,rtd119x.txt1 Realtek RTD129x Real-Time Clock
H A Dnxp,rtc-2123.txt1 NXP PCF2123 SPI Real Time Clock
H A Dlpc32xx-rtc.txt1 * NXP LPC32xx SoC Real Time Clock controller
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
H A Dhaoyu,hym8563.txt1 Haoyu Microelectronics HYM8563 Real Time Clock
H A Ddallas,ds1390.txt1 * Dallas DS1390 SPI Serial Real-Time Clock
H A Dsa1100-rtc.txt1 * Marvell Real Time Clock controller
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Datmel-sysregs.txt72 - 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 Drtsm-dcscb.txt6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h261 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