Home
last modified time | relevance | path

Searched refs:enbit (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/freescale/imx/
H A Dimx6_snvs.c96 uint32_t enbit; in snvs_rtc_enable() local
105 enbit = sc->lpcr & LPCR_SRTC_ENV; in snvs_rtc_enable()
106 while ((RD4(sc, SNVS_LPCR) & LPCR_SRTC_ENV) != enbit) in snvs_rtc_enable()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c870 uint16_t enbit = 0; in pci_emul_alloc_bar() local
873 enbit = PCIM_CMD_PORTEN; in pci_emul_alloc_bar()
877 enbit = PCIM_CMD_MEMEN; in pci_emul_alloc_bar()
880 enbit = 0; in pci_emul_alloc_bar()
885 pci_set_cfgdata16(pdi, PCIR_COMMAND, cmd | enbit); in pci_emul_alloc_bar()