Searched refs:u32 (Results 101 - 125 of 22352) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-versatile/
H A Dspc.h11 int __init ve_spc_init(void __iomem *base, u32 a15_clusid, int irq);
13 void ve_spc_cpu_wakeup_irq(u32 cluster, u32 cpu, bool set);
14 void ve_spc_set_resume_addr(u32 cluster, u32 cpu, u32 addr);
15 void ve_spc_powerdown(u32 cluster, bool enable);
16 int ve_spc_cpu_in_wfi(u32 cpu, u32 cluster);
/linux-master/drivers/remoteproc/
H A Dimx_rproc.h12 u32 da; /* device address (From Cortex M4 view)*/
13 u32 sa; /* system bus address */
14 u32 size; /* size of reg range */
30 u32 src_reg;
31 u32 src_mask;
32 u32 src_start;
33 u32 src_stop;
34 u32 gpr_reg;
35 u32 gpr_wait;
/linux-master/fs/bcachefs/
H A Dsubvolume_types.h7 typedef DARRAY(u32) snapshot_id_list;
12 u32 parent;
13 u32 skip[3];
14 u32 depth;
15 u32 children[2];
16 u32 subvol; /* Nonzero only if a subvolume points to this node: */
17 u32 tree;
18 u32 equiv;
33 u32 subvol;
/linux-master/drivers/media/pci/cx18/
H A Dcx18-scb.h71 u32 paddr; /* Physical address of a buffer segment */
72 u32 length; /* Length of the buffer segment */
81 u32 ipc_offset;
82 u32 reserved01[7];
84 u32 cpu_code_offset;
85 u32 reserved02[3];
87 u32 apu_code_offset;
88 u32 reserved03[3];
90 u32 hpu_code_offset;
91 u32 reserved0
[all...]
/linux-master/arch/x86/realmode/rm/
H A Dwakeup.h16 u32 pmode_entry; /* Protected mode resume point, 32-bit only */
18 u32 pmode_cr0; /* Protected mode cr0 */
19 u32 pmode_cr3; /* Protected mode cr3 */
20 u32 pmode_cr4; /* Protected mode cr4 */
21 u32 pmode_efer_low; /* Protected mode EFER */
22 u32 pmode_efer_high;
24 u32 pmode_misc_en_low; /* Protected mode MISC_ENABLE */
25 u32 pmode_misc_en_high;
26 u32 pmode_behavior; /* Wakeup routine behavior flags */
27 u32 realmode_flag
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.h56 u32 ds_info;
57 u32 status1;
58 u32 status2;
59 u32 status3;
60 u32 status4;
61 u32 status5;
62 u32 status6;
63 u32 status7;
64 u32 status8;
65 u32 status
[all...]
/linux-master/include/linux/
H A Dmv643xx_i2c.h14 u32 freq_m;
15 u32 freq_n;
16 u32 timeout; /* In milliseconds */
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.h7 int usif_ioctl(struct drm_file *, void __user *, u32);
8 int usif_notify(const void *, u32, const void *, u32);
/linux-master/drivers/net/ethernet/agere/
H A Det131x.h156 u32 txq_start_addr; /* 0x0000 */
157 u32 txq_end_addr; /* 0x0004 */
158 u32 rxq_start_addr; /* 0x0008 */
159 u32 rxq_end_addr; /* 0x000C */
160 u32 pm_csr; /* 0x0010 */
161 u32 unused; /* 0x0014 */
162 u32 int_status; /* 0x0018 */
163 u32 int_mask; /* 0x001C */
164 u32 int_alias_clr_en; /* 0x0020 */
165 u32 int_status_alia
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_frac.h30 typedef u32 ia_css_u0_16;
32 typedef u32 ia_css_u5_11;
34 typedef u32 ia_css_u8_8;
/linux-master/drivers/staging/media/atomisp/pci/css_2401_system/
H A Dcsi_rx_global.h31 u32 long_packet_entry;
32 u32 short_packet_entry;
45 u32 virtual_channel;
46 u32 data_type;
47 u32 comp_scheme;
48 u32 comp_predictor;
49 u32 comp_bit_idx;
55 u32 active_lanes;
58 extern const u32 N_SHORT_PACKET_LUT_ENTRIES[N_CSI_RX_BACKEND_ID];
59 extern const u32 N_LONG_PACKET_LUT_ENTRIE
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.h29 void gfx_v9_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num,
30 u32 instance, int xcc_id);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.h48 u32 arch_type;
57 u32 resource_handle;
58 u32 resource_type;
59 u32 resource_data[];
64 u32 resource_type;
65 u32 resource_handle;
70 u32 num_properties;
71 u32 data[];
76 u32 num_properties;
77 u32 dat
[all...]
H A Dhfi_msgs.h50 u32 event_id;
51 u32 event_data1;
52 u32 event_data2;
53 u32 ext_event_data[];
57 u32 packet_buffer;
58 u32 extradata_buffer;
59 u32 output_tag;
64 u32 error_type;
65 u32 num_properties;
66 u32 dat
[all...]
/linux-master/arch/arm64/crypto/
H A Dsm4-ce.h7 void sm4_ce_expand_key(const u8 *key, u32 *rkey_enc, u32 *rkey_dec,
8 const u32 *fk, const u32 *ck);
10 void sm4_ce_crypt_block(const u32 *rkey, u8 *dst, const u8 *src);
12 void sm4_ce_cbc_enc(const u32 *rkey_enc, u8 *dst, const u8 *src,
/linux-master/drivers/ufs/host/
H A Dufshcd-pltfrm.h14 u32 pwm_rx_gear; /* pwm rx gear to work in */
15 u32 pwm_tx_gear; /* pwm tx gear to work in */
16 u32 hs_rx_gear; /* hs rx gear to work in */
17 u32 hs_tx_gear; /* hs tx gear to work in */
18 u32 rx_lanes; /* number of rx lanes */
19 u32 tx_lanes; /* number of tx lanes */
20 u32 rx_pwr_pwm; /* rx pwm working pwr */
21 u32 tx_pwr_pwm; /* tx pwm working pwr */
22 u32 rx_pwr_hs; /* rx hs working pwr */
23 u32 tx_pwr_h
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_wopcm_types.h16 u32 size;
20 u32 base;
22 u32 size;
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_task_types.h60 u32 r10_save;
61 u32 r54_save;
62 u32 r98_save;
74 u32 r32_save;
75 u32 r76_save;
76 u32 rsd2_save;
189 u32 saverfe;
197 u32 saverba; /* (HFG) */
198 u32 saverdc;
199 u32 savers_config_2
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Dintel_pcode.h13 int snb_pcode_read(struct intel_uncore *uncore, u32 mbox, u32 *val, u32 *val1);
14 int snb_pcode_write_timeout(struct intel_uncore *uncore, u32 mbox, u32 val,
19 int skl_pcode_request(struct intel_uncore *uncore, u32 mbox, u32 request,
20 u32 reply_mask, u32 reply, int timeout_base_ms);
27 int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcm
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_helpers.h10 u32 src;
11 u32 dst;
14 int vpu_helper_find_in_array_u8(const u8 *array, u32 size, u32 x);
15 bool vpu_helper_check_type(struct vpu_inst *inst, u32 type);
16 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
17 const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt);
18 bool vpu_helper_match_format(struct vpu_inst *inst, u32 typ
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw_abi.h50 u32 module_type;
55 u32 header_size_dw;
56 u32 header_version;
57 u32 module_id;
58 u32 module_vendor;
59 u32 date;
63 u32 size_dw; /* uCode plus header_size_dw */
64 u32 key_size_dw;
65 u32 modulus_size_dw;
66 u32 exponent_size_d
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_io.h72 u32 addr, u32 cnt, u8 *pbuf);
74 u32 addr, u32 cnt, u8 *pbuf);
75 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr);
76 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr);
77 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr);
79 u32 addr, u32 cn
[all...]
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h37 u32 reserved0; /* maybe a unused channel id */
38 u32 suballoc_dma;
39 u32 suballoc_size;
48 u32 reserved0;
53 u32 layer_id;
56 u32 videomode;
57 u32 format;
58 u32 colorspace;
59 u32 src_mode;
60 u32 src_bit_dept
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.h15 u32 tx_intr_moderation_ctl,
16 u32 queue);
20 u32 select);
23 void hw_atl2_rpf_rss_hash_type_set(struct aq_hw_s *aq_hw, u32 rss_hash_type);
26 void hw_atl2_rpf_new_enable_set(struct aq_hw_s *aq_hw, u32 enable);
29 void hw_atl2_rpfl2_uc_flr_tag_set(struct aq_hw_s *aq_hw, u32 tag, u32 filter);
32 void hw_atl2_rpfl2_bc_flr_tag_set(struct aq_hw_s *aq_hw, u32 tag);
35 void hw_atl2_new_rpf_rss_redir_set(struct aq_hw_s *aq_hw, u32 tc, u32 inde
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h19 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val)
24 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val)
29 static inline void set_tx_desc_bmc(__le32 *__pdesc, u32 __val)
34 static inline void set_tx_desc_htc(__le32 *__pdesc, u32 __val)
39 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val)
44 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val)
49 static inline void set_tx_desc_linip(__le32 *__pdesc, u32 __val)
54 static inline void set_tx_desc_own(__le32 *__pdesc, u32 __val)
64 static inline void set_tx_desc_macid(__le32 *__pdesc, u32 __val)
69 static inline void set_tx_desc_agg_break(__le32 *__pdesc, u32 __va
[all...]

Completed in 197 milliseconds

1234567891011>>