Searched refs:u32 (Results 51 - 75 of 861) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/dev/drm/
H A Di915_drv.h138 u32 irq_mask_reg;
139 u32 pipestat[2];
151 u32 saveDSPACNTR;
152 u32 saveDSPBCNTR;
153 u32 saveDSPARB;
154 u32 saveRENDERSTANDBY;
155 u32 saveHWS;
156 u32 savePIPEACONF;
157 u32 savePIPEBCONF;
158 u32 savePIPEASR
[all...]
H A Dvia_drm.h121 u32 offset;
122 u32 size;
126 u32 offset;
127 u32 size;
131 u32 context;
132 u32 type;
133 u32 size;
155 u32 ms;
156 u32 lock;
157 u32 va
[all...]
/freebsd-11.0-release/sys/dev/ixl/
H A Dixlv.h47 #define IXLV_FLAG_AQ_ENABLE_QUEUES (u32)(1 << 0)
48 #define IXLV_FLAG_AQ_DISABLE_QUEUES (u32)(1 << 1)
49 #define IXLV_FLAG_AQ_ADD_MAC_FILTER (u32)(1 << 2)
50 #define IXLV_FLAG_AQ_ADD_VLAN_FILTER (u32)(1 << 3)
51 #define IXLV_FLAG_AQ_DEL_MAC_FILTER (u32)(1 << 4)
52 #define IXLV_FLAG_AQ_DEL_VLAN_FILTER (u32)(1 << 5)
53 #define IXLV_FLAG_AQ_CONFIGURE_QUEUES (u32)(1 << 6)
54 #define IXLV_FLAG_AQ_MAP_VECTORS (u32)(1 << 7)
55 #define IXLV_FLAG_AQ_HANDLE_RESET (u32)(1 << 8)
56 #define IXLV_FLAG_AQ_CONFIGURE_PROMISC (u32)(
[all...]
H A Di40e_lan_hmc.h67 u32 rxmax; /* bigger than needed, see above for reason */
99 u32 crc;
115 u32 rsv[32];
119 u32 rsv[8];
157 u32 rsrc_type;
158 u32 start_idx;
159 u32 count;
166 u32 rsrc_type;
167 u32 start_idx;
168 u32 coun
[all...]
/freebsd-11.0-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h156 u32 port,
215 u32
288 u32 syn_flag;
289 u32 is_icmp;
290 u32 fast_path_eligible;
291 u32 l3_cksum_valid;
292 u32 l3_cksum;
293 u32 l4_cksum_valid;
294 u32 l4_cksum;
295 u32 fram
[all...]
H A Dvxgehal-stats.h998 /* 0x068 */ u32 tx_parse_error;
999 /* 0x06c */ u32 tx_unknown_protocol;
1001 /* 0x078 */ u32 tx_marker_pdu_frms;
1002 /* 0x07c */ u32 tx_lacpdu_frms;
1003 /* 0x080 */ u32 tx_drop_ip;
1004 /* 0x084 */ u32 tx_marker_resp_pdu_frms;
1005 /* 0x088 */ u32 tx_xgmii_char2_match;
1006 /* 0x08c */ u32 tx_xgmii_char1_match;
1007 /* 0x090 */ u32 tx_xgmii_column2_match;
1008 /* 0x094 */ u32 tx_xgmii_column1_matc
[all...]
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dmd5_i.h13 u32 buf[4];
14 u32 bits[2];
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest,
84 __raw_writel(((__force u32 *) &val)[0], dest);
85 __raw_writel(((__force u32 *) &val)[1], dest + 4);
88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest,
93 hi = (__force u32) cpu_to_be32(hi);
94 lo = (__force u32) cpu_to_be32(lo);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h30 u32 id();
38 u32 StackDepotPut(StackTrace stack);
41 StackTrace StackDepotGet(u32 id);
53 StackTrace Get(u32 id);
57 u32 id;
/freebsd-11.0-release/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h30 u32 kn;
63 int (*set_replay_protect)(void *ctx, Boolean enabled, u32 window);
66 int (*get_receive_lowest_pn)(void *ctx, u32 channel, u8 an,
67 u32 *lowest_pn);
68 int (*get_transmit_next_pn)(void *ctx, u32 channel, u8 an,
69 u32 *next_pn);
70 int (*set_transmit_next_pn)(void *ctx, u32 channel, u8 an, u32 next_pn);
71 int (*get_available_receive_sc)(void *ctx, u32 *channel);
72 int (*create_receive_sc)(void *ctx, u32 channe
[all...]
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_common.h41 IXGBE_WRITE_REG(hw, reg, (u32) value); \
42 IXGBE_WRITE_REG(hw, reg + 4, (u32) (value >> 32)); \
60 s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num);
62 u32 pba_num_size);
64 u32 eeprom_buf_size, u16 max_pba_block_size,
67 u32 eeprom_buf_size, struct ixgbe_pba *pba);
69 u32 eeprom_buf_size, u16 *pba_block_size);
76 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index);
77 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index);
97 s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_re
[all...]
H A Dixgbe_api.h60 u32 ixgbe_get_num_of_tx_queues(struct ixgbe_hw *hw);
61 u32 ixgbe_get_num_of_rx_queues(struct ixgbe_hw *hw);
63 s32 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num);
64 s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
68 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
70 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
93 s32 ixgbe_led_on(struct ixgbe_hw *hw, u32 index);
94 s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 inde
[all...]
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_opregion.c60 u32 size;
61 u32 opregion_ver;
65 u32 mboxes;
71 u32 drdy; /* driver readiness */
72 u32 csts; /* notification status */
73 u32 cevt; /* current event */
75 u32 didl[8]; /* supported display devices ID list */
76 u32 cpdl[8]; /* currently presented display list */
77 u32 cadl[8]; /* currently active display list */
78 u32 nad
[all...]
H A Di915_drv.h151 u32 __iomem *lid_state;
186 u32 eir;
187 u32 pgtbl_er;
188 u32 ier;
189 u32 ccid;
190 u32 derrmr;
191 u32 forcewake;
193 u32 pipestat[I915_MAX_PIPES];
194 u32 tail[I915_NUM_RINGS];
195 u32 hea
[all...]
H A Dintel_ringbuffer.h19 u32 *page_addr;
51 u32 mmio_base;
56 u32 head;
57 u32 tail;
71 u32 last_retired_head;
73 u32 irq_refcount; /* protected by dev_priv->irq_lock */
74 u32 irq_enable_mask; /* bitmask to enable ring interrupt */
75 u32 trace_irq_seqno;
76 u32 sync_seqno[I915_NUM_RINGS-1];
83 u32 valu
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h41 void __msan_maybe_warning_1(u8 s, u32 o);
43 void __msan_maybe_warning_2(u16 s, u32 o);
45 void __msan_maybe_warning_4(u32 s, u32 o);
47 void __msan_maybe_warning_8(u64 s, u32 o);
50 void __msan_maybe_store_origin_1(u8 s, void *p, u32 o);
52 void __msan_maybe_store_origin_2(u16 s, void *p, u32 o);
54 void __msan_maybe_store_origin_4(u32 s, void *p, u32 o);
56 void __msan_maybe_store_origin_8(u64 s, void *p, u32
[all...]
/freebsd-11.0-release/sys/dev/sym/
H A Dsym_fw1.h76 u32 start [ 11];
77 u32 getjob_begin [ 4];
78 u32 _sms_a10 [ 5];
79 u32 getjob_end [ 4];
80 u32 _sms_a20 [ 4];
81 u32 select [ 8];
82 u32 _sms_a30 [ 8];
83 u32 wf_sel_done [ 2];
84 u32 send_ident [ 2];
86 u32 select
[all...]
H A Dsym_fw2.h76 u32 start [ 14];
77 u32 getjob_begin [ 4];
78 u32 getjob_end [ 4];
79 u32 select [ 8];
80 u32 wf_sel_done [ 2];
81 u32 sel_done [ 2];
82 u32 send_ident [ 2];
84 u32 select2 [ 8];
86 u32 select2 [ 2];
88 u32 comman
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h24 typedef unsigned int u32; typedef
44 # define BSWAP4(x) ({ u32 ret_=(x); \
48 # define BSWAP8(x) ({ u32 lo_=(u64)(x)>>32,hi_=(x); \
52 # define BSWAP4(x) ({ u32 ret_=(x); \
59 # define BSWAP4(x) ({ u32 ret_; \
63 # define BSWAP8(x) ({ u32 lo_=(u64)(x)>>32,hi_=(x); \
67 # define BSWAP4(x) ({ u32 ret_; \
69 : "=r"(ret_) : "r"((u32)(x))); \
76 # define BSWAP4(x) _byteswap_ulong((u32)(x))
78 __inline u32 _bswap
[all...]
/freebsd-11.0-release/tools/tools/vxge/
H A Dvxge_cmn.h72 typedef uint32_t u32; typedef
167 u32 size;
180 u32 type;
181 u32 unused;
190 u32 major;
191 u32 minor;
192 u32 build;
199 u32 day;
200 u32 month;
201 u32 yea
[all...]
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.h59 u32 wptr;
60 u32 rptr;
80 u32 qpid;
94 u32 qpnr;
95 u32 qpmask;
139 enum t3_cq_opcode op, u32 credit);
144 int cxio_create_qp(struct cxio_rdev *rdev, u32 kernel_domain, struct t3_wq *wq,
150 u32 pbl_addr, u32 pbl_size);
151 int cxio_register_phys_mem(struct cxio_rdev *rdev, u32 * sta
[all...]
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_common_i.h20 u32 next_objid;
/freebsd-11.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-driver.h61 u32 debug_level;
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dieee802_11_auth.h20 const u8 *msg, size_t len, u32 *session_timeout,
21 u32 *acct_interim_interval, int *vlan_id,
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/arm/
H A Dfixunssfsivfp.S24 vcvt.u32.f32 s15, s15 // convert single to 32-bit unsigned into s15

Completed in 248 milliseconds

1234567891011>>