HomeSort by: relevance | last modified time | path
    Searched defs:zs_read_reg (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/newsmips/dev/
zs.c 110 tconst = zs_read_reg(cs, 12);
111 tconst |= zs_read_reg(cs, 13) << 8;
193 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/cesfic/dev/
zs.c 214 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
371 stat = zs_read_reg(cs, 1) & (ZSRR1_FE | ZSRR1_DO | ZSRR1_PE);
  /src/sys/arch/ews4800mips/dev/
zs.c 103 tconst = zs_read_reg(cs, 12);
104 tconst |= zs_read_reg(cs, 13) << 8;
185 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/cobalt/dev/
zs.c 301 tconst = zs_read_reg(cs, 12);
302 tconst |= zs_read_reg(cs, 13) << 8;
386 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/news68k/dev/
zs.c 332 tconst = zs_read_reg(cs, 12);
333 tconst |= zs_read_reg(cs, 13) << 8;
417 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/x68k/dev/
zs.c 344 tconst = zs_read_reg(cs, 12);
345 tconst |= zs_read_reg(cs, 13) << 8;
437 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/dev/tc/
zs_ioasic.c 544 zs_read_reg(struct zs_chanstate *cs, u_int reg) function in typeref:typename:u_int
  /src/sys/arch/next68k/dev/
zs.c 345 tconst = zs_read_reg(cs, 12);
346 tconst |= zs_read_reg(cs, 13) << 8;
432 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/sun2/dev/
zs.c 398 tconst = zs_read_reg(cs, 12);
399 tconst |= zs_read_reg(cs, 13) << 8;
485 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/mvme68k/dev/
zs.c 292 tconst = zs_read_reg(cs, 12);
293 tconst |= zs_read_reg(cs, 13) << 8;
377 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
456 stat = zs_read_reg(cs, 1) & (ZSRR1_FE | ZSRR1_DO | ZSRR1_PE);
  /src/sys/arch/mipsco/obio/
zs.c 386 tconst = zs_read_reg(cs, 12);
387 tconst |= zs_read_reg(cs, 13) << 8;
481 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/sparc/dev/
zs.c 643 tconst = zs_read_reg(cs, 12);
644 tconst |= zs_read_reg(cs, 13) << 8;
731 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/sgimips/dev/
zs.c 440 tconst = zs_read_reg(cs, 12);
441 tconst |= zs_read_reg(cs, 13) << 8;
532 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/sparc64/dev/
zs.c 559 tconst = zs_read_reg(cs, 12);
560 tconst |= zs_read_reg(cs, 13) << 8;
646 zs_read_reg(struct zs_chanstate *cs, u_char reg) function in typeref:typename:u_char
  /src/sys/arch/sun3/dev/
zs.c 404 tconst = zs_read_reg(cs, 12);
405 tconst |= zs_read_reg(cs, 13) << 8;
487 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/mac68k/dev/
zs.c 734 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t
  /src/sys/arch/macppc/dev/
zs.c 542 tconst = zs_read_reg(cs, 12);
543 tconst |= zs_read_reg(cs, 13) << 8;
789 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) function in typeref:typename:uint8_t

Completed in 21 milliseconds