Home
last modified time | relevance | path

Searched full:cmos (Results 1 – 25 of 202) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-cmos.c3 * RTC class driver for "CMOS RTC": PCs, ACPI, etc
10 * The original "cmos clock" chip was an MC146818 chip, now obsolete.
253 struct cmos_rtc *cmos; member
269 if (p->cmos->day_alrm) { in cmos_read_alarm_callback()
271 time->tm_mday = CMOS_READ(p->cmos->day_alrm) & 0x3f; in cmos_read_alarm_callback()
275 if (p->cmos->mon_alrm) { in cmos_read_alarm_callback()
276 time->tm_mon = CMOS_READ(p->cmos->mon_alrm); in cmos_read_alarm_callback()
287 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local
289 .cmos = cmos, in cmos_read_alarm()
294 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-pcie-idio-24.c80 * @ttl_out0_7: Read: TTL/CMOS Outputs 0-7
81 * Write: TTL/CMOS Outputs 0-7
88 * @ttl_in0_7: Read: TTL/CMOS Inputs 0-7
96 * @cos_ttl0_7: Read: COS Status TTL/CMOS 0-7
97 * Write: COS Clear TTL/CMOS 0-7
155 /* TTL/CMOS I/O */ in idio_24_gpio_get_direction()
156 /* OUT MODE = 1 when TTL/CMOS Output Mode is set */ in idio_24_gpio_get_direction()
171 /* TTL/CMOS I/O */ in idio_24_gpio_direction_input()
175 /* Clear TTL/CMOS Output Mode */ in idio_24_gpio_direction_input()
193 /* TTL/CMOS I/O */ in idio_24_gpio_direction_output()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dearly_cmos.h10 /* CMOS actually resides in the RTC SRAM */
16 * This reads from CMOS for the 8-bit data stored at the given address.
26 * This reads from CMOS for the 16-bit data stored at the given address.
36 * This reads from CMOS for the 32-bit data stored at the given address.
H A Du-boot-x86.h62 * fsp_save_s3_stack() - save stack address to CMOS for next S3 boot
65 * to CMOS and use it as the stack on next S3 boot for fsp_init()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dfloppy.rst81 0x370, and if you use the 'cmos' option.
143 floppy=<drive>,<type>,cmos
144 Sets the CMOS type of <drive> to <type>. This is mandatory if
146 described in the physical CMOS), or if your BIOS uses
147 non-standard CMOS types. The CMOS types are:
150 0 Use the value of the physical CMOS
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dimx7-csi.txt1 Freescale i.MX7 CMOS Sensor Interface
7 This is device node for the CMOS Sensor Interface (CSI) which enables the chip
8 to connect directly to external CMOS image sensors.
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_cmos_rtc.c3 * ACPI support for CMOS RTC Address Space access
62 pr_err(PREFIX "Error installing CMOS-RTC region handler\n"); in acpi_install_cmos_rtc_space_handler()
73 pr_err(PREFIX "Error removing CMOS-RTC region handler\n"); in acpi_remove_cmos_rtc_space_handler()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dimx290.txt1 * Sony IMX290 1/2.8-Inch CMOS Image Sensor
3 The Sony IMX290 is a 1/2.8-Inch CMOS Solid-state image sensor with
5 interfaces. The sensor output is available via CMOS logic parallel SDR output,
H A Dmt9m111.txt1 Micron 1.3Mp CMOS Digital Image Sensor
3 The Micron MT9M111 is a CMOS active pixel digital image sensor with an active
H A Dmt9p031.txt1 * Aptina 1/2.5-Inch 5Mp CMOS Digital Image Sensor
3 The Aptina MT9P031 is a 1/2.5-inch CMOS active pixel digital image sensor with
H A Dmt9v032.txt1 * Aptina 1/3-Inch WVGA CMOS Digital Image Sensor
3 The Aptina MT9V032 is a 1/3-inch CMOS active pixel digital image sensor with
H A Dov7251.txt1 * Omnivision 1/7.5-Inch B&W VGA CMOS Digital Image Sensor
3 The Omnivision OV7251 is a 1/7.5-Inch CMOS active pixel digital image sensor
H A Dov5645.txt1 * Omnivision 1/4-Inch 5Mp CMOS Digital Image Sensor
3 The Omnivision OV5645 is a 1/4-Inch CMOS active pixel digital image sensor with
H A Dsony,imx274.yaml7 title: Sony 1/2.5-Inch 8.51MP CMOS Digital Image Sensor
13 The Sony IMX274 is a 1/2.5-inch CMOS active pixel digital image sensor with an
H A Dsony,imx214.txt1 * Sony 1/3.06-Inch 13.13Mp CMOS Digital Image Sensor
3 The Sony imx214 is a 1/3.06-inch CMOS active pixel digital image sensor with
H A Dimx219.yaml7 title: Sony 1/4.0-Inch 8Mpixel CMOS Digital Image Sensor
13 The Sony imx219 is a 1/4.0-inch CMOS active pixel digital image sensor
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Defirtc.rst28 portable way, the CMOS clock. A program like /sbin/hwclock uses such a clock
32 the CMOS clock, we decided to expose an API that was very similar to the one
64 Read the CMOS clock::
68 Write the CMOS clock::
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Drtc.c23 * CMOS/RTC registers. See include/asm-i386/mc146818rtc.h for details.
36 * In order to set the CMOS clock precisely, set_rtc_mmss has to be
38 * nowtime is written into the registers of the CMOS clock, it will
125 /* Routines for accessing the CMOS RAM/RTC. */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/
H A Dthine,thc63lvd1024.yaml16 modes, handling up to two LVDS input streams and up to two digital CMOS/TTL
56 description: First digital CMOS/TTL parallel output
60 description: Second digital CMOS/TTL parallel output
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c69 * Read scrambler seeds from CMOS RAM. We don't want to store them in in read_seed_from_cmos()
71 * the flash too much. So we store these in CMOS and the large MRC in read_seed_from_cmos()
84 debug("Read scrambler seed 0x%08x from CMOS 0x%02x\n", in read_seed_from_cmos()
86 debug("Read S3 scrambler seed 0x%08x from CMOS 0x%02x\n", in read_seed_from_cmos()
146 /* Save the MRC seed values to CMOS */ in write_seeds_to_cmos()
148 debug("Save scrambler seed 0x%08x to CMOS 0x%02x\n", in write_seeds_to_cmos()
152 debug("Save s3 scrambler seed 0x%08x to CMOS 0x%02x\n", in write_seeds_to_cmos()
548 debug("Failed to write seeds to CMOS: %d\n", ret); in dram_init()
/OK3568_Linux_fs/kernel/drivers/media/platform/marvell-ccic/
H A DKconfig3 tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
12 CMOS camera controller. This is the controller found on first-
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dgpio-muxadc.txt5 - "sgm3699": for a quad, bidirectional, single-pole/double-throw (SPDT) CMOS analog switch.
6 - "sgm48752": for a dual, bidirectional, double-pole/double-throw (DPDT) CMOS analog switch.
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c122 /* Save the stack address to CMOS */ in fsp_save_s3_stack()
125 debug("Save stack address to CMOS: err=%d\n", ret); in fsp_save_s3_stack()
167 * CMOS access library which does not depend on DM. in arch_fsp_init()
/OK3568_Linux_fs/buildroot/board/technologic/ts5500/
H A Dreadme.txt45 choosing "Ide 0: AUTOCONFIG, LBA" under "IDE DRIVE GEOMETRY" in the "Basic CMOS
47 flag on partition 1. For details about the CMOS setup, please see:
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dfloppy.h253 * Floppy types are stored in the rtc's CMOS RAM and so rtc_lock
254 * is needed to prevent corrupted CMOS RAM in case "insmod floppy"
255 * coincides with another rtc CMOS user. Paul G.

123456789