Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/bcma/
H A Dbcma.c299 uint16_t clkflags; in bcma_reset_hw() local
308 clkflags = BHND_IOCTL_CLK_EN | BHND_IOCTL_CLK_FORCE; in bcma_reset_hw()
309 if (ioctl & clkflags) in bcma_reset_hw()
327 if ((error = bhnd_write_ioctl(child, ioctl | clkflags, UINT16_MAX))) in bcma_reset_hw()
347 uint16_t clkflags; in bcma_suspend_hw() local
356 clkflags = BHND_IOCTL_CLK_EN | BHND_IOCTL_CLK_FORCE; in bcma_suspend_hw()
357 if (ioctl & clkflags) in bcma_suspend_hw()
373 if ((error = bhnd_write_ioctl(child, ioctl, ~clkflags))) in bcma_suspend_hw()
/src/sys/dev/bhnd/siba/
H A Dsiba.c730 uint16_t clkflags; in siba_reset_hw() local
743 clkflags = BHND_IOCTL_CLK_EN | BHND_IOCTL_CLK_FORCE; in siba_reset_hw()
744 if (ioctl & clkflags) in siba_reset_hw()
795 uint16_t cflags, clkflags; in siba_suspend_hw() local
809 clkflags = BHND_IOCTL_CLK_EN | BHND_IOCTL_CLK_FORCE; in siba_suspend_hw()
810 if (ioctl & clkflags) in siba_suspend_hw()