Searched refs:strap (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/bmake/
H A Dmakefile.in12 ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@
H A Dbsd.after-import.mk39 # This lets us match what boot-strap does
52 # run boot-strap with minimal influence
53 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
54 HOME=/ ${BMAKE_SRC}/boot-strap -o ${HOST_OS} ${BOOTSTRAP_ARGS} ${BOOTSTRAP_XTRAS}
/freebsd-11.0-release/sys/dev/e1000/
H A De1000_ich8lan.c2230 u32 strap = E1000_READ_REG(hw, E1000_STRAP); local
2231 u32 freq = (strap & E1000_STRAP_SMT_FREQ_MASK) >>
2235 strap &= E1000_STRAP_SMBUS_ADDRESS_MASK;
2242 phy_data |= (strap >> E1000_STRAP_SMBUS_ADDRESS_SHIFT);
/freebsd-11.0-release/sys/dev/bce/
H A Dif_bce.c224 /* strap, cfg1, & write1 need updates */
230 /* strap, cfg1, & write1 need updates */
251 /* strap, cfg1, & write1 need updates */
3104 u32 strap; local
3122 strap = (val &
3125 strap = (val &
3129 switch (strap) {
3143 switch (strap) {

Completed in 93 milliseconds