Home
last modified time | relevance | path

Searched full:ctl1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dlvds.yaml89 CTL1: VSync
/freebsd/sys/dev/iicbus/rtc/
H A Dhym8563.c219 /* Clear CTL1 register (stop and test bits) */ in hym8563_init()
/freebsd/sys/arm/allwinner/
H A Dif_emac.c554 /* Set up MAC CTL1. */ in emac_init_locked()
/freebsd/sys/dev/ixgbe/
H A Dif_bypass.c517 /* Resync the FW time while writing to CTL1 anyway */ in ixgbe_bp_wd_reset()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c3132 uint32_t ctl0, ctl1; in bwn_dma_64_setdesc()
3158 ctl1 = 0; in bwn_dma_64_setdesc()
3159 ctl1 |= bufsize & BWN_DMA64_DCTL1_BYTECNT; in bwn_dma_64_setdesc()
3160 ctl1 |= (addrext << BWN_DMA64_DCTL1_ADDREXT_SHIFT) in bwn_dma_64_setdesc()
3164 desc->dma.dma64.control1 = htole32(ctl1); in bwn_dma_64_setdesc()
3140 uint32_t ctl0, ctl1; bwn_dma_64_setdesc() local