Searched refs:x30 (Results 226 - 250 of 1144) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_sg.h124 #define LINUX_SUGGEST_REMAP 0x30
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/ioplanar/
H A Dcom_iop.c97 iobase = 0x30;
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/ioc/
H A Diocreg.h56 #define IOC_SERIAL_REGS 0x30 /* Serial port registers */
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dubcreg.h90 #define UBC_CYCLE_ID_MASK 0x30 /* can be combined */
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Doplreg.h133 #define OPL_STEREO_BITS 0x30 /* OPL-3 only */
H A Dz8530reg.h122 #define ZSM_RESET_ERR 0x30 /* reset error cond */
205 #define ZSWR4_EXTSYNC 0x30 /* external sync mode */
206 #define ZSWR4_SYNC_MASK 0x30 /* sync mode bit mask */
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dmeshreg.h38 #define MESH_SEQUENCE 0x30 /* command register */
H A Dpm_direct.h79 #define PMU_SET_RTC 0x30 /* Set realtime clock */
H A Dpmuvar.h40 #define PMU_SET_RTC 0x30 /* Set realtime clock */
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dcmsreg.h115 #define CMS_IREG_NOISE_MASK1 0x30 /* bits for noise generator 1 */
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Dedcreg.h47 #define PACING_INT_MASK 0x30
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/dev/
H A Dv360reg.h48 #define V360_PCI_ROM 0x30
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/coff/
H A Dor32.h209 #define N_TMASK (0x30)
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_reg.h78 #define GEMINI_GLOBAL_MISC_CTL 0x30 /* Miscellaneous Control */ /* rw */
127 #define GEMINI_TIMER_TMCR 0x30 /* rw */
171 #define GEMINI_ICU_FIQ_TRIGLEVEL 0x30 /* rw */
242 #define GEMINI_GPIO_INTRCLR 0x30 /* Interrupt Clear */ /* wo */
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2400reg.h100 #define GPIO_PEDAT 0x30
/netbsd-6-1-5-RELEASE/tests/kernel/
H A Dt_extent.c127 h_alloc_subregion(0, 0x4f, 0x10, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x30);
146 h_alloc_subregion(0x20, 0x30, 0x10, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x20);
167 h_alloc_region(0x30, 0x10);
174 "0x30 - 0x3f\n");
276 h_alloc_region(0x30, 0x10);
282 "0x30 - 0x3f\n");
/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A Dxdvar.h69 #define XD_SUB_POLL 0x30 /* polled mode */
H A Dxyvar.h67 #define XY_SUB_POLL 0x30 /* polled mode */
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsdisplay_vconsvar.h63 #define VCONS_DONT_READ 0x30 /* avoid framebuffer reads */
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dvia_irq.c192 VIA_WRITE8(0x83d5, VIA_READ8(0x83d5) | 0x30);
202 VIA_WRITE8(0x83d5, VIA_READ8(0x83d5) & ~0x30);
326 VIA_WRITE8(0x83d5, VIA_READ8(0x83d5) | 0x30);
342 VIA_WRITE8(0x83d5, VIA_READ8(0x83d5) & ~0x30);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Doboereg.h57 #define OBOE_NTR_XMIT16 0x30
H A Dagpreg.h203 #define AGP_I830_GCC1_GMS_STOLEN_1024 0x30
221 #define AGP_I855_GCC1_GMS_STOLEN_8M 0x30
235 #define AGP_I915_GCC1_GMS_STOLEN_8M 0x30
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dbase64.c67 buf[1] = base64[((source->base[0]<<4)&0x30)|
85 buf[1] = base64[((source->base[0]<<4)&0x30)|
93 buf[1] = base64[((source->base[0]<<4)&0x30)];
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dbase64.c67 buf[1] = base64[((source->base[0]<<4)&0x30)|
85 buf[1] = base64[((source->base[0]<<4)&0x30)|
92 buf[1] = base64[((source->base[0]<<4)&0x30)];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Davr-dis.c78 sprintf (buf, "r%d", 24 + ((insn & 0x30) >> 3));
195 x = (insn & 0xf) | ((insn >> 2) & 0x30);
214 x |= (insn >> 5) & 0x30;

Completed in 251 milliseconds

1234567891011>>