Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 25 of 43) sorted by relevance

12

/linux-2.4.37.9/drivers/char/
Dsxwindow.h49 BYTE cc_init_status; /* 0x00 Initialisation status */
50 BYTE cc_mem_size; /* 0x01 Size of memory on card */
53 BYTE cc_isr_count; /* 0x06 Count when ISR is run */
54 BYTE cc_main_count; /* 0x07 Count when main loop is run */
57 BYTE cc_int_set_count; /* 0x0C Count when host interrupt is set */
58 BYTE cc_rfu[0x80 - 0x0D]; /* 0x0D Pad structure to 128 bytes (0x80) */
63 #define ADAPTERS_FOUND (BYTE)0x01
64 #define NO_ADAPTERS_FOUND (BYTE)0xFF
67 #define SX_MEMORY_SIZE (BYTE)0x40
84 BYTE mc_type; /* 0x02 Type of TA in terms of number of channels */
[all …]
/linux-2.4.37.9/drivers/telephony/
Dixj.h52 typedef __u8 BYTE; typedef
567 BYTE bySOP;
573 BYTE reg;
575 BYTE CLK_EXT:1; /* cr0[0:0] */
577 BYTE RIP:1; /* cr0[1:1] */
579 BYTE AR:1; /* cr0[2:2] */
581 BYTE AX:1; /* cr0[3:3] */
583 BYTE FRR:1; /* cr0[4:4] */
585 BYTE FRX:1; /* cr0[5:5] */
587 BYTE IM:1; /* cr0[6:6] */
[all …]
/linux-2.4.37.9/drivers/block/
Dcciss_cmd.h83 typedef __u8 BYTE; typedef
102 BYTE data_byte[36];
110 BYTE LUNListLength[4];
112 BYTE LUN[CISS_MAX_LUN][8];
118 BYTE total_size[4]; /* Total size in blocks */
119 BYTE block_size[4]; /* Size of blocks in bytes */
137 BYTE Dev;
138 BYTE Bus:6;
139 BYTE Mode:2; /* b00 */
142 BYTE DevLSB;
[all …]
/linux-2.4.37.9/include/linux/
Dcciss_ioctl.h76 typedef __u8 BYTE; typedef
91 BYTE Dev;
92 BYTE Bus:6;
93 BYTE Mode:2; // b00
96 BYTE DevLSB;
97 BYTE DevMSB:6;
98 BYTE Mode:2; // b01
101 BYTE Dev:5;
102 BYTE Bus:3;
103 BYTE Targ:6;
[all …]
/linux-2.4.37.9/drivers/char/rio/
Dparam.h47 BYTE Cmd; /* It is very important that these line up */
48 BYTE Cor1; /* with what is expected at the other end. */
49 BYTE Cor2; /* to confirm that you've got it right, */
50 BYTE Cor4; /* check with cirrus/cirrus.h */
51 BYTE Cor5;
52 BYTE TxXon; /* Transmit X-On character */
53 BYTE TxXoff; /* Transmit X-Off character */
54 BYTE RxXon; /* Receive X-On character */
55 BYTE RxXoff; /* Receive X-Off character */
56 BYTE LNext; /* Literal-next character */
[all …]
Dboard.h57 BYTE DpCtl; /* 7C00 */
58 BYTE Dp_Unused2_[127];
59 BYTE DpIntSet; /* 7C80 */
60 BYTE Dp_Unused3_[127];
61 BYTE DpTpuReset; /* 7D00 */
62 BYTE Dp_Unused4_[127];
63 BYTE DpIntReset; /* 7D80 */
64 BYTE Dp_Unused5_[127];
97 BYTE Dp_Unused8_[DP_PARMMAP_ADDR];
103 BYTE Dp_Unused9_[DP_STARTUP_ADDR];
[all …]
Dcmdpkt.h68 BYTE Unit;
69 BYTE Link;
74 BYTE PcCommand;
77 BYTE PcPhbNum;
78 BYTE PcLinkNum;
79 BYTE PcIDNum;
96 BYTE PcBootData[RTA_BOOT_DATA_SIZE];
101 BYTE PcUniqNum[4]; /* this is really a uint. */
102 BYTE PcModuleTypes; /* what modules are fitted */
107 BYTE __undefined__;
[all …]
Dpkt.h74 BYTE dest_unit ; /* Destination Unit Id */
75 BYTE dest_port ; /* Destination POrt */
76 BYTE src_unit ; /* Source Unit Id */
77 BYTE src_port ; /* Source POrt */
99 BYTE len ;
100 BYTE control;
112 BYTE data[PKT_MAX_DATA_LEN] ;
Dlink.h129 BYTE attached_serial[4]; /* Attached serial number */
130 BYTE attached_host_serial[4];
Dtypdef.h48 typedef volatile unsigned char BYTE; typedef
Drup.h71 BYTE rup_dest_unit[2]; /* Destination unit */
/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam_hdlc.c99 typedef u8 BYTE; typedef
579 DWORD tpam_hdlc_encode(BYTE *pbyBuffIn, BYTE *pbyBuffOut, in tpam_hdlc_encode()
586 BYTE byCarry; // carry due to the shift in tpam_hdlc_encode()
587 BYTE byNewCarry; // temporary variable in tpam_hdlc_encode()
588 BYTE byCharIn; // byte being encoded in tpam_hdlc_encode()
589 BYTE byCarryMSB; // lost bit of the carry if dwShiftNb=7 and 2 '0' inserted in tpam_hdlc_encode()
776 DWORD tpam_hdlc_decode(BYTE * pbyBuffIn, BYTE * pbyBuffOut, DWORD dwLength) in tpam_hdlc_decode()
778 BYTE byCharIn; // byte being decoded in tpam_hdlc_decode()
779 BYTE byCarry; // current carry in tpam_hdlc_decode()
782 BYTE byShift; // shift of the first flag in tpam_hdlc_decode()
[all …]
/linux-2.4.37.9/drivers/isdn/hisax/
Denternow.h19 #define BYTE unsigned char macro
50 BYTE ReadByteAmd7930(struct IsdnCardState *cs, BYTE offset);
51 void WriteByteAmd7930(struct IsdnCardState *cs, BYTE offset, BYTE value);
Denternow_pci.c85 BYTE
86 ReadByteAmd7930(struct IsdnCardState *cs, BYTE offset) in ReadByteAmd7930()
101 WriteByteAmd7930(struct IsdnCardState *cs, BYTE offset, BYTE value) in WriteByteAmd7930()
116 enpci_setIrqMask(struct IsdnCardState *cs, BYTE val) { in enpci_setIrqMask()
124 static BYTE dummyrr(struct IsdnCardState *cs, int chan, BYTE off) in dummyrr()
129 static void dummywr(struct IsdnCardState *cs, int chan, BYTE off, BYTE value) in dummywr()
173 BYTE *chan; in enpci_card_msg()
204 chan = (BYTE *)arg; in enpci_card_msg()
216 chan = (BYTE *)arg; in enpci_card_msg()
240 BYTE sval, ir; in enpci_interrupt()
Damd7930_fn.c102 WriteWordAmd7930(struct IsdnCardState *cs, BYTE reg, WORD val) in WriteWordAmd7930()
110 ReadWordAmd7930(struct IsdnCardState *cs, BYTE reg) in ReadWordAmd7930()
140 static BYTE i430States[] = {
154 static BYTE stateHelper[] = { 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08 };
161 BYTE lsr = rByteAMD(cs, 0xA1); in Amd7930_get_state()
289 BYTE stat, der; in Amd7930_empty_Dfifo()
290 BYTE *ptr; in Amd7930_empty_Dfifo()
364 BYTE txstat, dmr3; in Amd7930_fill_Dfifo()
365 BYTE *ptr, *deb_ptr; in Amd7930_fill_Dfifo()
431 void Amd7930_interrupt(struct IsdnCardState *cs, BYTE irflags) in Amd7930_interrupt()
[all …]
Damd7930_fn.h17 #define BYTE unsigned char macro
/linux-2.4.37.9/drivers/usb/
Ddabusb.h68 typedef unsigned char BYTE; typedef
78 BYTE Length;
80 BYTE Type;
81 BYTE Data[MAX_INTEL_HEX_RECORD_LENGTH];
/linux-2.4.37.9/drivers/sound/
Dmsnd.h147 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
148 #define LOBYTE(w) ((BYTE)(w))
150 #define MAKEWORD(low,hi) ((WORD)(((BYTE)(low))|(((WORD)((BYTE)(hi)))<<8)))
181 typedef u8 BYTE; typedef
243 BYTE bCurrentMidiPatch;
274 int msnd_send_dsp_cmd(multisound_dev_t *dev, BYTE cmd);
/linux-2.4.37.9/drivers/scsi/
Dini9100u.c180 static void i91uSCBPost(BYTE * pHcb, BYTE * pScb);
185 extern int Addi91u_into_Adapter_table(WORD, WORD, BYTE, BYTE, BYTE);
188 extern int init_tulip(HCS * pHCB, SCB * pSCB, int tul_num_scb, BYTE * pbBiosAdr, int reset_time);
317 BYTE *pbBiosAdr; in i91u_detect()
628 static void i91uSCBPost(BYTE * pHcb, BYTE * pScb) in i91uSCBPost()
Dinia100.c121 void inia100SCBPost(BYTE * pHcb, BYTE * pScb);
124 extern int Addinia100_into_Adapter_table(WORD, WORD, BYTE, BYTE, BYTE);
228 BYTE bPCIBusNum, bInterrupt, bPCIDeviceNum; in orc_ReturnNumberOfAdapters()
317 BYTE *pbBiosAdr; in inia100_detect()
616 void inia100SCBPost(BYTE * pHcb, BYTE * pScb) in inia100SCBPost()
Di91uscsi.h62 #define BYTE unsigned char macro
434 void (*SCB_Post) (BYTE *, BYTE *); /*4C POST routine */
737 BYTE Revision; /* Revision level, should be 0 */
738 BYTE Length; /* Multiply of 16, should be 1 */
739 BYTE CheckSum; /* Checksum of whole structure */
740 BYTE Reserved[5]; /* Reserved */
Dini9100u.h125 #define BYTE u8 macro
197 void (*SCB_Post) (BYTE *, BYTE *); /*4C POST routine */
Di60uscsi.c98 extern void inia100SCBPost(BYTE * pHcb, BYTE * pScb);
697 int Addinia100_into_Adapter_table(WORD wBIOS, WORD wBASE, BYTE bInterrupt, in Addinia100_into_Adapter_table()
698 BYTE bBus, BYTE bDevice) in Addinia100_into_Adapter_table()
853 BYTE bScbIdx; in orc_interrupt()
866 inia100SCBPost((BYTE *) hcsp, (BYTE *) pScb); in orc_interrupt()
Di91uscsi.c504 int Addi91u_into_Adapter_table(WORD wBIOS, WORD wBASE, BYTE bInterrupt, in Addi91u_into_Adapter_table()
505 BYTE bBus, BYTE bDevice) in Addi91u_into_Adapter_table()
590 int init_tulip(HCS * pCurHcb, SCB * scbp, int tul_num_scb, BYTE * pbBiosAdr, int seconds) in init_tulip()
593 BYTE *pwFlags; in init_tulip()
594 BYTE *pbHeads; in init_tulip()
1074 (*pTmpScb->SCB_Post) ((BYTE *) pCurHcb, (BYTE *) pTmpScb); in tul_abort_srb()
1121 (*pTmpScb->SCB_Post) ((BYTE *) pCurHcb, (BYTE *) pTmpScb); in tul_abort_srb()
1403 BYTE len; in tulip_main()
1438 (*pCurScb->SCB_Post) ((BYTE *) pCurHcb, (BYTE *) pCurScb); in tulip_main()
1888 pCurScb->SCB_SGLen = (BYTE) (pCurScb->SCB_SGMax - i); in tul_state_5()
[all …]
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpci_defs.h251 #define BYTE 1 macro
255 #define PCI_INB(x) pci_read((void *)(x),BYTE)
258 #define PCI_OUTB(x,y) pci_write((void *)(x),(y),BYTE)

12