Searched refs:ctrl2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/iicbus/rtc/ |
| H A D | ds1307.c | 299 uint8_t ctrl2; in is_epson_time_valid() local 309 error = ds1307_read1(dev, (RX8035_CTRL_2 << 4), &ctrl2); in is_epson_time_valid() 316 if (ctrl2 & RX8035_CTRL_2_XSTP) { in is_epson_time_valid() 318 ctrl2); in is_epson_time_valid() 326 if (ctrl2 & RX8035_CTRL_2_PON) { in is_epson_time_valid() 328 ctrl2); in is_epson_time_valid() 340 uint8_t ctrl2; in mark_epson_time_valid() local 345 error = ds1307_read1(dev, (RX8035_CTRL_2 << 4), &ctrl2); in mark_epson_time_valid() 353 ctrl2 = ctrl2 & ~(control_mask); in mark_epson_time_valid() 355 error = ds1307_write1(dev, (RX8035_CTRL_2 << 4), ctrl2); in mark_epson_time_valid()
|
| /freebsd-14.2/sys/arm64/rockchip/ |
| H A D | rk3328_codec.c | 477 uint32_t ctrl1, ctrl2, ctrl3; in rkcodec_dai_init() local 486 ctrl2 = RKCODEC_READ(sc, CODEC_DAC_INIT_CTRL2); in rkcodec_dai_init() 515 ctrl2 &= ~(DAC_INIT_CTRL2_DAC_VDL_MASK | DAC_INIT_CTRL2_DAC_MODE_MASK); in rkcodec_dai_init() 516 ctrl2 |= DAC_INIT_CTRL2_DAC_VDL_16BITS; in rkcodec_dai_init() 521 ctrl2 |= DAC_INIT_CTRL2_DAC_MODE_I2S; in rkcodec_dai_init() 524 ctrl2 |= DAC_INIT_CTRL2_DAC_MODE_LJM; in rkcodec_dai_init() 527 ctrl2 |= DAC_INIT_CTRL2_DAC_MODE_RJM; in rkcodec_dai_init() 537 RKCODEC_WRITE(sc, CODEC_DAC_INIT_CTRL2, ctrl2); in rkcodec_dai_init()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | AnsiTerminal.h | 71 #define ANSI_2_CTRL(ctrl1, ctrl2) "\033["##ctrl1 ";"##ctrl2 ANSI_ESC_END argument
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cirrus,cs35l45.yaml | 148 cirrus,gpio-ctrl2 {
|