/linux/arch/powerpc/include/asm/ |
H A D | cpm1.h | 28 #define CPM_CR_RST ((ushort)0x8000) 29 #define CPM_CR_OPCODE ((ushort)0x0f00) 30 #define CPM_CR_CHAN ((ushort)0x00f0) 31 #define CPM_CR_FLG ((ushort)0x0001) 35 #define CPM_CR_CH_SCC1 ((ushort)0x0000) 36 #define CPM_CR_CH_I2C ((ushort)0x0001) /* I2C and IDMA1 */ 37 #define CPM_CR_CH_SCC2 ((ushort)0x0004) 38 #define CPM_CR_CH_SPI ((ushort)0x0005) /* SPI / IDMA2 / Timers */ 40 #define CPM_CR_CH_SCC3 ((ushort)0x0008) 41 #define CPM_CR_CH_SMC1 ((ushort)0x0009) /* SMC1 / DSP1 */ [all …]
|
H A D | cpm2.h | 74 #define CPM_CR_START_IDMA ((ushort)0x0009) 164 ushort smc_rbase; /* Rx Buffer descriptor base address */ 165 ushort smc_tbase; /* Tx Buffer descriptor base address */ 168 ushort smc_mrblr; /* Max receive buffer length */ 171 ushort smc_rbptr; /* Internal */ 172 ushort smc_ibc; /* Internal */ 176 ushort smc_tbptr; /* Internal */ 177 ushort smc_tbc; /* Internal */ 179 ushort smc_maxidl; /* Maximum idle characters */ 180 ushort smc_tmpidl; /* Temporary idle counter */ [all …]
|
H A D | 8xx_immap.h | 23 ushort sc_swsr; 89 ushort memc_mstat; 90 ushort memc_mptpr; 150 ushort sit_tbscr; 155 ushort sit_rtcsc; 161 ushort sit_piscr; 168 #define TBSCR_TBIRQ_MASK ((ushort)0xff00) 169 #define TBSCR_REFA ((ushort)0x0080) 170 #define TBSCR_REFB ((ushort)0x0040) 171 #define TBSCR_REFAE ((ushort)0x0008) [all …]
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec.h | 249 #define BD_SC_EMPTY ((ushort)0x8000) /* Receive is empty */ 250 #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */ 251 #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */ 252 #define BD_SC_INTRPT ((ushort)0x1000) /* Interrupt on change */ 253 #define BD_SC_CM ((ushort)0x0200) /* Continuous mode */ 254 #define BD_SC_ID ((ushort)0x0100) /* Rec'd too many idles */ 255 #define BD_SC_P ((ushort)0x0100) /* xmt preamble */ 256 #define BD_SC_BR ((ushort)0x0020) /* Break received */ 257 #define BD_SC_FR ((ushort)0x0010) /* Framing error */ 258 #define BD_SC_PR ((ushort)0x0008) /* Parity error */ [all …]
|
/linux/drivers/scsi/ |
H A D | advansys.c | 266 ushort vm_id; 282 ushort x_req_count; 283 ushort x_reconnect_rtn; 306 ushort entry_cnt; 307 ushort queue_cnt; 308 ushort entry_to_copy; 309 ushort res; 318 ushort remain_sg_entry_cnt; 319 ushort next_sg_index; 459 ushort mcode_date; [all …]
|
/linux/include/soc/fsl/ |
H A D | cpm.h | 75 #define CPM_CR_INIT_TRX ((ushort)0x0000) 76 #define CPM_CR_INIT_RX ((ushort)0x0001) 77 #define CPM_CR_INIT_TX ((ushort)0x0002) 78 #define CPM_CR_HUNT_MODE ((ushort)0x0003) 79 #define CPM_CR_STOP_TX ((ushort)0x0004) 80 #define CPM_CR_GRA_STOP_TX ((ushort)0x0005) 81 #define CPM_CR_RESTART_TX ((ushort)0x0006) 82 #define CPM_CR_CLOSE_RX_BD ((ushort)0x0007) 83 #define CPM_CR_SET_GADDR ((ushort)0x0008) 84 #define CPM_CR_SET_TIMER ((ushort)0x0008) [all …]
|
/linux/drivers/staging/sm750fb/ |
H A D | sm750.h | 42 ushort powerMode; 44 ushort chip_clk; 45 ushort mem_clk; 46 ushort master_clk; 47 ushort setAllEngOff; 48 ushort resetMemory; 209 int hw_sm750_set_col_reg(struct lynxfb_crtc *crtc, ushort index, 210 ushort red, ushort green, ushort blue);
|
H A D | sm750_hw.c | 373 int hw_sm750_set_col_reg(struct lynxfb_crtc *crtc, ushort index, ushort red, in hw_sm750_set_col_reg() 374 ushort green, ushort blue) in hw_sm750_set_col_reg()
|
/linux/include/linux/ |
H A D | vt_kern.h | 65 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list); 66 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list); 93 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 98 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
|
/linux/arch/powerpc/platforms/8xx/ |
H A D | micropatch.c | 24 ushort rccr; 25 ushort cpmcr1; 26 ushort cpmcr2; 27 ushort cpmcr3; 28 ushort cpmcr4;
|
/linux/drivers/block/aoe/ |
H A D | aoe.h | 141 ushort nframes; /* cap on frames to use */ 146 ushort nout; /* number of AoE commands outstanding */ 147 ushort maxout; /* current value for max outstanding */ 148 ushort next_cwnd; /* incr maxout after decrementing to zero */ 149 ushort ssthresh; /* slow start threshold */ 219 void aoecmd_cfg(ushort aoemajor, unsigned char aoeminor);
|
/linux/drivers/block/ |
H A D | amiflop.c | 720 ushort adk; in raw_write() 782 ushort *ptr = (ushort *)raw, *endp = (ushort *)end; in scan_sync() 979 *(ushort *)ptr = (ptr[-1]&1) ? 0x2AA8 : 0xAAA8; in amiga_write() 1050 static ushort dos_crc(void * data_a3, int data_d0, int data_d1, int data_d3) in dos_crc() 1107 static inline ushort dos_hdr_crc (struct dos_header *hdr) in dos_hdr_crc() 1112 static inline ushort dos_data_crc(unsigned char *data) in dos_data_crc() 1117 static inline unsigned char dos_decode_byte(ushort word) in dos_decode_byte() 1119 register ushort w2; in dos_decode_byte() 1174 } while (*((ushort *)raw)!=0x5554); /* loop usually only once done */ in dos_read() 1176 raw = dos_decode((unsigned char *)&hdr,(ushort *) raw,8); in dos_read() [all …]
|
/linux/arch/alpha/lib/ |
H A D | ev6-csum_ipv6_magic.S | 136 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1) 137 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on $1) 138 extwl $1,4,$1 # U : ushort[2] (1 cycle stall on $1) 143 extwl $3,2,$1 # U : ushort[1] (1 cycle stall on $3)
|
/linux/drivers/net/ethernet/realtek/ |
H A D | atp.h | 10 ushort pad; /* Pad. */ 11 ushort rx_count; 12 ushort rx_status; /* Unknown bit assignments :-<. */ 13 ushort cur_addr; /* Apparently the current buffer address(?) */
|
/linux/drivers/hwmon/pmbus/ |
H A D | max15301.c | 42 static ushort delay = MAX15301_WAIT_TIME; 43 module_param(delay, ushort, 0644);
|
H A D | zl6100.c | 53 static ushort delay = ZL6100_WAIT_TIME; 54 module_param(delay, ushort, 0644);
|
/linux/drivers/tty/vt/ |
H A D | consolemap.c | 388 int con_set_trans_new(ushort __user * arg) in con_set_trans_new() 402 int con_get_trans_new(ushort __user * arg) in con_get_trans_new() 638 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 785 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap() 788 ushort ect; in con_get_unimap()
|
/linux/include/linux/usb/ |
H A D | composite.h | 539 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \ 542 module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \ 545 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
|
/linux/drivers/message/fusion/ |
H A D | mptctl.h | 388 ushort host_no; /* SCSI Host number, if scsi driver not loaded*/ 411 ushort host_no; /* SCSI Host number, if scsi driver not loaded*/
|
/linux/drivers/scsi/isci/ |
H A D | init.c | 99 module_param(ssp_max_occ_to, ushort, 0); 103 module_param(stp_max_occ_to, ushort, 0); 107 module_param(ssp_inactive_to, ushort, 0); 111 module_param(stp_inactive_to, ushort, 0);
|
/linux/drivers/s390/char/ |
H A D | defkeymap.c | 90 ushort *ebc_key_maps[MAX_NR_KEYMAPS] = {
|
/linux/drivers/video/fbdev/ |
H A D | dnfb.c | 156 ushort *src, dummy; in dnfb_copyarea() 161 src = (ushort *)(info->screen_base + area->sy * info->fix.line_length + in dnfb_copyarea()
|
/linux/drivers/usb/atm/ |
H A D | xusbatm.c | 22 XUSBATM_PARM(vendor, unsigned short, ushort, "USB device vendor"); 23 XUSBATM_PARM(product, unsigned short, ushort, "USB device product");
|
/linux/ipc/ |
H A D | sem.c | 1106 static int count_semcnt(struct sem_array *sma, ushort semnum, in count_semcnt() 1411 ushort fast_sem_io[SEMMSL_FAST]; in semctl_main() 1412 ushort *sem_io = fast_sem_io; in semctl_main() 1435 ushort __user *array = p; in semctl_main() 1450 sem_io = kvmalloc_array(nsems, sizeof(ushort), in semctl_main() 1469 if (copy_to_user(array, sem_io, nsems*sizeof(ushort))) in semctl_main() 1485 sem_io = kvmalloc_array(nsems, sizeof(ushort), in semctl_main() 1493 if (copy_from_user(sem_io, p, nsems*sizeof(ushort))) { in semctl_main()
|
/linux/drivers/char/hw_random/ |
H A D | jh7110-trng.c | 112 module_param(autoreq, ushort, 0); 118 module_param(autoage, ushort, 0);
|