Home
last modified time | relevance | path

Searched refs:cfg1 (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/dev/fdt/
H A Dsncodec.c196 uint8_t cfg0, cfg1; in sncodec_set_format() local
199 cfg1 = sncodec_read(sc, TDM_CFG1); in sncodec_set_format()
200 cfg1 &= ~TDM_CFG1_RX_OFFSET_MASK; in sncodec_set_format()
205 cfg1 &= ~TDM_CFG1_RX_JUSTIFY; in sncodec_set_format()
207 cfg1 &= ~TDM_CFG1_RX_EDGE; in sncodec_set_format()
211 cfg1 |= TDM_CFG1_RX_JUSTIFY; in sncodec_set_format()
212 cfg1 &= ~TDM_CFG1_RX_EDGE; in sncodec_set_format()
216 cfg1 &= ~TDM_CFG1_RX_JUSTIFY; in sncodec_set_format()
217 cfg1 &= ~TDM_CFG1_RX_EDGE; in sncodec_set_format()
224 cfg1 ^= TDM_CFG1_RX_EDGE; in sncodec_set_format()
[all …]
H A Dtascodec.c183 uint8_t cfg0, cfg1; in tascodec_set_format() local
186 cfg1 = tascodec_read(sc, TDM_CFG1); in tascodec_set_format()
187 cfg1 &= ~TDM_CFG1_RX_OFFSET_MASK; in tascodec_set_format()
192 cfg1 &= ~TDM_CFG1_RX_JUSTIFY; in tascodec_set_format()
194 cfg1 &= ~TDM_CFG1_RX_EDGE; in tascodec_set_format()
198 cfg1 |= TDM_CFG1_RX_JUSTIFY; in tascodec_set_format()
199 cfg1 &= ~TDM_CFG1_RX_EDGE; in tascodec_set_format()
203 cfg1 &= ~TDM_CFG1_RX_JUSTIFY; in tascodec_set_format()
204 cfg1 &= ~TDM_CFG1_RX_EDGE; in tascodec_set_format()
211 cfg1 ^= TDM_CFG1_RX_EDGE; in tascodec_set_format()
[all …]
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dsi_vbt.c302 u16 cfg0, cfg1; in chv_exec_gpio() local
342 cfg1 = CHV_GPIO_PAD_CFG1(family_num, gpio_index); in chv_exec_gpio()
345 vlv_iosf_sb_write(dev_priv, port, cfg1, 0); in chv_exec_gpio()
/openbsd/sys/dev/pci/
H A Dif_nxe.c1244 u_int32_t cfg1 = 0x1447; /* XXX */ in nxe_iff() local
1253 cfg1 |= NXE_0_XG_CFG1_PROMISC; in nxe_iff()
1255 cfg1 |= NXE_0_XG_CFG1_MULTICAST; in nxe_iff()
1260 nxe_crb_write(sc, NXE_0_XG_CFG1(sc->sc_port), cfg1); in nxe_iff()
/openbsd/sys/dev/ic/
H A Drtw.c2446 u_int8_t cfg0, cfg1; in rtw_led_init() local
2454 cfg1 = RTW_READ8(regs, RTW_CONFIG1); in rtw_led_init()
2456 ("%s: read % from reg[CONFIG1]\n", __func__, cfg1)); in rtw_led_init()
2458 cfg1 &= ~RTW_CONFIG1_LEDS_MASK; in rtw_led_init()
2459 cfg1 |= RTW_CONFIG1_LEDS_TX_RX; in rtw_led_init()
2460 RTW_WRITE8(regs, RTW_CONFIG1, cfg1); in rtw_led_init()
H A Dqwxreg.h13159 uint32_t cfg1; member
H A Dqwzreg.h13690 uint32_t cfg1; member
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog870 * g++.dg/opt/cfg1.C: New test.