Home
last modified time | relevance | path

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

12345678910>>...149

/linux-6.6.21/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.h122 AML_RESOURCE_SMALL_HEADER_COMMON u16 irq_mask;
127 AML_RESOURCE_SMALL_HEADER_COMMON u16 irq_mask;
147 u16 minimum;
148 u16 maximum;
154 AML_RESOURCE_SMALL_HEADER_COMMON u16 address;
166 AML_RESOURCE_SMALL_HEADER_COMMON u16 request_lines;
167 u16 channels;
176 u16 resource_length;
189 u16 minimum;
190 u16 maximum;
[all …]
/linux-6.6.21/drivers/staging/wlan-ng/
Dhfa384x.h45 #define HFA384x_PORTID_MAX ((u16)7)
46 #define HFA384x_NUMPORTS_MAX ((u16)(HFA384x_PORTID_MAX + 1))
47 #define HFA384x_PDR_LEN_MAX ((u16)512) /* in bytes, from EK */
48 #define HFA384x_PDA_RECS_MAX ((u16)200) /* a guess */
49 #define HFA384x_PDA_LEN_MAX ((u16)1024) /* in bytes, from EK*/
50 #define HFA384x_SCANRESULT_MAX ((u16)31)
51 #define HFA384x_HSCANRESULT_MAX ((u16)31)
52 #define HFA384x_CHINFORESULT_MAX ((u16)16)
58 #define HFA384x_PORTTYPE_IBSS ((u16)0)
59 #define HFA384x_PORTTYPE_BSS ((u16)1)
[all …]
/linux-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/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);
117 u16 buffer_size;
124 u16 token,
129 u16 token);
133 u16 token);
137 u16 token,
142 u16 token);
[all …]
/linux-6.6.21/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-6.6.21/drivers/media/platform/verisilicon/
Drockchip_av1_entropymode.h182 u16 joint_cdf[3];
183 u16 sign_cdf[2];
184 u16 clsss_cdf[2][10];
185 u16 clsss0_fp_cdf[2][2][3];
186 u16 fp_cdf[2][3];
187 u16 class0_hp_cdf[2];
188 u16 hp_cdf[2];
189 u16 class0_cdf[2];
190 u16 bits_cdf[2][10];
194 u16 partition_cdf[13][16];
[all …]
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_switch.h37 u16 vsi_num;
38 u16 vsis_allocd;
39 u16 vsis_unallocated;
40 u16 flags;
45 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS];
47 u16 num_rdma_q_entries[ICE_MAX_TRAFFIC_CLASS];
78 u16 fltr_rule_id;
79 u16 flag;
82 u16 src;
91 u16 vlan_id;
[all …]
/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h23 u16 *events_pending);
26 void *buff, /* can be NULL */ u16 buff_size,
32 u16 buff_size,
37 void *buff, /* can be NULL */ u16 buff_size,
44 u16 buff_size,
51 void *desc, void *buffer, u16 buf_len);
57 int i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 seid,
58 bool pf_lut, u8 *lut, u16 lut_size);
59 int i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 seid,
60 bool pf_lut, u8 *lut, u16 lut_size);
[all …]
/linux-6.6.21/drivers/net/wireless/legacy/
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-6.6.21/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-6.6.21/drivers/scsi/mpi3mr/
Dmpi3mr.h226 u16 rsvd;
305 u16 build_num;
306 u16 cust_id;
322 u16 max_reqs;
323 u16 product_id;
324 u16 op_req_sz;
325 u16 reply_sz;
326 u16 exceptions;
327 u16 max_perids;
328 u16 max_pds;
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge.h48 int mlx5_esw_bridge_vport_link(struct net_device *br_netdev, u16 vport_num, u16 esw_owner_vhca_id,
51 int mlx5_esw_bridge_vport_unlink(struct net_device *br_netdev, u16 vport_num, u16 esw_owner_vhca_id,
54 int mlx5_esw_bridge_vport_peer_link(struct net_device *br_netdev, u16 vport_num,
55 u16 esw_owner_vhca_id,
58 int mlx5_esw_bridge_vport_peer_unlink(struct net_device *br_netdev, u16 vport_num,
59 u16 esw_owner_vhca_id,
62 void mlx5_esw_bridge_fdb_update_used(struct net_device *dev, u16 vport_num, u16 esw_owner_vhca_id,
65 void mlx5_esw_bridge_fdb_mark_deleted(struct net_device *dev, u16 vport_num, u16 esw_owner_vhca_id,
68 void mlx5_esw_bridge_fdb_create(struct net_device *dev, u16 vport_num, u16 esw_owner_vhca_id,
71 void mlx5_esw_bridge_fdb_remove(struct net_device *dev, u16 vport_num, u16 esw_owner_vhca_id,
[all …]
/linux-6.6.21/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-6.6.21/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;
398 u16 handle;
399 u16 device_type; /* See DEVICE_TYPE_* above */
415 u16 dtd_buf_ptr; /* 161+ */
432 u16 addin_offset;
[all …]
/linux-6.6.21/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-6.6.21/include/linux/soc/mediatek/
Dmtk-cmdq.h15 #define CMDQ_ADDR_LOW(addr) ((u16)(addr) | BIT(1))
21 u16 offset;
22 u16 size;
86 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value);
99 u16 offset, u32 value, u32 mask);
110 int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, u16 addr_low,
111 u16 reg_idx);
127 int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx,
128 u16 addr_low, u16 src_reg_idx);
145 int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx,
[all …]
/linux-6.6.21/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-6.6.21/drivers/net/phy/
Dbcm-phy-lib.h33 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);
36 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val);
37 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg);
38 int bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set);
41 u16 reg, u16 val) in bcm_phy_write_exp_sel()
46 static inline int bcm_phy_read_exp_sel(struct phy_device *phydev, u16 reg) in bcm_phy_read_exp_sel()
51 int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val);
52 int bcm54xx_auxctl_read(struct phy_device *phydev, u16 regnum);
[all …]
/linux-6.6.21/drivers/hwmon/
Dnct6775.h30 u16 reg_temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
34 u16 reg_temp_config[NUM_TEMP];
39 u16 REG_CONFIG;
40 u16 REG_VBAT;
41 u16 REG_DIODE;
47 const u16 *REG_VIN;
48 const u16 *REG_IN_MINMAX[2];
50 const u16 *REG_TARGET;
51 const u16 *REG_FAN;
52 const u16 *REG_FAN_MODE;
[all …]

12345678910>>...149