| /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/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/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()
|
| H A D | types.h | 92 typedef unsigned short ushort; typedef
|
| /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/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/i2c/busses/ |
| H A D | i2c-cpm.c | 50 ushort rbase; /* Rx Buffer descriptor base address */ 51 ushort tbase; /* Tx Buffer descriptor base address */ 54 ushort mrblr; /* Max receive buffer length */ 57 ushort rbptr; /* Rx Buffer descriptor pointer */ 58 ushort rbc; /* Internal */ 62 ushort tbptr; /* Tx Buffer descriptor pointer */ 63 ushort tbc; /* Internal */ 66 ushort rpbase; /* Relocation pointer */
|
| H A D | i2c-sis5595.c | 114 module_param_hw(force_addr, ushort, ioport, 0);
|
| /linux/drivers/tty/vt/ |
| H A D | consolemap.c | 386 int con_set_trans_new(ushort __user * arg) in con_set_trans_new() 400 int con_get_trans_new(ushort __user * arg) in con_get_trans_new() 632 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 772 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap() 775 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/s390/char/ |
| H A D | defkeymap.c | 90 ushort *ebc_key_maps[MAX_NR_KEYMAPS] = {
|
| H A D | keyboard.c | 287 to_utf8(struct tty_port *port, ushort c) in to_utf8() 365 ushort *key_map, val, ov; in do_kdsk_ioctl()
|
| /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/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/scripts/coccinelle/api/ |
| H A D | kmalloc_objs.cocci | 36 typedef uchar, ushort, uint, ulong; 41 u16,__u16,uint16_t,unsigned short,ushort,
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpcihp_generic.c | 204 module_param_hw(port, ushort, ioport, 0);
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-cryp.c | 52 module_param(side_chan, ushort, 0);
|
| /linux/drivers/watchdog/ |
| H A D | mpc8xxx_wdt.c | 57 module_param(timeout, ushort, 0);
|
| /linux/drivers/media/radio/si470x/ |
| H A D | radio-si470x-common.c | 113 module_param(space, ushort, 0444); 120 module_param(de, ushort, 0444);
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.h | 183 ushort max_segment_count;
|
| /linux/drivers/hwmon/ |
| H A D | smsc47b397.c | 32 module_param(force_id, ushort, 0);
|