Searched refs:cmos (Results 1 – 6 of 6) sorted by relevance
13 static uint32_t sync(const struct device *cmos) in sync() argument18 err = counter_get_value(cmos, &this); in sync()26 err = counter_get_value(cmos, &this); in sync()51 const struct device *const cmos = DEVICE_DT_GET_ONE(motorola_mc146818); in timer() local53 if (!device_is_ready(cmos)) { in timer()63 start = sync(cmos); in timer()64 end = sync(cmos); in timer()
302 static int high_drive, pull_down, cmos; in cmd_gpio_configure() local311 {"cmos", no_argument, &cmos, 1}, in cmd_gpio_configure()317 cmos = 0; in cmd_gpio_configure()353 if (cmos == 1) { in cmd_gpio_configure()
55 source "drivers/counter/Kconfig.cmos"
135 npm6001 gpio configure -p 1 -d input --cmos
126 Same UART1 TX and RX cmos signals are available before the FT232, at P9 connector.
1800 * :github:`42702` - upsquared: drivers.counter.cmos.seconds_rate is failing with busted maximum bou…