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

/freebsd-11-stable/sys/dev/smc/
H A Dif_smc.c150 bus_barrier(sc->smc_reg, BSR, 2,
152 bus_write_2(sc->smc_reg, BSR, bank & BSR_BANK_MASK);
153 bus_barrier(sc->smc_reg, BSR, 2,
162 KASSERT((bus_read_2(sc->smc_reg, BSR) &
245 /* Check for the identification value in the BSR. */
246 val = bus_read_2(reg, BSR);
249 device_printf(dev, "identification value not in BSR\n");
258 bus_write_2(reg, BSR, 0);
259 val = bus_read_2(reg, BSR);
263 "identification value not in BSR afte
[all...]
H A Dif_smcreg.h32 #define BSR 0xe macro
/freebsd-11-stable/sys/dev/cx/
H A Dcsigma.c130 sr = inb (BSR(port));
150 rev = inb (BSR(port));
180 if ((inb (BSR(port)+i) & BSR_REV_MASK) != (rev & BSR_REV_MASK))
221 rev = inb (BSR(port));
227 if ((inb (BSR(port)+i) & BSR2X_REV_MASK) !=
251 if (! (inb (BSR(port)) & BSR_NOCHAIN)) {
256 if (! (inb (BSR(port+0x10)) & BSR_NOCHAIN))
264 if (! (inb (BSR(port)) & BSR_NOCHAIN)) {
269 if (! (inb (BSR(port+0x10)) & BSR_NOCHAIN))
349 rev = inb (BSR(
[all...]
H A Dcxreg.h28 #define BSR(p) (p) /* board status register, read only */ macro
H A Dcxddk.c591 while (! (inw (BSR(b->port)) & BSR_NOINTR)) {
904 return (!(inw (BSR(b->port)) & BSR_NOINTR));
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c50 static bfd_vma BSR PARAMS ((bfd_vma, int));
999 BSR (val, amount)
1163 upper32 = SIGNEXT32 (BSR (the_insn.exp.X_add_number, 32));
2464 val = BSR (val, 32);
2473 val = BSR (val, 32);
3349 val = BSR (val, 32);
3369 val = BSR (val, 32);
993 BSR (val, amount) function
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h34 BSR,
H A DX86ISelLowering.cpp[all...]

Completed in 213 milliseconds