Home
last modified time | relevance | path

Searched refs:dir1 (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcyrix.c21 static void __do_cyrix_devid(unsigned char *dir0, unsigned char *dir1) in __do_cyrix_devid() argument
46 *dir1 = getCx86(CX86_DIR1); in __do_cyrix_devid()
50 static void do_cyrix_devid(unsigned char *dir0, unsigned char *dir1) in do_cyrix_devid() argument
55 __do_cyrix_devid(dir0, dir1); in do_cyrix_devid()
174 unsigned char dir0, dir0_msn, dir1 = 0; in early_init_cyrix() local
176 __do_cyrix_devid(&dir0, &dir1); in early_init_cyrix()
193 unsigned char dir0, dir0_msn, dir0_lsn, dir1 = 0; in init_cyrix() local
209 do_cyrix_devid(&dir0, &dir1); in init_cyrix()
217 c->x86_model = (dir1 >> 4) + 1; in init_cyrix()
218 c->x86_stepping = dir1 & 0xf; in init_cyrix()
[all …]
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dqe_io.c33 in_be32(&par_io->ioport[port].dir1); in qe_config_iopin()
39 out_be32(&par_io->ioport[port].dir1, ~pin_2bit_mask & tmp_val); in qe_config_iopin()
40 out_be32(&par_io->ioport[port].dir1, pin_2bit_dir | tmp_val); in qe_config_iopin()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcpumap.c428 DIR *dir1, *dir2; in cpu__setup_cpunode_map() local
449 dir1 = opendir(path); in cpu__setup_cpunode_map()
450 if (!dir1) in cpu__setup_cpunode_map()
454 while ((dent1 = readdir(dir1)) != NULL) { in cpu__setup_cpunode_map()
474 closedir(dir1); in cpu__setup_cpunode_map()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A DMakefile.in106 while test -n "$$dir1"; do \
107 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
122 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
494 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
497 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/kdrive/
H A DMakefile.in173 while test -n "$$dir1"; do \
174 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
189 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
737 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
740 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/
H A DMakefile.in174 while test -n "$$dir1"; do \
175 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
734 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
737 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/
H A DMakefile.in175 while test -n "$$dir1"; do \
176 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
191 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
731 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
734 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/miext/
H A DMakefile.in174 while test -n "$$dir1"; do \
175 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
730 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
733 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/
H A DMakefile.in173 while test -n "$$dir1"; do \
174 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
189 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
747 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
750 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/doc/
H A DMakefile.in197 while test -n "$$dir1"; do \
198 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
213 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
782 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
785 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A DMakefile.in232 while test -n "$$dir1"; do \
233 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
248 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
843 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
846 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A DMakefile.in238 while test -n "$$dir1"; do \
239 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
254 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
881 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
884 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A DMakefile.in236 while test -n "$$dir1"; do \
237 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
252 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
878 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
881 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A DMakefile.in242 while test -n "$$dir1"; do \
243 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
258 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
902 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
905 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py97 for dir1, files1 in files_ab:
101 renamed_dirs.append((dir1,dir2))
108 for dir1, dir2 in renamed_dirs:
109 aitems = [item for item in aitems if os.path.dirname(item) not in (dir1, dir2)]
110 bitems = [item for item in bitems if os.path.dirname(item) not in (dir1, dir2)]
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DMakefile.in230 while test -n "$$dir1"; do \
231 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
246 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A DMakefile.in246 while test -n "$$dir1"; do \
247 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
262 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
935 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
938 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DMakefile.in216 while test -n "$$dir1"; do \
217 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
232 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
894 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
897 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A DMakefile.in227 while test -n "$$dir1"; do \
228 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
243 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1001 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1004 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DMakefile.in225 while test -n "$$dir1"; do \
226 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
241 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
951 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
954 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/u-boot/include/
H A Dns87308.h24 unsigned char dir1; /* 1 direction port 1 */ member
/OK3568_Linux_fs/external/xserver/
H A DMakefile.in219 while test -n "$$dir1"; do \
220 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
235 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
957 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
960 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A DMakefile.in244 while test -n "$$dir1"; do \
245 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
260 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1009 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1012 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A DMakefile.in255 while test -n "$$dir1"; do \
256 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
271 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1045 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1048 dir1=$$subdir; dir2="$(top_distdir)"; \
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dcore_tsunami.h46 tsunami_64 dir1; member

12