| /linux/arch/powerpc/include/asm/ |
| H A D | cpm2.h | 20 #define CPM_CR_RST ((uint)0x80000000) 21 #define CPM_CR_PAGE ((uint)0x7c000000) 22 #define CPM_CR_SBLOCK ((uint)0x03e00000) 23 #define CPM_CR_FLG ((uint)0x00010000) 24 #define CPM_CR_MCN ((uint)0x00003fc0) 25 #define CPM_CR_OPCODE ((uint)0x0000000f) 94 #define CPM_BRG_RST ((uint)0x00020000) 95 #define CPM_BRG_EN ((uint)0x00010000) 96 #define CPM_BRG_EXTC_INT ((uint)0x00000000) 97 #define CPM_BRG_EXTC_CLK3_9 ((uint)0x00004000) [all …]
|
| H A D | 8xx_immap.h | 19 uint sc_siumcr; 20 uint sc_sypcr; 21 uint sc_swt; 24 uint sc_sipend; 25 uint sc_simask; 26 uint sc_siel; 27 uint sc_sivec; 28 uint sc_tesr; 30 uint sc_sdcr; 37 uint pcmc_pbr0; [all …]
|
| H A D | cpm1.h | 52 extern void cpm_setbrg(uint brg, uint rate); 60 #define PROFF_SCC1 ((uint)0x0000) 61 #define PROFF_IIC ((uint)0x0080) 62 #define PROFF_SCC2 ((uint)0x0100) 63 #define PROFF_SPI ((uint)0x0180) 64 #define PROFF_SCC3 ((uint)0x0200) 65 #define PROFF_SMC1 ((uint)0x0280) 66 #define PROFF_DSP1 ((uint)0x02c0) 67 #define PROFF_SCC4 ((uint)0x0300) 68 #define PROFF_SMC2 ((uint)0x0380) [all …]
|
| /linux/arch/powerpc/platforms/8xx/ |
| H A D | mpc885ads.h | 22 #define BCSR1_ETHEN ((uint)0x20000000) 23 #define BCSR1_IRDAEN ((uint)0x10000000) 24 #define BCSR1_RS232EN_1 ((uint)0x01000000) 25 #define BCSR1_PCCEN ((uint)0x00800000) 26 #define BCSR1_PCCVCC0 ((uint)0x00400000) 27 #define BCSR1_PCCVPP0 ((uint)0x00200000) 28 #define BCSR1_PCCVPP1 ((uint)0x00100000) 30 #define BCSR1_RS232EN_2 ((uint)0x00040000) 31 #define BCSR1_PCCVCC1 ((uint)0x00010000) 34 #define BCSR4_ETH10_RST ((uint)0x80000000) /* 10Base-T PHY reset*/ [all …]
|
| H A D | mpc86xads.h | 20 #define BCSR1_ETHEN ((uint)0x20000000) 21 #define BCSR1_IRDAEN ((uint)0x10000000) 22 #define BCSR1_RS232EN_1 ((uint)0x01000000) 23 #define BCSR1_PCCEN ((uint)0x00800000) 24 #define BCSR1_PCCVCC0 ((uint)0x00400000) 25 #define BCSR1_PCCVPP0 ((uint)0x00200000) 26 #define BCSR1_PCCVPP1 ((uint)0x00100000) 28 #define BCSR1_RS232EN_2 ((uint)0x00040000) 29 #define BCSR1_PCCVCC1 ((uint)0x00010000) 32 #define BCSR4_ETH10_RST ((uint)0x80000000) /* 10Base-T PHY reset*/ [all …]
|
| H A D | micropatch.c | 43 static uint patch_2000[] __initdata = { 75 static uint patch_2f00[] __initdata = { 86 static uint patch_2e00[] __initdata = {}; 101 static uint patch_2000[] __initdata = { 184 static uint patch_2f00[] __initdata = { 203 static uint patch_2e00[] __initdata = { 223 static uint patch_2000[] __initdata = { 229 static uint patch_2f00[] __initdata = { 233 static uint patch_2e00[] __initdata = {}; 248 static uint patch_2000[] __initdata = { [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bit.c | 20 xfs_bitmap_empty(uint *map, uint size) in xfs_bitmap_empty() 22 uint i; in xfs_bitmap_empty() 37 xfs_contig_bits(uint *map, uint size, uint start_bit) in xfs_contig_bits() 39 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT); in xfs_contig_bits() 40 uint result = 0; in xfs_contig_bits() 41 uint tmp; in xfs_contig_bits() 76 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit() 78 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT); in xfs_next_bit() 79 uint result = start_bit & ~(NBWORD - 1); in xfs_next_bit() 80 uint tmp; in xfs_next_bit()
|
| H A D | xfs_bit.h | 67 extern int xfs_bitmap_empty(uint *map, uint size); 70 extern int xfs_contig_bits(uint *map, uint size, uint start_bit); 73 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.h | 25 static uint lpfc_##name = defval;\ 26 module_param(lpfc_##name, uint, S_IRUGO);\ 31 static uint lpfc_##name = defval;\ 32 module_param(lpfc_##name, uint, S_IRUGO);\ 39 static uint lpfc_##name = defval;\ 40 module_param(lpfc_##name, uint, S_IRUGO);\ 50 static uint lpfc_##name = defval;\ 51 module_param(lpfc_##name, uint, 0444);\ 60 static uint lpfc_##name = defval;\ 61 module_param(lpfc_##name, uint, S_IRUGO);\ [all …]
|
| /linux/arch/m68k/include/asm/ |
| H A D | mac_iop.h | 141 uint iop_num; /* IOP number */ 142 uint channel; /* channel number */ 153 extern int iop_listen(uint, uint, 156 extern int iop_send_message(uint, uint, void *, uint, __u8 *, 159 extern void iop_upload_code(uint, __u8 *, uint, __u16); 160 extern void iop_download_code(uint, __u8 *, uint, __u16); 161 extern __u8 *iop_compare_code(uint, __u8 *, uint, __u16); 162 extern void iop_ism_irq_poll(uint);
|
| /linux/fs/xfs/ |
| H A D | xfs_mount.h | 187 uint m_blockmask; /* sb_blocksize-1 */ 188 uint m_blockwsize; /* sb_blocksize in words */ 191 uint m_alloc_mxr[2]; /* max alloc btree records */ 192 uint m_alloc_mnr[2]; /* min alloc btree records */ 193 uint m_bmap_dmxr[2]; /* max bmap btree records */ 194 uint m_bmap_dmnr[2]; /* min bmap btree records */ 195 uint m_rmap_mxr[2]; /* max rmap btree records */ 196 uint m_rmap_mnr[2]; /* min rmap btree records */ 197 uint m_rtrmap_mxr[2]; /* max rtrmap btree records */ 198 uint m_rtrmap_mnr[2]; /* min rtrmap btree records */ [all …]
|
| H A D | xfs_trans.h | 36 uint li_type; /* item type */ 80 uint (*iop_push)(struct xfs_log_item *, struct list_head *); 166 uint blocks, uint rtextents, uint flags, 171 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t); 226 void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint); 228 void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint); 229 void xfs_trans_log_buf(struct xfs_trans *, struct xfs_buf *, uint, 230 uint); 233 void xfs_trans_log_inode(xfs_trans_t *, struct xfs_inode *, uint);
|
| /linux/arch/m68k/mac/ |
| H A D | via.c | 270 (uint) via1[vDirA], (uint) via1[vDirB], (uint) via1[vACR]); in via_debug_dump() 272 (uint) via1[vPCR], (uint) via1[vIFR], (uint) via1[vIER]); in via_debug_dump() 277 (uint) via2[rIFR], (uint) via2[rIER]); in via_debug_dump() 279 (uint) via2[rSIFR], (uint) via2[rSIER]); in via_debug_dump() 282 (uint) via2[vDirA], (uint) via2[vDirB], in via_debug_dump() 283 (uint) via2[vACR]); in via_debug_dump() 285 (uint) via2[vPCR], in via_debug_dump() 286 (uint) via2[vIFR], (uint) via2[vIER]); in via_debug_dump()
|
| H A D | iop.c | 310 int iop_listen(uint iop_num, uint chan, in iop_listen() 378 static void iop_handle_send(uint iop_num, uint chan) in iop_handle_send() 409 static void iop_handle_recv(uint iop_num, uint chan) in iop_handle_recv() 450 int iop_send_message(uint iop_num, uint chan, void *privdata, in iop_send_message() 451 uint msg_len, __u8 *msg_data, in iop_send_message() 486 void iop_upload_code(uint iop_num, __u8 *code_start, in iop_upload_code() 487 uint code_len, __u16 shared_ram_start) in iop_upload_code() 502 void iop_download_code(uint iop_num, __u8 *code_start, in iop_download_code() 503 uint code_len, __u16 shared_ram_start) in iop_download_code() 520 __u8 *iop_compare_code(uint iop_num, __u8 *code_start, in iop_compare_code() [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_int.h | 233 uint table; 235 uint max; 472 uint unit; 474 uint corerev; 478 uint now; 481 uint chip; 482 uint chiprev; 483 uint chippkg; 484 uint sromrev; 485 uint boardtype; [all …]
|
| H A D | phy_hal.h | 151 uint unit; 152 uint corerev; 155 uint chip; 156 uint chiprev; 157 uint chippkg; 158 uint sromrev; 159 uint boardtype; 160 uint boardrev; 201 void wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, 204 void wlc_phy_txpower_sromlimit(struct brcms_phy_pub *ppi, uint chan, u8 *_min_, [all …]
|
| /linux/include/sound/ |
| H A D | hdmi-codec.h | 124 uint i2s:1; 125 uint no_i2s_playback:1; 126 uint no_i2s_capture:1; 127 uint spdif:1; 128 uint no_spdif_playback:1; 129 uint no_spdif_capture:1; 130 uint no_capture_mute:1;
|
| /linux/drivers/net/fddi/ |
| H A D | defza.h | 752 uint state; /* adapter expected state */ 755 uint int_mask; /* interrupt source selector */ 770 uint irq_count_flush_tx; /* transmit flush irqs */ 771 uint irq_count_uns_poll; /* unsolicited event irqs */ 772 uint irq_count_smt_tx_poll; /* SMT transmit irqs */ 773 uint irq_count_rx_poll; /* host receive irqs */ 774 uint irq_count_tx_done; /* transmit done irqs */ 775 uint irq_count_cmd_done; /* command done irqs */ 776 uint irq_count_state_chg; /* state change irqs */ 777 uint irq_count_link_st_chg; /* link status change irqs */ [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | pub.h | 112 uint count; /* number of rates in rates[] */ 148 uint mac80211_state; 149 uint unit; /* device instance number */ 150 uint corerev; /* core revision */ 156 uint _nbands; /* # bands supported */ 157 uint now; /* # elapsed seconds */ 270 struct bcma_device *core, uint unit, 271 bool piomode, uint *perr); 272 uint brcms_c_detach(struct brcms_c_info *wlc); 274 uint brcms_c_down(struct brcms_c_info *wlc); [all …]
|
| H A D | rate.c | 274 uint idx; in brcms_c_rateset_valid() 308 uint count; in brcms_c_rate_hwrs_filter_sort_validate() 309 uint i; in brcms_c_rate_hwrs_filter_sort_validate() 409 bool basic_only, u8 rates, uint xmask, bool mcsallow) in brcms_c_rateset_filter() 411 uint i; in brcms_c_rateset_filter() 412 uint r; in brcms_c_rateset_filter() 413 uint count; in brcms_c_rateset_filter() 443 uint phy_type, int bandtype, bool cck_only, in brcms_c_rateset_default() 444 uint rate_mask, bool mcsallow, u8 bw, u8 txstreams) in brcms_c_rateset_default() 484 s16 brcms_c_rate_legacy_phyctl(uint rate) in brcms_c_rate_legacy_phyctl() [all …]
|
| /linux/drivers/hid/ |
| H A D | hid-roccat-common.h | 25 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id, 26 void *data, uint size); 27 int roccat_common2_send(struct usb_device *usb_dev, uint report_id, 28 void const *data, uint size); 30 uint command, void const *buf, uint size); 42 size_t real_size, uint command); 45 size_t real_size, uint command);
|
| H A D | hid-roccat-common.c | 21 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id, in roccat_common2_receive() 22 void *data, uint size) in roccat_common2_receive() 43 int roccat_common2_send(struct usb_device *usb_dev, uint report_id, in roccat_common2_send() 44 void const *data, uint size) in roccat_common2_send() 108 uint command, void const *buf, uint size) in roccat_common2_send_with_status() 132 size_t real_size, uint command) in roccat_common2_sysfs_read() 155 size_t real_size, uint command) in roccat_common2_sysfs_write()
|
| /linux/fs/jfs/ |
| H A D | jfs_incore.h | 29 uint mode2; /* jfs-specific mode */ 36 uint next_index; /* next available directory entry index */ 174 uint aggregate; /* volume identifier in log record */ 186 uint gengen; /* inode generation generator*/ 187 uint inostamp; /* shows inode belongs to fileset*/ 193 uint state; /* mount/recovery state */ 195 uint p_state; /* state prior to going no integrity */ 198 uint umask; /* umask to override on-disk umask */ 199 uint minblks_trim; /* minimum blocks, for online trim */
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | audio.c | 25 module_param(p_chmask, uint, 0444); 31 module_param_array_named(p_srate, p_srates, uint, &p_srates_cnt, 0444); 36 module_param(p_ssize, uint, 0444); 47 module_param(c_chmask, uint, 0444); 53 module_param_array_named(c_srate, c_srates, uint, &c_srates_cnt, 0444); 58 module_param(c_ssize, uint, 0444); 73 module_param(p_chmask, uint, 0444); 79 module_param_array_named(p_srate, p_srates, uint, &p_srates_cnt, 0444); 84 module_param(p_ssize, uint, 0444); 89 module_param(c_chmask, uint, 0444); [all …]
|
| H A D | zero.c | 93 module_param(autoresume, uint, S_IRUGO); 98 module_param(max_autoresume, uint, S_IRUGO); 103 module_param(autoresume_interval_ms, uint, S_IRUGO); 244 module_param_named(buflen, gzero_options.bulk_buflen, uint, 0); 245 module_param_named(pattern, gzero_options.pattern, uint, S_IRUGO|S_IWUSR); 248 module_param_named(isoc_interval, gzero_options.isoc_interval, uint, 252 module_param_named(isoc_maxpacket, gzero_options.isoc_maxpacket, uint, 256 module_param_named(isoc_mult, gzero_options.isoc_mult, uint, S_IRUGO|S_IWUSR); 259 module_param_named(isoc_maxburst, gzero_options.isoc_maxburst, uint, 263 module_param_named(qlen, gzero_options.qlen, uint, S_IRUGO|S_IWUSR); [all …]
|