Searched refs:BSR (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/smc/
H A Dif_smc.c154 bus_barrier(sc->smc_reg, BSR, 2,
156 bus_write_2(sc->smc_reg, BSR, bank & BSR_BANK_MASK);
157 bus_barrier(sc->smc_reg, BSR, 2,
166 KASSERT((bus_read_2(sc->smc_reg, BSR) &
249 /* Check for the identification value in the BSR. */
250 val = bus_read_2(reg, BSR);
253 device_printf(dev, "identification value not in BSR\n");
262 bus_write_2(reg, BSR, 0);
263 val = bus_read_2(reg, BSR);
267 "identification value not in BSR afte
[all...]
H A Dif_smcreg.h34 #define BSR 0xe macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp81 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { argument
82 auto Ref = ResourceEntryRef(BSR, Owner);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h32 BSR,
H A DX86ISelLowering.cpp23048 // optimizeCompareInst by using the flags from the BSR/TZCNT used for the
[all...]

Completed in 151 milliseconds