Searched refs:xe (Results 1 - 25 of 187) sorted by relevance

12345678

/drivers/staging/rtl8192u/
H A Dr8180_93cx6.h22 #define EPROM_ANAPARAM_ADDRHWORD 0xe
/drivers/staging/rtl8187se/
H A Dr8180_93cx6.h22 #define EPROM_ANAPARAM_ADDRHWORD 0xe
/drivers/block/paride/
H A Daten.c44 w0(r); w2(0xe); w2(6); w0(val); w2(7); w2(6); w2(0xc);
55 case 0: w0(r); w2(0xe); w2(6);
61 w0(r); w2(0xe); w2(6); w0(0xff);
76 case 0: w0(0x48); w2(0xe); w2(6);
87 case 1: w0(0x58); w2(0xe); w2(6);
102 w0(0x88); w2(0xe); w2(6);
104 w0(buf[2*k+1]); w2(0xe); w2(6);
H A Dfrpw.c38 #define cec4 w2(0xc);w2(0xe);w2(0xe);w2(0xc);w2(4);w2(4);w2(4);
210 w2(0xc); w2(0xe); w2(4);
/drivers/staging/speakup/
H A Dselection.c13 unsigned short xs, ys, xe, ye; /* our region points */ variable
56 xe = limit(xe, vc->vc_cols - 1);
59 pe = ye * vc->vc_size_row + (xe << 1);
/drivers/tty/vt/
H A Dselection.c169 { unsigned short xs, ys, xe, ye; local
175 __get_user(xe, &sel->xe);
178 xs--; ys--; xe--; ye--;
181 xe = limit(xe, vc->vc_cols - 1);
184 pe = ye * vc->vc_size_row + (xe << 1);
/drivers/ata/
H A Dpata_palmld.c92 ap->ioaddr.altstatus_addr = mem + 0xe;
93 ap->ioaddr.ctl_addr = mem + 0xe;
H A Dpata_octeon_cf.c400 __raw_writew(ap->ctl, base + 0xe);
402 __raw_writew(ap->ctl | ATA_SRST, base + 0xe);
404 __raw_writew(ap->ctl, base + 0xe);
859 ap->ioaddr.altstatus_addr = base + 0xe;
860 ap->ioaddr.ctl_addr = base + 0xe;
902 ap->ioaddr.ctl_addr = base + 0xe;
903 ap->ioaddr.altstatus_addr = base + 0xe;
/drivers/net/wireless/bcmdhd/include/
H A Dpcicfg.h41 #define PCI_CFG_HDR 0xe
H A Daidmp.h41 #define CC_GEN 0xe
53 #define ER_TAG 0xe
59 #define ER_END 0xe
/drivers/scsi/aic7xxx_old/
H A Dsequencer.h129 #define AIC_OP_JE 0xe
/drivers/scsi/
H A Dqlogicfas408.c309 outb(reqlen >> 16, qbase + 0xe); /* high xfer cnt */
536 return inb(qbase + 0xe) & 0xf8;
570 return (((inb(qbase + 0xe) ^ inb(qbase + 0xe)) == 7) &&
571 ((inb(qbase + 0xe) ^ inb(qbase + 0xe)) == 7));
/drivers/firewire/
H A Dohci.h153 #define OHCI1394_evt_unknown 0xe
156 #define OHCI1394_phy_tcode 0xe
/drivers/net/irda/
H A Ddonauboe.h69 /* $3C 0xe SEE NOTE 3 */
94 /* 3. This assignment is tenuous at best, register 0xe seems to */
182 #define OBOE_CONFIG1 OBOE_REG(0xe)
190 #define OBOE_CONFIG1_OFF 0xe
/drivers/hid/
H A Dhid-roccat-isku.h104 ISKU_COMMAND_MACRO = 0xe,
H A Dhid-roccat-kone.h62 kone_button_info_type_dpi_down = 0xe, /* internal */
/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h36 #define MAXIM_NEW2_RF 0xe
/drivers/scsi/bnx2i/
H A D57xx_iscsi_constants.h72 #define ISCSI_KCQE_COMPLETION_STATUS_PROTOCOL_ERR_STATSN (0xe)
/drivers/target/
H A Dtarget_core_alua.h22 #define ALUA_ACCESS_STATE_OFFLINE 0xe
/drivers/gpu/drm/i2c/
H A Dsil164_drv.c97 #define SIL164_PLLZONE 0xe
143 for (i = 0x8; i <= 0xe; i++)
152 for (i = 0x8; i <= 0xe; i++)
/drivers/video/
H A Dplatinumfb.h190 0x56, 0x1e6, 0x206, 0x534, 0x532, 0xa, 0xe, 0x38,
273 0, 0xa5, 0xc3, 0xe, 0x185, 0x1c, 0x1f, 0x30,
309 0, 0xa5, 0xc3, 0xe, 0x185, 0x1c, 0x1f, 0x30,
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h190 #define AIC_OP_JE 0xe
/drivers/input/misc/
H A Dgpio_axis.c34 [0xf] = 0xa, [0xe] = 0xb, /* 1111 1110 */
36 [0x9] = 0xe, [0x8] = 0xf, /* 1001 1000 */
/drivers/net/wireless/ath/carl9170/
H A Dwlan.h156 #define AR9170_TXRX_PHY_RATE_OFDM_18M 0xe
176 #define AR9170_TXRX_PHY_RATE_HT_MCS14 0xe
/drivers/atm/
H A Dmidway.h252 #define MID_DT_16WM 0xe

Completed in 853 milliseconds

12345678