Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 25 of 5949) sorted by relevance

12345678910>>...238

/linux-5.19.10/drivers/acpi/acpica/
Damlcode.h17 #define AML_ZERO_OP (u16) 0x00
18 #define AML_ONE_OP (u16) 0x01
19 #define AML_ALIAS_OP (u16) 0x06
20 #define AML_NAME_OP (u16) 0x08
21 #define AML_BYTE_OP (u16) 0x0a
22 #define AML_WORD_OP (u16) 0x0b
23 #define AML_DWORD_OP (u16) 0x0c
24 #define AML_STRING_OP (u16) 0x0d
25 #define AML_QWORD_OP (u16) 0x0e /* ACPI 2.0 */
26 #define AML_SCOPE_OP (u16) 0x10
[all …]
Damlresrc.h120 AML_RESOURCE_SMALL_HEADER_COMMON u16 irq_mask;
125 AML_RESOURCE_SMALL_HEADER_COMMON u16 irq_mask;
145 u16 minimum;
146 u16 maximum;
152 AML_RESOURCE_SMALL_HEADER_COMMON u16 address;
164 AML_RESOURCE_SMALL_HEADER_COMMON u16 request_lines;
165 u16 channels;
174 u16 resource_length;
187 u16 minimum;
188 u16 maximum;
[all …]
/linux-5.19.10/sound/pci/asihpi/
Dhpi.h1118 u16 mode_legacy;
1120 u16 unused; /**< Unused */
1121 u16 channels; /**< 1,2..., (or ancillary mode or idle bit */
1122 u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see #HPI_FORMATS. */
1133 u16 event_type; /**< type of event. \sa async_event */
1134 u16 sequence; /**< Sequence number, allows lost event detection */
1139 u16 index; /**< GPIO bit index. */
1142 u16 node_index; /**< what node is the control on ? */
1143 u16 node_type; /**< what type of node is the control on ? */
1157 u16 hpi_stream_estimate_buffer_size(struct hpi_format *pF,
[all …]
/linux-5.19.10/drivers/staging/wlan-ng/
Dhfa384x.h66 #define HFA384x_PORTID_MAX ((u16)7)
67 #define HFA384x_NUMPORTS_MAX ((u16)(HFA384x_PORTID_MAX + 1))
68 #define HFA384x_PDR_LEN_MAX ((u16)512) /* in bytes, from EK */
69 #define HFA384x_PDA_RECS_MAX ((u16)200) /* a guess */
70 #define HFA384x_PDA_LEN_MAX ((u16)1024) /* in bytes, from EK*/
71 #define HFA384x_SCANRESULT_MAX ((u16)31)
72 #define HFA384x_HSCANRESULT_MAX ((u16)31)
73 #define HFA384x_CHINFORESULT_MAX ((u16)16)
79 #define HFA384x_PORTTYPE_IBSS ((u16)0)
80 #define HFA384x_PORTTYPE_BSS ((u16)1)
[all …]
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dd11.h62 u16 fifocontrol;
63 u16 fifodata;
64 u16 fifofree; /* only valid in xmt channel, not in rcv channel */
65 u16 PAD;
92 u16 pmqctrlstatus; /* read/write */
93 u16 PAD;
184 u16 radioregaddr; /* 0x3d8 */
185 u16 radioregdata; /* 0x3da */
194 u16 phyversion; /* 0x3e0 - 0x0 */
195 u16 phybbconfig; /* 0x3e2 - 0x1 */
[all …]
/linux-5.19.10/drivers/scsi/qla4xxx/
Dql4_nvram.h86 u16 etherMtu_mac;
89 u16 pauseThreshold_mac;
90 u16 resumeThreshold_mac;
91 u16 reserved[13];
100 u16 subsysVendorId;
101 u16 subsysDeviceId;
110 u16 board_id; /* x06 */
124 u16 ext_hw_conf; /* x18 */
129 u16 etherMtu; /* x32 */
130 u16 macConfig; /* x34 */
[all …]
/linux-5.19.10/drivers/scsi/bfa/
Dbfad_bsg.h155 u16 bfad_num;
156 u16 rsvd;
161 u16 bfad_num;
162 u16 rsvd;
169 u16 bfad_num;
170 u16 rsvd;
175 u16 bfad_num;
176 u16 vf_id;
184 u16 bfad_num;
185 u16 rsvd;
[all …]
Dbfa_fcbuild.h130 u16 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi,
131 u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name,
132 u16 pdu_size, u8 set_npiv, u8 set_auth,
133 u16 local_bb_credits);
135 u16 fc_fdisc_build(struct fchs_s *buf, struct fc_logi_s *flogi, u32 s_id,
136 u16 ox_id, wwn_t port_name, wwn_t node_name,
137 u16 pdu_size);
139 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi,
142 u16 pdu_size,
143 u16 local_bb_credits, u8 bb_scn);
[all …]
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpsw.h23 int dpsw_open(struct fsl_mc_io *mc_io, u32 cmd_flags, int dpsw_id, u16 *token);
25 int dpsw_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token);
85 int dpsw_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token);
87 int dpsw_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token);
89 int dpsw_reset(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token);
118 int dpsw_set_irq_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
121 int dpsw_set_irq_mask(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
124 int dpsw_get_irq_status(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
127 int dpsw_clear_irq_status(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
154 u16 max_vlans;
[all …]
Ddpni.h36 #define DPNI_ALL_TC_FLOWS (u16)(-1)
40 #define DPNI_NEW_FLOW_ID (u16)(-1)
89 u16 *token);
93 u16 token);
108 u16 buffer_size;
115 u16 token,
120 u16 token);
124 u16 token);
128 u16 token,
133 u16 token);
[all …]
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_int.h248 u16 crsminpwrthld_40_stored;
249 u16 crsminpwrthld_20L_stored;
250 u16 crsminpwrthld_20U_stored;
251 u16 init_gain_code_core1_stored;
252 u16 init_gain_code_core2_stored;
253 u16 init_gain_codeb_core1_stored;
254 u16 init_gain_codeb_core2_stored;
255 u16 init_gain_table_stored[4];
257 u16 clip1_hi_gain_code_core1_stored;
258 u16 clip1_hi_gain_code_core2_stored;
[all …]
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_switch.h28 u16 vsi_num;
29 u16 vsis_allocd;
30 u16 vsis_unallocated;
31 u16 flags;
36 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS];
38 u16 num_rdma_q_entries[ICE_MAX_TRAFFIC_CLASS];
69 u16 fltr_rule_id;
70 u16 flag;
73 u16 src;
82 u16 vlan_id;
[all …]
/linux-5.19.10/drivers/net/wireless/
Dwl3501.h262 u16 cfp_max_duration;
263 u16 cfp_dur_remaining;
268 u16 atim_window;
272 u16 tx_cnt;
274 u16 sfd;
277 u16 len;
278 u16 crc16;
279 u16 frame_ctrl;
280 u16 duration_id;
284 u16 seq_ctrl;
[all …]
/linux-5.19.10/drivers/scsi/bnx2i/
D57xx_iscsi_hsi.h24 u16 reserved0;
26 u16 reserved0;
35 u16 reserved5;
41 u16 reserved5;
48 u16 param1;
50 u16 param1;
55 u16 param2;
56 u16 param3;
58 u16 param3;
59 u16 param2;
[all …]
/linux-5.19.10/include/linux/power/
Dmax17042_battery.h187 u16 data;
195 u16 tgain; /* 0x2C */
196 u16 toff; /* 0x2D */
197 u16 cgain; /* 0x2E */
198 u16 coff; /* 0x2F */
201 u16 valrt_thresh; /* 0x01 */
202 u16 talrt_thresh; /* 0x02 */
203 u16 soc_alrt_thresh; /* 0x03 */
204 u16 config; /* 0x01D */
205 u16 shdntimer; /* 0x03F */
[all …]
/linux-5.19.10/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.h71 u16 command;
73 u16 parameter_len;
75 u16 result_len;
77 u16 *parameter;
79 u16 *result;
146 u16 ctrl_data;
154 u16 IFAGC;
155 u16 RFAGC;
156 u16 digital_agc;
175 u16 output_level; /* range dependent on AGC */
[all …]
/linux-5.19.10/drivers/scsi/mpi3mr/
Dmpi3mr.h212 u16 rsvd;
289 u16 build_num;
290 u16 cust_id;
306 u16 max_reqs;
307 u16 product_id;
308 u16 op_req_sz;
309 u16 reply_sz;
310 u16 exceptions;
311 u16 max_perids;
312 u16 max_pds;
[all …]
/linux-5.19.10/drivers/net/phy/
Dbcm-phy-lib.h30 int __bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val);
31 int __bcm_phy_read_exp(struct phy_device *phydev, u16 reg);
32 int __bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set);
33 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val);
34 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg);
35 int bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set);
38 u16 reg, u16 val) in bcm_phy_write_exp_sel()
43 int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val);
44 int bcm54xx_auxctl_read(struct phy_device *phydev, u16 regnum);
47 u16 reg, u16 chl, u16 value);
[all …]
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h24 u16 *events_pending);
27 void *buff, /* can be NULL */ u16 buff_size,
33 u16 buff_size,
38 void *buff, /* can be NULL */ u16 buff_size,
45 u16 buff_size,
52 void *desc, void *buffer, u16 buf_len);
60 i40e_status i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 seid,
61 bool pf_lut, u8 *lut, u16 lut_size);
62 i40e_status i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 seid,
63 bool pf_lut, u8 *lut, u16 lut_size);
[all …]
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_vbt_defs.h55 u16 version;
56 u16 header_size;
57 u16 vbt_size;
73 u16 version;
74 u16 header_size;
75 u16 bdb_size;
371 u16 handle;
372 u16 device_type; /* See DEVICE_TYPE_* above */
382 u16 dtd_buf_ptr; /* 161 */
395 u16 addin_offset;
[all …]
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Datom.h29 u16 iW;
30 u16 iH;
31 u16 oW;
32 u16 oH;
39 u16 active;
40 u16 synce;
41 u16 blanke;
42 u16 blanks;
46 u16 synce;
47 u16 blanke;
[all …]
/linux-5.19.10/arch/x86/kvm/
Dtss.h31 u16 t;
32 u16 io_map;
36 u16 prev_task_link;
37 u16 sp0;
38 u16 ss0;
39 u16 sp1;
40 u16 ss1;
41 u16 sp2;
42 u16 ss2;
43 u16 ip;
[all …]
/linux-5.19.10/drivers/hwmon/
Dnct6775.h29 u16 reg_temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
33 u16 reg_temp_config[NUM_TEMP];
38 u16 REG_CONFIG;
39 u16 REG_VBAT;
40 u16 REG_DIODE;
46 const u16 *REG_VIN;
47 const u16 *REG_IN_MINMAX[2];
49 const u16 *REG_TARGET;
50 const u16 *REG_FAN;
51 const u16 *REG_FAN_MODE;
[all …]
/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dphy_common.h161 u16 (*phy_read)(struct b43_wldev *dev, u16 reg);
162 void (*phy_write)(struct b43_wldev *dev, u16 reg, u16 value);
163 void (*phy_maskset)(struct b43_wldev *dev, u16 reg, u16 mask, u16 set);
164 u16 (*radio_read)(struct b43_wldev *dev, u16 reg);
165 void (*radio_write)(struct b43_wldev *dev, u16 reg, u16 value);
241 u16 radio_manuf; /* Radio manufacturer */
242 u16 radio_ver; /* Radio version */
305 u16 b43_phy_read(struct b43_wldev *dev, u16 reg);
310 void b43_phy_write(struct b43_wldev *dev, u16 reg, u16 value);
315 void b43_phy_copy(struct b43_wldev *dev, u16 destreg, u16 srcreg);
[all …]
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h85 u16 max; /* Max resource id or count */
91 u16 *fn_map; /* LF to pcifunc mapping */
156 u16 bmap_entries; /* Number of unreserved MCAM entries */
157 u16 bmap_fcnt; /* MCAM entries free count */
158 u16 *entry2pfvf_map;
159 u16 *entry2cntr_map;
160 u16 *cntr2pfvf_map;
161 u16 *cntr_refcnt;
162 u16 *entry2target_pffunc;
166 u16 banksize; /* Number of MCAM entries in each bank */
[all …]

12345678910>>...238