Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 25 of 1291) sorted by relevance

12345678910>>...52

/include/sound/
Dump_msg.h131 u32 type:4;
132 u32 group:4;
133 u32 status:4;
134 u32 channel:4;
135 u32 note:8;
136 u32 velocity:8;
138 u32 velocity:8;
139 u32 note:8;
140 u32 channel:4;
141 u32 status:4;
[all …]
/include/linux/platform_data/
Dgpmc-omap.h32 u32 sync_clk;
35 u32 cs_on; /* Assertion time */
36 u32 cs_rd_off; /* Read deassertion time */
37 u32 cs_wr_off; /* Write deassertion time */
40 u32 adv_on; /* Assertion time */
41 u32 adv_rd_off; /* Read deassertion time */
42 u32 adv_wr_off; /* Write deassertion time */
43 u32 adv_aad_mux_on; /* ADV assertion time for AAD */
44 u32 adv_aad_mux_rd_off; /* ADV read deassertion time for AAD */
45 u32 adv_aad_mux_wr_off; /* ADV write deassertion time for AAD */
[all …]
Demif_plat.h56 u32 type;
57 u32 density;
58 u32 io_width;
59 u32 cs1_used;
60 u32 cal_resistors_per_cs;
85 u32 mask;
86 u32 lpmode;
87 u32 lpmode_timeout_performance;
88 u32 lpmode_timeout_power;
89 u32 lpmode_freq_threshold;
[all …]
/include/linux/
Dswitchtec.h50 u32 cmd;
51 u32 status;
52 u32 ret_value;
53 u32 dma_en;
55 u32 dma_vector;
56 u32 dma_ver;
71 u32 global_summary;
72 u32 reserved3[3];
73 u32 stack_error_event_hdr;
74 u32 stack_error_event_data;
[all …]
Dpsp-sev.h122 u32 flags; /* In */
123 u32 reserved; /* In */
125 u32 tmr_len; /* In */
139 u32 length; /* In */
140 u32 flags; /* In */
142 u32 tmr_len; /* In */
143 u32 reserved; /* In */
145 u32 nv_len; /* In */
158 u32 len; /* In/Out */
171 u32 pek_cert_len; /* In */
[all …]
Dcrc32.h11 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len);
12 u32 __pure crc32_le_base(u32 crc, unsigned char const *p, size_t len);
13 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len);
14 u32 __pure crc32_be_base(u32 crc, unsigned char const *p, size_t len);
34 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len);
36 static inline u32 crc32_le_combine(u32 crc1, u32 crc2, size_t len2) in crc32_le_combine()
41 u32 __pure __crc32c_le(u32 crc, unsigned char const *p, size_t len);
42 u32 __pure __crc32c_le_base(u32 crc, unsigned char const *p, size_t len);
62 u32 __attribute_const__ __crc32c_le_shift(u32 crc, size_t len);
64 static inline u32 __crc32c_le_combine(u32 crc1, u32 crc2, size_t len2) in __crc32c_le_combine()
Dtcp.h104 u32 start_seq;
105 u32 end_seq;
115 u32 ts_recent; /* Time stamp to echo next */
116 u32 rcv_tsval; /* Time stamp value */
117 u32 rcv_tsecr; /* Time stamp echo reply */
160 u32 txhash;
161 u32 rcv_isn;
162 u32 snt_isn;
163 u32 ts_off;
164 u32 last_oow_ack_time; /* last SYNACK */
[all …]
/include/linux/usb/
Dusb338x.h42 u32 usbclass;
46 u32 ss_sel;
49 u32 ss_del;
52 u32 usb2lpm;
56 u32 usb3belt;
59 u32 usbctl2;
67 u32 in_timeout;
80 u32 isodelay;
86 u32 ep_fifo_size_base;
91 u32 ep_fifo_out_wrptr;
[all …]
/include/net/mana/
Dhw_channel.h35 u32 as_uint32;
38 u32 eq_id : 16;
39 u32 doorbell : 16;
44 u32 as_uint32;
47 u32 value : 24;
48 u32 type : 8;
53 u32 type : 6;
54 u32 eom : 1;
55 u32 som : 1;
56 u32 vendor_err : 8;
[all …]
Dgdma.h78 u32 size;
115 u32 hdr_type;
116 u32 msg_type;
119 u32 msg_size;
129 u32 as_uint32;
137 u32 activity_id;
143 u32 activity_id;
144 u32 status;
145 u32 reserved;
162 static inline void mana_gd_init_req_hdr(struct gdma_req_hdr *hdr, u32 code, in mana_gd_init_req_hdr()
[all …]
/include/linux/firmware/
Dxlnx-zynqmp.h529 u32 qid;
530 u32 arg1;
531 u32 arg2;
532 u32 arg3;
535 int zynqmp_pm_invoke_fn(u32 pm_api_id, u32 *ret_payload, u32 num_args, ...);
538 int zynqmp_pm_get_api_version(u32 *version);
539 int zynqmp_pm_get_chipid(u32 *idcode, u32 *version);
540 int zynqmp_pm_get_family_info(u32 *family, u32 *subfamily);
541 int zynqmp_pm_query_data(struct zynqmp_pm_query_data qdata, u32 *out);
542 int zynqmp_pm_clock_enable(u32 clock_id);
[all …]
/include/video/
Dsticore.h61 u32 offset : 14; /* offset in 4kbyte page */
62 u32 sys_only : 1; /* don't map to user space */
63 u32 cache : 1; /* map to data cache */
64 u32 btlb : 1; /* map to block tlb */
65 u32 last : 1; /* last region in list */
66 u32 length : 14; /* length in 4kbyte page */
69 u32 region; /* complete region value */
80 u32 *sti_mem_addr; /* pointer to global sti memory (size=sti_mem_request) */
81 u32 *future_ptr; /* pointer to future data */
92 u32 *region_ptrs[STI_REGION_MAX]; /* region pointers */
[all …]
Dkyro.h18 u32 palette[16];
19 u32 HTot; /* Hor Total Time */
20 u32 HFP; /* Hor Front Porch */
21 u32 HST; /* Hor Sync Time */
22 u32 HBP; /* Hor Back Porch */
24 u32 VTot; /* Ver Total Time */
25 u32 VFP; /* Ver Front Porch */
26 u32 VST; /* Ver Sync Time */
27 u32 VBP; /* Ver Back Porch */
29 u32 XRES; /* X Resolution */
[all …]
/include/linux/mlx5/
Dtransobj.h38 int mlx5_core_alloc_transport_domain(struct mlx5_core_dev *dev, u32 *tdn);
39 void mlx5_core_dealloc_transport_domain(struct mlx5_core_dev *dev, u32 tdn);
40 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen,
41 u32 *rqn);
42 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in);
43 void mlx5_core_destroy_rq(struct mlx5_core_dev *dev, u32 rqn);
44 int mlx5_core_query_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *out);
45 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen,
46 u32 *sqn);
47 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in);
[all …]
/include/linux/ssb/
Dssb_embedded.h9 extern int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks);
12 u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask);
13 u32 ssb_gpio_out(struct ssb_bus *bus, u32 mask, u32 value);
14 u32 ssb_gpio_outen(struct ssb_bus *bus, u32 mask, u32 value);
15 u32 ssb_gpio_control(struct ssb_bus *bus, u32 mask, u32 value);
16 u32 ssb_gpio_intmask(struct ssb_bus *bus, u32 mask, u32 value);
17 u32 ssb_gpio_polarity(struct ssb_bus *bus, u32 mask, u32 value);
Dssb_driver_extif.h172 u32 *plltype, u32 *n, u32 *m);
177 extern u32 ssb_extif_watchdog_timer_set(struct ssb_extif *extif, u32 ticks);
180 u32 ssb_extif_gpio_in(struct ssb_extif *extif, u32 mask);
181 u32 ssb_extif_gpio_out(struct ssb_extif *extif, u32 mask, u32 value);
182 u32 ssb_extif_gpio_outen(struct ssb_extif *extif, u32 mask, u32 value);
183 u32 ssb_extif_gpio_polarity(struct ssb_extif *extif, u32 mask, u32 value);
184 u32 ssb_extif_gpio_intmask(struct ssb_extif *extif, u32 mask, u32 value);
205 u32 *plltype, u32 *n, u32 *m) in ssb_extif_get_clockcontrol()
215 u32 ssb_extif_watchdog_timer_set(struct ssb_extif *extif, u32 ticks) in ssb_extif_watchdog_timer_set()
220 static inline u32 ssb_extif_gpio_in(struct ssb_extif *extif, u32 mask) in ssb_extif_gpio_in()
[all …]
/include/linux/firmware/qcom/
Dqcom_scm.h20 u32 addr;
21 u32 val;
66 void qcom_scm_cpu_power_down(u32 flags);
67 int qcom_scm_set_remote_state(u32 state, u32 id);
75 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size,
78 int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size);
79 int qcom_scm_pas_auth_and_reset(u32 peripheral);
80 int qcom_scm_pas_shutdown(u32 peripheral);
81 bool qcom_scm_pas_supported(u32 peripheral);
87 int qcom_scm_restore_sec_cfg(u32 device_id, u32 spare);
[all …]
/include/linux/soc/qcom/
Dllcc-qcom.h65 u32 slice_id;
80 u32 reg_cnt;
81 u32 count_mask;
82 u32 ways_mask;
89 u32 trp_ecc_error_status0;
90 u32 trp_ecc_error_status1;
91 u32 trp_ecc_sb_err_syn0;
92 u32 trp_ecc_db_err_syn0;
93 u32 trp_ecc_error_cntr_clear;
94 u32 trp_interrupt_0_status;
[all …]
/include/crypto/
Daria.h32 #define ARIA_RD_KEY_WORDS (ARIA_BLOCK_SIZE / sizeof(u32))
35 u32 enc_key[ARIA_MAX_RD_KEYS][ARIA_RD_KEY_WORDS];
36 u32 dec_key[ARIA_MAX_RD_KEYS][ARIA_RD_KEY_WORDS];
41 static const u32 s1[256] = {
108 static const u32 s2[256] = {
175 static const u32 x1[256] = {
242 static const u32 x2[256] = {
309 static inline u32 rotl32(u32 v, u32 r) in rotl32()
314 static inline u32 rotr32(u32 v, u32 r) in rotr32()
319 static inline u32 bswap32(u32 v) in bswap32()
[all …]
/include/media/
Dtveeprom.h71 u32 has_radio;
72 u32 has_ir;
73 u32 has_MAC_address;
75 u32 tuner_type;
76 u32 tuner_formats;
77 u32 tuner_hauppauge_model;
79 u32 tuner2_type;
80 u32 tuner2_formats;
81 u32 tuner2_hauppauge_model;
83 u32 audio_processor;
[all …]
Dv4l2-vp9.h120 u32 (*partition)[16][4];
121 u32 (*skip)[3][2];
122 u32 (*intra_inter)[4][2];
123 u32 (*tx32p)[2][4];
124 u32 (*tx16p)[2][4];
125 u32 (*tx8p)[2][2];
126 u32 (*y_mode)[4][10];
127 u32 (*uv_mode)[10][10];
128 u32 (*comp)[5][2];
129 u32 (*comp_ref)[5][2];
[all …]
/include/linux/qed/
Dqed_iscsi_if.h18 u32 iscsi_cmdq_threshold_cnt;
19 u32 iscsi_rq_threshold_cnt;
20 u32 iscsi_immq_threshold_cnt;
50 u32 ip[4];
57 u32 initial_ack;
68 u32 rcv_next;
69 u32 snd_una;
70 u32 snd_next;
71 u32 snd_max;
72 u32 snd_wnd;
[all …]
/include/net/
Dfq.h35 u32 backlog;
53 u32 backlog_bytes;
54 u32 backlog_packets;
55 u32 overlimit;
56 u32 collisions;
57 u32 flows;
58 u32 tx_bytes;
59 u32 tx_packets;
74 u32 flows_cnt;
75 u32 limit;
[all …]
/include/linux/fsl/
Dptp_qoriq.h17 u32 tmr_ctrl; /* Timer control register */
18 u32 tmr_tevent; /* Timestamp event register */
19 u32 tmr_temask; /* Timer event mask register */
20 u32 tmr_pevent; /* Timestamp event register */
21 u32 tmr_pemask; /* Timer event mask register */
22 u32 tmr_stat; /* Timestamp status register */
23 u32 tmr_cnt_h; /* Timer counter high register */
24 u32 tmr_cnt_l; /* Timer counter low register */
25 u32 tmr_add; /* Timer drift compensation addend register */
26 u32 tmr_acc; /* Timer accumulator register */
[all …]
/include/linux/firmware/meson/
Dmeson_sm.h22 s32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4);
24 unsigned int b_size, unsigned int cmd_index, u32 arg0,
25 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
27 unsigned int bsize, unsigned int cmd_index, u32 arg0,
28 u32 arg1, u32 arg2, u32 arg3, u32 arg4);

12345678910>>...52