/Linux-v6.1/drivers/video/fbdev/ |
D | sunxvr500.c | 17 /* XXX This device has a 'dev-comm' property which apparently is 18 * XXX a pointer into the openfirmware's address space which is 19 * XXX a shared area the kernel driver can use to keep OBP 20 * XXX informed about the current resolution setting. The idea 21 * XXX is that the kernel can change resolutions, and as long 22 * XXX as the values in the 'dev-comm' area are accurate then 23 * XXX OBP can still render text properly to the console. 24 * XXX 25 * XXX I'm still working out the layout of this and whether there 26 * XXX are any signatures we need to look for etc. [all …]
|
D | dnfb.c | 36 #define AP_CONTROL_0 isaIO2mem(AP_IOBASE+8) /* Control Register 0. Read/Write */ 53 #define AD_BLT 0x80 /* 1xxx.xxxx */ 54 #define NORMAL 0x80 /* 1xxx.xxxx */ /* What is happening here ?? */ 55 #define INVERSE 0x00 /* 0xxx.xxxx */ /* Clearing this reverses the screen */ 56 #define PIX_BLT 0x00 /* 0xxx.xxxx */ 62 #define nRESET_SYNC 0x08 /* xxxx.1xxx */ 73 * Following 3 defines are common to 1, 4 and 8 plane. 86 #define ROP(r2,r3,r0,r1) ( (U_SHORT)((r0)|((r1)<<4)|((r2)<<8)|((r3)<<12)) ) 104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) 164 y_delta = (info->fix.line_length * 8) - area->sx - area->width; in dnfb_copyarea() [all …]
|
D | sunxvr2500.c | 38 sp->depth = of_getintprop_default(sp->of_node, "depth", 8); in s3d_get_props() 56 red >>= 8; in s3d_setcolreg() 57 green >>= 8; in s3d_setcolreg() 58 blue >>= 8; in s3d_setcolreg() 60 value = (blue << 24) | (green << 16) | (red << 8); in s3d_setcolreg() 103 var->red.offset = 8; in s3d_set_fbinfo() 104 var->red.length = 8; in s3d_set_fbinfo() 106 var->green.length = 8; in s3d_set_fbinfo() 108 var->blue.length = 8; in s3d_set_fbinfo() 168 /* XXX 'linebytes' is often wrong, it is equal to the width in s3d_pci_register() [all …]
|
D | pvr2fb.c | 211 /* XXX: Broken! Don't use... */ 266 var->red.offset = 16; var->red.length = 8; in set_color_bitfields() 267 var->green.offset = 8; var->green.length = 8; in set_color_bitfields() 268 var->blue.offset = 0; var->blue.length = 8; in set_color_bitfields() 273 var->red.offset = 16; var->red.length = 8; in set_color_bitfields() 274 var->green.offset = 8; var->green.length = 8; in set_color_bitfields() 275 var->blue.offset = 0; var->blue.length = 8; in set_color_bitfields() 276 var->transp.offset = 24; var->transp.length = 8; in set_color_bitfields() 305 red >>= 8; green >>= 8; blue >>= 8; in pvr2fb_setcolreg() 306 tmp = (red << 16) | (green << 8) | blue; in pvr2fb_setcolreg() [all …]
|
/Linux-v6.1/arch/mips/include/asm/ |
D | mipsprom.h | 13 #define PROM_WRITE 8 18 #define PROM_SHOWCHAR 13 /* XXX */ 19 #define PROM_GETS 14 /* XXX */ 20 #define PROM_PUTS 15 /* XXX */ 21 #define PROM_PRINTF 16 /* XXX */ 24 #define PROM_INITPROTO 17 /* XXX */ 25 #define PROM_PROTOENABLE 18 /* XXX */ 26 #define PROM_PROTODISABLE 19 /* XXX */ 27 #define PROM_GETPKT 20 /* XXX */ 28 #define PROM_PUTPKT 21 /* XXX */ [all …]
|
/Linux-v6.1/Documentation/translations/zh_CN/mm/ |
D | page_owner.rst | 47 1025 8 8 1041 411 mm/page_ext.o 79 Page allocated via order XXX, ... 80 PFN XXX ... 83 Page allocated via order XXX, ... 84 PFN XXX ... 96 XXX times, XXX pages: 97 Page allocated via order XXX, ...
|
/Linux-v6.1/arch/xtensa/kernel/ |
D | align.S | 109 * XXX 0011 ssss tttt 0010 110 * XXX 0100 ssss tttt 0010 113 * XXX 0111 ssss tttt 0010 114 * XXX 1000 ssss tttt 0010 116 * XXX 1010 0010 118 * XXX 1100 0010 119 * XXX 1101 0010 120 * XXX 1110 0010 239 addi a3, a3, 8 240 l32e a5, a3, -8 [all …]
|
/Linux-v6.1/Documentation/filesystems/ |
D | isofs.rst | 22 There is also an option of doing UTF-8 translations with the 24 utf8 Encode Unicode names in UTF-8 format. Default is no. 39 mode=xxx Sets the permissions on files to xxx unless Rock Ridge 41 dmode=xxx Sets the permissions on directories to xxx unless Rock Ridge 54 sbsector=xxx Session begins from sector xxx
|
D | omfs.rst | 12 block sizes from 2k to 8k, with hash-based directories. This 39 umask=xxx set permission umask to xxx 40 fmask=xxx set umask to xxx for files 41 dmask=xxx set umask to xxx for directories
|
/Linux-v6.1/drivers/scsi/isci/ |
D | sas.h | 64 * XXX: This needs to go into <scsi/sas.h> 82 * XXX: This needs to go into <scsi/sas.h> 85 u8 LUN[8]; 101 * XXX: This needs to go into <scsi/sas.h> 104 u8 LUN[8]; 125 u8 ign_zone_grp:1; /* byte 8 */ 145 u8 _r_a; /* byte 8 */ 153 u8 rt_sas_addr[8]; /* bytes 16-23 */ 167 u8 _r_a[3]; /* bytes 6-8 */ 177 u8 att_dev_name[8]; /* byte 24-31 */ [all …]
|
/Linux-v6.1/drivers/media/rc/keymaps/ |
D | rc-manli.c | 26 { 0x1c, KEY_RADIO }, /*XXX*/ 36 * 7 8 9 * 52 { 0x0a, KEY_AGAIN }, /*XXX KEY_REWIND? */ 54 { 0x17, KEY_DIGITS }, /*XXX*/ 73 { 0x16, KEY_OK }, /*XXX KEY_SELECT? KEY_ENTER? */ 81 { 0x11, KEY_TV }, /*XXX*/ 82 { 0x0d, KEY_MODE }, /*XXX there's no KEY_STEREO */
|
D | rc-behold.c | 28 { 0x866b1c, KEY_TUNER }, /* XXX KEY_TV / KEY_RADIO */ 38 * 7 8 9 * 74 { 0x866b16, KEY_OK }, /* XXX KEY_ENTER */ 95 { 0x866b1f, KEY_RED }, /*XXX KEY_AUDIO */ 104 { 0x866b19, KEY_BLUE }, /* XXX KEY_SAT */
|
/Linux-v6.1/drivers/net/wireless/marvell/libertas_tf/ |
D | Kconfig | 3 tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware" 7 A library for Marvell Libertas 8xxx devices using thinfirm.
|
/Linux-v6.1/drivers/net/wireless/marvell/libertas/ |
D | Kconfig | 3 tristate "Marvell 8xxx Libertas WLAN driver support" 10 A library for Marvell Libertas 8xxx devices.
|
/Linux-v6.1/net/sunrpc/auth_gss/ |
D | gss_krb5_wrap.c | 94 /* XXX: NOTE: we do not adjust the page lengths--they represent in gss_krb5_remove_padding() 105 * XXX: Document all these weird requirements for gss mechanism in gss_krb5_remove_padding() 141 case 8: in gss_krb5_make_confounder() 152 /* XXX: obviously the above should be documentation of wrap interface, 155 /* XXX factor out common code with seal/unseal. */ 190 /* XXX Would be cleverer to encrypt while copying. */ in gss_wrap_kerberos_v1() 199 ptr[0] = (unsigned char) ((KG_TOK_WRAP_MSG >> 8) & 0xff); in gss_wrap_kerberos_v1() 224 if (make_checksum(kctx, ptr, 8, buf, offset + headlen - conflen, in gss_wrap_kerberos_v1() 233 /* XXX would probably be more efficient to compute checksum in gss_wrap_kerberos_v1() 236 seq_send, ptr + GSS_KRB5_TOK_HDR_LEN, ptr + 8))) in gss_wrap_kerberos_v1() [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv50.c | 95 /* XXX: N=1 is not proper statistics */ in nv50_ram_timing_calc() 100 T(CWL) << 8 | in nv50_ram_timing_calc() 105 max_t(s8, T(CWL) - 2, 1) << 8 | in nv50_ram_timing_calc() 109 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); in nv50_ram_timing_calc() 112 (T(WTR) + 1 + T(CWL)) << 8 | in nv50_ram_timing_calc() 116 (T(RCDWR) << 8) | in nv50_ram_timing_calc() 120 (T(CL) - 1) << 8 | in nv50_ram_timing_calc() 123 T(13) << 8 | in nv50_ram_timing_calc() 130 timing[8] = (cur8 & 0xffffff00); in nv50_ram_timing_calc() 132 /* XXX: P.version == 1 only has DDR2 and GDDR3? */ in nv50_ram_timing_calc() [all …]
|
/Linux-v6.1/tools/perf/tests/shell/ |
D | buildid.sh | 32 wineprefix=$(mktemp -d /tmp/perf.wineprefix.XXX) 39 ex_md5=$(mktemp /tmp/perf.ex.MD5.XXX) 40 ex_sha1=$(mktemp /tmp/perf.ex.SHA1.XXX) 61 sed 's@^\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)\(.*\)0a$@\4\3\2\1\6\5\8\7\9@'` 102 build_id_dir=$(mktemp -d /tmp/perf.debug.XXX) 118 data=$(mktemp /tmp/perf.data.XXX) 119 build_id_dir=$(mktemp -d /tmp/perf.debug.XXX) 120 log=$(mktemp /tmp/perf.log.XXX)
|
D | daemon.sh | 55 local up=$8 63 local line_up=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $8 }'` 147 local config=$(mktemp /tmp/perf.daemon.config.XXX) 148 local base=$(mktemp -d /tmp/perf.daemon.base.XXX) 196 local config=$(mktemp /tmp/perf.daemon.config.XXX) 197 local base=$(mktemp -d /tmp/perf.daemon.base.XXX) 315 local config=$(mktemp /tmp/perf.daemon.config.XXX) 316 local base=$(mktemp -d /tmp/perf.daemon.base.XXX) 367 local config=$(mktemp /tmp/perf.daemon.config.XXX) 368 local base=$(mktemp -d /tmp/perf.daemon.base.XXX) [all …]
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/dlink/ |
D | dl2k.rst | 45 3. ifconfig eth0 up 10.xxx.xxx.xxx netmask 255.0.0.0 62 8. Driver will automatically load and configure at next boot time. 86 [root@XXX /] mkdir cdrom 87 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom 88 [root@XXX /] cd root 89 [root@XXX /root] mkdir dl2k 90 [root@XXX /root] cd dl2k 91 [root@XXX dl2k] cp /cdrom/linux/dl2k.tgz /root/dl2k 92 [root@XXX dl2k] tar xfvz dl2k.tgz 93 [root@XXX dl2k] make all [all …]
|
/Linux-v6.1/drivers/media/usb/pvrusb2/ |
D | pvrusb2-i2c-core.c | 75 if (hdw->cmd_buffer[0] != 8) { in pvr2_i2c_write() 136 if (hdw->cmd_buffer[0] != 8) { in pvr2_i2c_read() 182 what the real I2C receiver would have returned. We use this for 24xxx 239 val <<= 8; in i2c_24xxx_ir() 244 rdata[0] = (val >> 8) & 0xffu; in i2c_24xxx_ir() 252 attempted to a wm8775 chip on model 24xxx hardware. Autodetect of this 275 attempted to a cx25840 chip on model 24xxx hardware. This chip can 315 subaddr = (wdata[0] << 8) | wdata[1]; in i2c_hack_cx25840() 330 wbuf[0] = subaddr >> 8; in i2c_hack_cx25840() 478 if (cnt > 8) cnt = 8; in pvr2_i2c_xfer() [all …]
|
D | pvrusb2-encoder.c | 46 chunkCnt = 8; in pvr2_encoder_write_words() 54 hdw->cmd_buffer[bAddr+5] = ((addr>>8) & 0xffu); in pvr2_encoder_write_words() 102 hdw->cmd_buffer[6] = ((offs>>8) & 0xffu); in pvr2_encoder_read_words() 105 hdw->cmd_buffer,8, in pvr2_encoder_read_words() 328 driver (for both 24xxx and 29xxx devices). However I in pvr2_encoder_prep_config() 342 24xxx and 29xxx devices). Meanings are not entirely clear, in pvr2_encoder_prep_config() 349 /* This ENC_MISC(5,0) command seems to hurt 29xxx sync in pvr2_encoder_prep_config() 351 24xxx devices. */ in pvr2_encoder_prep_config() 368 ret |= pvr2_encoder_vcmd(hdw, CX2341X_ENC_MISC,4, 8,0,0,0); in pvr2_encoder_prep_config()
|
/Linux-v6.1/include/linux/platform_data/ |
D | gpmc-omap.h | 13 #define GPMC_CS_NUM 8 80 /* XXX: try to combine t_avdp_r & t_avdp_w. Issue is 112 u32 t_ce_rdyz; /* XXX: description ?, or use t_cez instead */ 115 /* XXX: check the possibility of combining 132 #define GPMC_BURST_8 8 /* 8 word burst */ 134 #define GPMC_DEVWIDTH_8BIT 1 /* 8-bit device width */ 149 u32 device_width; /* device bus width (8 or 16 bit) */
|
/Linux-v6.1/net/netfilter/ipvs/ |
D | ip_vs_ftp.c | 92 /* Get <addr,port> from the string "xxx.xxx.xxx.xxx,ppp,ppp", started 243 * "227 Entering Passive Mode (xxx,xxx,xxx,xxx,ppp,ppp)". 244 * xxx,xxx,xxx,xxx is the server address, ppp,ppp is the server port number. 257 char buf[24]; /* xxx.xxx.xxx.xxx,ppp,ppp\000 */ in ip_vs_ftp_out() 351 ntohs(port) >> 8, in ip_vs_ftp_out() 404 * "PORT xxx,xxx,xxx,xxx,ppp,ppp\n". 405 * xxx,xxx,xxx,xxx is the client address, ppp,ppp is the client port number.
|
/Linux-v6.1/arch/sparc/kernel/ |
D | syscalls.S | 65 /* This is how fork() was meant to be done, 8 instruction entry. 76 * XXX This raises the question, whether we can do the same on 77 * XXX sparc32 to get rid of fork_kpsr _and_ fork_kwim. The 78 * XXX answer is yes. We stick fork_kpsr in UREG_G0 and 79 * XXX fork_kwim in UREG_G1 (global registers are considered 80 * XXX volatile across a system call in the sparc ABI I think 81 * XXX if it isn't we can use regs->y instead, anyone who depends 82 * XXX upon the Y register being preserved across a fork deserves 83 * XXX to lose).
|
/Linux-v6.1/arch/arm/mach-omap1/ |
D | clock_data.c | 35 #define IDLAPI_ARM_SHIFT 8 54 #define OTG_SYSCON_2_UHOST_EN_SHIFT 8 62 #define SOFT_USB_OTG_DPLL_REQ_SHIFT 8 360 * XXX The enable_bit here is misused - it simply switches between 12MHz 363 * XXX does this need SYSC register handling? 377 * XXX The enable_bit here is misused - it simply switches between 12MHz 380 * XXX SYSC register handling does not belong in the clock framework 396 * XXX The enable_bit here is misused - it simply switches between 12MHz 399 * XXX does this need SYSC register handling? 413 * XXX The enable_bit here is misused - it simply switches between 12MHz [all …]
|