Home
last modified time | relevance | path

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

/freebsd-head/sys/arm/freescale/imx/
HDimx6_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-head/usr.sbin/bhyve/
HDpci_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()