Home
last modified time | relevance | path

Searched refs:u_short (Results 1 – 25 of 91) sorted by relevance

1234

/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h121 u_short una_pad ;
150 u_short st_pad ;
183 u_short pl_config ;
439 u_short v_pad ;
501 u_short sba_pad ;
554 u_short fsc_pad0 ;
556 u_short fsc_pad1 ;
586 u_short p208c_pad ;
649 u_short path_pad ;
650 u_short path_index ;
[all …]
H A Dfplustm.h94 u_short tx_free ; /* count of free TxD's */
95 u_short tx_used ; /* count of used TxD's */
137 u_short rbc_ram_end ; /* FIFO size */
139 u_short rx1_fifo_size ; /* rx queue size */
141 u_short rx2_fifo_size ; /* rx queue size */
143 u_short tx_s_size ; /* sync queue size */
156 u_short nsa_mode ;
157 u_short rx_prom ;
158 u_short exgpa ;
200 u_short s2u ;
[all …]
H A Dfddimib.h24 typedef u_short ResId ;
25 typedef u_short SMTEnum ;
113 u_short fddiSMTOpVersionId ;
114 u_short fddiSMTHiVersionId ;
115 u_short fddiSMTLoVersionId ;
118 u_short fddiSMTMIBVersionId ;
128 u_short fddiSMTConfigPolicy ;
130 u_short fddiSMTTT_Notify ;
134 u_short fddiSMTMACIndexes ;
164 u_short fddiMACCurrentPath ;
[all …]
H A Dtargethw.h66 u_short n_a_send ; /* pending send requests */
76 u_short pci_handle ; /* handle to access the BIOS func */
79 u_short mc_dummy ; /* work around for MC compiler bug */
83 u_short hw_state ; /* started or stopped */
100 u_short timer_activ ; /* HWT timer active */
124 u_short mac_ring_is_up ; /* ring is up flag */
H A Dsmc.h59 u_short class ; /* event class */
60 u_short event ; /* event value */
277 u_short ring_status ; /* IBM ring status */
317 u_short evc_para ; /* SMT Para Number */
339 u_short uniq_ticks ; /* unique time stamp */
340 u_short please_reconnect ; /* flag : reconnect */
474 void mac1_irq(struct s_smc *smc, u_short stu, u_short stl);
475 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);
476 void mac3_irq(struct s_smc *smc, u_short code_s3u, u_short code_s3l);
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h42 u_short checksum;
48 u_short flags;
54 u_short flags1;
79 u_short word8;
80 u_short flags;
96 u_short timeout;
100 u_short id;
101 u_short method;
106 u_short status;
140 u_short word2;
[all …]
H A Dsym_hipd.h492 u_short ia_tag; /* Tag allocation index */
493 u_short if_tag; /* Tag release index */
511 u_short started_tags;
512 u_short started_no_tag;
513 u_short started_max;
514 u_short started_limit;
523 u_short tags_sum[2]; /* Tags sum counters */
770 u_short tag; /* Tag for this transfer */
893 u_short scriptb_sz;
894 u_short scriptz_sz;
[all …]
H A Dsym_fw.h78 SYM_GEN_FW_A(u_short)
81 SYM_GEN_FW_B(u_short)
82 SYM_GEN_B(u_short, start64)
83 SYM_GEN_B(u_short, pm_handle)
86 SYM_GEN_FW_Z(u_short)
/openbmc/linux/arch/m68k/include/asm/
H A Datarihw.h259 u_short hht;
260 u_short hbb;
261 u_short hbe;
262 u_short hdb;
263 u_short hde;
264 u_short hss;
266 u_short vft;
267 u_short vbb;
268 u_short vbe;
269 u_short vdb;
[all …]
H A Dmvme147hw.h31 volatile u_short t1_preload;
32 volatile u_short t1_count;
33 volatile u_short t2_preload;
34 volatile u_short t2_count;
/openbmc/linux/drivers/scsi/
H A Dqlogicpti.h280 u_short initiator_scsi_id;
281 u_short bus_reset_delay;
282 u_short retry_count;
283 u_short retry_delay;
289 u_short tag_aging;
290 u_short selection_timeout;
291 u_short max_queue_depth;
310 u_short device_flags;
311 u_short execution_throttle;
312 u_short synchronous_period;
[all …]
/openbmc/linux/drivers/atm/
H A Diphase.h195 u_short control;
196 u_short length;
224 u_short air;
235 u_short type;
240 u_short nrm;
241 u_short trm;
249 u_short pcr;
251 u_short icr;
252 u_short atdf;
253 u_short mcr;
[all …]
/openbmc/linux/drivers/net/ethernet/amd/
H A Dariadne.h44 volatile u_short AddressPROM[8];
46 volatile u_short RDP; /* Register Data Port */
47 volatile u_short RAP; /* Register Address Port */
48 volatile u_short Reset; /* Reset Chip on Read Access */
49 volatile u_short IDP; /* ISACSR Data Port */
288 volatile u_short RMD0; /* LADR[15:0] */
289 volatile u_short RMD1; /* HADR[23:16] | Receive Flags */
291 volatile u_short RMD3; /* Message Byte Count */
300 volatile u_short TMD0; /* LADR[15:0] */
301 volatile u_short TMD1; /* HADR[23:16] | Transmit Flags */
[all …]
H A Dariadne.c90 volatile u_short *tx_buff[TX_RING_SIZE];
91 volatile u_short *rx_buff[RX_RING_SIZE];
102 u_short tx_buff[TX_RING_SIZE][PKT_BUF_SIZE / sizeof(u_short)];
103 u_short rx_buff[RX_RING_SIZE][PKT_BUF_SIZE / sizeof(u_short)];
106 static void memcpyw(volatile u_short *dest, u_short *src, int len) in memcpyw()
136 t->TMD2 = swapw((u_short)-PKT_BUF_SIZE); in ariadne_init_ring()
152 r->RMD2 = swapw((u_short)-PKT_BUF_SIZE); in ariadne_init_ring()
217 ((u_short *)skb->data)[6], in ariadne_rx()
395 u_short in; in ariadne_open()
468 lance->RDP = swapw(((u_short)-RX_RING_SIZE)); in ariadne_open()
[all …]
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_atari.c216 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u8()
240 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be()
272 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u16be()
312 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16le()
353 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u16le()
418 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_law()
476 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_s8()
531 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_u8()
569 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_s16be()
625 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_u16be()
[all …]
H A Ddmasound_paula.c44 extern volatile u_short amiga_audio_min_period;
52 extern u_short amiga_audio_period;
245 const u_short __user *ptr = (const u_short __user *)userPtr; \
247 u_short data; \
487 custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0); in AmiPlayNextFrame()
489 custom.aud[1].audlc = (u_short *)ZTWO_PADDR(ch1); in AmiPlayNextFrame()
494 custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0); in AmiPlayNextFrame()
496 custom.aud[1].audlc = (u_short *)ZTWO_PADDR(ch1); in AmiPlayNextFrame()
504 custom.aud[2].audlc = (u_short *)ZTWO_PADDR(ch2); in AmiPlayNextFrame()
506 custom.aud[3].audlc = (u_short *)ZTWO_PADDR(ch3); in AmiPlayNextFrame()
/openbmc/linux/drivers/pcmcia/
H A Di82365.c149 u_short psock;
194 u_short flags;
217 static u_char i365_get(u_short sock, u_short reg) in i365_get()
231 static void i365_set(u_short sock, u_short reg, u_char data) in i365_set()
243 static void i365_bset(u_short sock, u_short reg, u_char mask) in i365_bset()
250 static void i365_bclr(u_short sock, u_short reg, u_char mask) in i365_bclr()
267 static u_short i365_get_pair(u_short sock, u_short reg) in i365_get_pair()
269 u_short a, b; in i365_get_pair()
275 static void i365_set_pair(u_short sock, u_short reg, u_short data) in i365_set_pair()
448 static u_int __init set_bridge_opts(u_short s, u_short ns) in set_bridge_opts()
[all …]
H A Dtcic.c105 u_short psock;
131 static u_short tcic_getw(u_char reg) in tcic_getw()
172 static u_short tcic_aux_getw(u_short reg) in tcic_aux_getw()
179 static void tcic_aux_setw(u_short reg, u_short data) in tcic_aux_setw()
210 u_short cfg; in try_irq()
296 u_short scf1, ioctl, base, num; in is_active()
338 u_short id; in get_tcic_id()
533 u_short psock; in tcic_interrupt()
623 u_short scf1, scf2; in tcic_set_socket()
698 u_short base, len, ioctl; in tcic_set_io_map()
[all …]
/openbmc/linux/drivers/s390/char/
H A Ddefkeymap.c14 u_short ebc_plain_map[NR_KEYS] = {
33 static u_short shift_map[NR_KEYS] = {
52 static u_short ctrl_map[NR_KEYS] = {
71 static u_short shift_ctrl_map[NR_KEYS] = {
/openbmc/linux/drivers/video/fbdev/
H A Damifb.c651 u_short w[2];
746 u_short height;
747 u_short width;
748 u_short fmode;
755 u_short ddfstrt;
756 u_short ddfstop;
757 u_short bpl1mod;
758 u_short bpl2mod;
1815 u_short color, mask; in ami_do_blank()
1926 u_short fmode; in ami_set_var_cursorinfo()
[all …]
/openbmc/linux/drivers/net/fddi/skfp/
H A Dfplustm.c116 + (u_short) inpw(FM_A(FM_FCNTR)) ; in mac_update_counter()
119 + (u_short) inpw(FM_A(FM_LCNTR)) ; in mac_update_counter()
168 u_short i ; in init_ram()
249 u_short rbc_ram_addr ; in init_rbc()
585 u_short imask ;
620 u_short imask ;
672 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l) in mac2_irq()
674 u_short change_s2l ; in mac2_irq()
675 u_short change_s2u ; in mac2_irq()
798 void mac3_irq(struct s_smc *smc, u_short code_s3u, u_short code_s3l) in mac3_irq()
[all …]
H A Dhwt.c57 u_short cnt ; in hwt_start()
65 cnt = (u_short)time ; in hwt_start()
158 u_short tr ; in hwt_read()
163 tr = (u_short)((inpd(ADDR(B2_TI_VAL))/200) & 0xffff) ; in hwt_read()
/openbmc/linux/fs/coda/
H A Dcoda_psdev.h18 u_short uc_flags;
19 u_short uc_inSize; /* Size is at most 5000 bytes */
20 u_short uc_outSize;
21 u_short uc_opcode; /* copied from data to save lookup */
/openbmc/linux/include/pcmcia/
H A Dss.h87 u_short speed;
94 u_short speed;
135 u_short functions;
136 u_short lock_count;
/openbmc/linux/drivers/accessibility/speakup/
H A Dkeyhelp.c17 static u_short key_offsets[MAXFUNCS], key_data[MAXKEYS];
18 static u_short masks[] = { 32, 16, 8, 4, 2, 1 };
52 u_short *p_key, key; in build_key_data()
132 int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key) in spk_handle_help()
137 u_short *p_keys, val; in spk_handle_help()

1234