Lines Matching refs:byte
56 byte cfg_1;
100 byte __iomem *Address;
101 byte __iomem *Config;
102 byte __iomem *Control;
103 byte __iomem *reset;
104 byte __iomem *port;
105 byte __iomem *ram;
106 byte __iomem *cfg;
107 byte __iomem *prom;
108 byte __iomem *ctlReg;
111 byte Name[32];
125 byte nosig;
126 byte BriLayer2LinkCount; /* amount of TEI's that adapter will support in P2MP mode */
157 byte UsEktsFeatAddConf;
158 byte UsEktsFeatRemoveConf;
159 byte UsEktsFeatCallTransfer;
160 byte UsEktsFeatMsgWaiting;
161 byte QsigDialect;
162 byte ForceVoiceMailAlert;
163 byte DisableAutoSpid;
164 byte ModemCarrierWaitTimeSec;
165 byte ModemCarrierLossWaitTimeTenthSec;
166 byte PiafsLinkTurnaroundInFrames;
167 byte DiscAfterProgress;
168 byte AniDniLimiter[3];
169 byte TxAttenuation; /* PRI/E1 only: attenuate TX signal */
181 byte R2CtryLength;
182 byte CCBSRelTimer;
183 byte *PcCfgBufferFile;/* flexible parameter via file */
184 byte *PcCfgBuffer; /* flexible parameter via multistring */
201 byte (*dpc)(ADAPTER *a);
202 byte (*tst_irq)(ADAPTER *a);
225 const byte *cfg_lib_memory_init;
233 byte next; /* chaining index */
240 byte ctrl;
241 byte card;
242 byte msize;
243 byte fill0;
247 byte reserved[20];
249 byte fill[224];
250 byte b[256];
265 byte io_in(ADAPTER *a, void *adr);
269 void io_out(ADAPTER *a, void *adr, byte data);
280 byte mem_in(ADAPTER *a, void *adr);
284 void mem_out(ADAPTER *a, void *adr, byte data);
305 extern void dump_trap_frame(PISDN_ADAPTER IoAdapter, byte __iomem *exception);