/netbsd-src/sys/arch/mvmeppc/mvmeppc/ |
H A D | platform_160x.c | 93 u_int8_t dsr; in p160x_match() local 119 dsr = inb(0x80000804); in p160x_match() 120 bootinfo.bi_memsize = p160x_dram_size[dsr & 0x7]; in p160x_match() 121 bootinfo.bi_memsize += p160x_dram_size[(dsr >> 4) & 0x7]; in p160x_match()
|
/netbsd-src/sys/arch/acorn32/podulebus/ |
H A D | if_ne_pbus.c | 445 int dsr; in em_postattach() local 455 dsr = bus_space_read_1(sc->sc_ne2000.sc_asict, in em_postattach() 459 if (!(dsr & EM_DSR_20M)) in em_postattach() 461 if (!(dsr & EM_DSR_TCOK)) in em_postattach() 465 if (dsr & EM_DSR_POL) in em_postattach() 467 if (dsr & EM_DSR_JAB) in em_postattach() 469 if (dsr & EM_DSR_LNK) in em_postattach() 471 if (dsr & EM_DSR_LBK) in em_postattach() 473 if (dsr & EM_DSR_UTP) in em_postattach()
|
/netbsd-src/sys/dev/ic/ |
H A D | hd64570.c | 1229 u_int8_t dsr; in sca_dmac_intr() local 1241 dsr = 1; in sca_dmac_intr() 1242 while (dsr != 0) { in sca_dmac_intr() 1247 dsr = dmac_read_1(scp, SCA_DSR1); in sca_dmac_intr() 1249 dsr | SCA_DSR_DEWD); in sca_dmac_intr() 1254 dsr &= ( SCA_DSR_COF | SCA_DSR_BOF | SCA_DSR_EOT); in sca_dmac_intr() 1255 if (dsr == 0) in sca_dmac_intr() 1261 if (dsr & SCA_DSR_COF) { in sca_dmac_intr() 1273 if (dsr & SCA_DSR_BOF) { in sca_dmac_intr() 1295 if (dsr in sca_dmac_intr() [all...] |
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/ |
H A D | dlink_dsr-500n.dts | 12 model = "dlink,dsr-500n"; 13 compatible = "dlink,dsr-500n", "cavium,octeon-3860";
|
H A D | dlink_dsr-1000n.dts | 12 model = "dlink,dsr-1000n";
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/interrupts/ |
H A D | insn_access_error-fr550.cgs | 8 .global dsr 9 dsr:
|
H A D | insn_access_error.cgs | 8 .global dsr 9 dsr:
|
H A D | data_store_error-fr550.cgs | 8 .global dsr 9 dsr:
|
H A D | privileged_instruction.cgs | 8 .global dsr 9 dsr:
|
H A D | data_store_error.cgs | 8 .global dsr 9 dsr:
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | am335x-netcom-plus-2xx.dts | 61 dsr-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>; 72 dsr-gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
|
H A D | am335x-baltos-ir3220.dts | 66 dsr-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>; 77 dsr-gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
|
H A D | am335x-baltos-ir5221.dts | 74 dsr-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>; 85 dsr-gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
|
H A D | imx6dl-eckelmann-ci4x10.dts | 328 dsr-gpios = <&gpio3 25 GPIO_ACTIVE_LOW>; 339 dsr-gpios = <&gpio6 16 GPIO_ACTIVE_LOW>;
|
H A D | am335x-baltos-ir2110.dts | 45 dsr-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
|
H A D | at91-wb50n.dtsi | 94 dsr-gpios = <&pioD 11 GPIO_ACTIVE_LOW>;
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
H A D | testutils.inc | 251 # [mach, macl, pr, dsr, a0, x0, x1, y0, y1, ...] 541 # [mach, macl, pr, dsr, a0, x0, x1, y0, y1, ...] 590 sts dsr, r0 592 lds r0, dsr 598 sts dsr, r0 602 lds r0, dsr
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/canaan/ |
H A D | k210.dtsi | 210 dsr-override; 227 dsr-override; 244 dsr-override;
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | INSTALL.am-utils | 93 dsr: Dan Riley <dsr AT mail.lns.cornell.edu>
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | cr16.h | 54 dsr, dcrl, dcrh, enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | cr16.h | 54 dsr, dcrl, dcrh, enumerator
|
/netbsd-src/distrib/common/ |
H A D | protocols | 51 dsr 48 DSR
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | cr16-opc.c | 509 REG(dsr, 0x1, CR16_P_REGTYPE), 529 REG(dsr, 1, CR16_P_REGTYPE),
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | cr16-opc.c | 509 REG(dsr, 0x1, CR16_P_REGTYPE), 529 REG(dsr, 1, CR16_P_REGTYPE),
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | machdep.c | 968 struct dsrdb *dsr; in alpha_dsr_sysname() local 977 dsr = (struct dsrdb *)(((char *)hwrpb) + hwrpb->rpb_dsrdb_off); in alpha_dsr_sysname() 978 sysname = (const char *)((char *)dsr + (dsr->dsr_sysname_off + in alpha_dsr_sysname()
|