Home
last modified time | relevance | path

Searched refs:s32 (Results 1 – 25 of 1397) sorted by relevance

12345678910>>...56

/Linux-v4.19/include/linux/platform_data/
Ddma-imx-sdma.h12 s32 ap_2_ap_addr;
13 s32 ap_2_bp_addr;
14 s32 ap_2_ap_fixed_addr;
15 s32 bp_2_ap_addr;
16 s32 loopback_on_dsp_side_addr;
17 s32 mcu_interrupt_only_addr;
18 s32 firi_2_per_addr;
19 s32 firi_2_mcu_addr;
20 s32 per_2_firi_addr;
21 s32 mcu_2_firi_addr;
[all …]
/Linux-v4.19/drivers/staging/comedi/drivers/
Djr3_pci.h17 static inline s16 get_s16(const s32 __iomem *p) in get_s16()
22 static inline void set_s16(s32 __iomem *p, s16 val) in set_s16()
49 s32 raw_data;
50 s32 reserved[2];
58 s32 fx;
59 s32 fy;
60 s32 fz;
61 s32 mx;
62 s32 my;
63 s32 mz;
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Dphy.h7 s32 e1000e_check_downshift(struct e1000_hw *hw);
8 s32 e1000_check_polarity_m88(struct e1000_hw *hw);
9 s32 e1000_check_polarity_igp(struct e1000_hw *hw);
10 s32 e1000_check_polarity_ife(struct e1000_hw *hw);
11 s32 e1000e_check_reset_block_generic(struct e1000_hw *hw);
12 s32 e1000e_copper_link_setup_igp(struct e1000_hw *hw);
13 s32 e1000e_copper_link_setup_m88(struct e1000_hw *hw);
14 s32 e1000e_phy_force_speed_duplex_igp(struct e1000_hw *hw);
15 s32 e1000e_phy_force_speed_duplex_m88(struct e1000_hw *hw);
16 s32 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw);
[all …]
Dmac.h7 s32 e1000e_blink_led_generic(struct e1000_hw *hw);
8 s32 e1000e_check_for_copper_link(struct e1000_hw *hw);
9 s32 e1000e_check_for_fiber_link(struct e1000_hw *hw);
10 s32 e1000e_check_for_serdes_link(struct e1000_hw *hw);
11 s32 e1000e_cleanup_led_generic(struct e1000_hw *hw);
12 s32 e1000e_config_fc_after_link_up(struct e1000_hw *hw);
13 s32 e1000e_disable_pcie_master(struct e1000_hw *hw);
14 s32 e1000e_force_mac_fc(struct e1000_hw *hw);
15 s32 e1000e_get_auto_rd_done(struct e1000_hw *hw);
16 s32 e1000e_get_bus_info_pcie(struct e1000_hw *hw);
[all …]
Dhw.h454 s32 (*id_led_init)(struct e1000_hw *);
455 s32 (*blink_led)(struct e1000_hw *);
457 s32 (*check_for_link)(struct e1000_hw *);
458 s32 (*cleanup_led)(struct e1000_hw *);
461 s32 (*get_bus_info)(struct e1000_hw *);
463 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
464 s32 (*led_on)(struct e1000_hw *);
465 s32 (*led_off)(struct e1000_hw *);
467 s32 (*reset_hw)(struct e1000_hw *);
468 s32 (*init_hw)(struct e1000_hw *);
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_phy.h20 s32 igb_check_downshift(struct e1000_hw *hw);
21 s32 igb_check_reset_block(struct e1000_hw *hw);
22 s32 igb_copper_link_setup_igp(struct e1000_hw *hw);
23 s32 igb_copper_link_setup_m88(struct e1000_hw *hw);
24 s32 igb_copper_link_setup_m88_gen2(struct e1000_hw *hw);
25 s32 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw);
26 s32 igb_phy_force_speed_duplex_m88(struct e1000_hw *hw);
27 s32 igb_get_cable_length_m88(struct e1000_hw *hw);
28 s32 igb_get_cable_length_m88_gen2(struct e1000_hw *hw);
29 s32 igb_get_cable_length_igp_2(struct e1000_hw *hw);
[all …]
De1000_mac.h17 s32 igb_blink_led(struct e1000_hw *hw);
18 s32 igb_check_for_copper_link(struct e1000_hw *hw);
19 s32 igb_cleanup_led(struct e1000_hw *hw);
20 s32 igb_config_fc_after_link_up(struct e1000_hw *hw);
21 s32 igb_disable_pcie_master(struct e1000_hw *hw);
22 s32 igb_force_mac_fc(struct e1000_hw *hw);
23 s32 igb_get_auto_rd_done(struct e1000_hw *hw);
24 s32 igb_get_bus_info_pcie(struct e1000_hw *hw);
25 s32 igb_get_hw_semaphore(struct e1000_hw *hw);
26 s32 igb_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed,
[all …]
De1000_mbx.c15 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id, in igb_read_mbx()
19 s32 ret_val = -E1000_ERR_MBX; in igb_read_mbx()
40 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_write_mbx()
43 s32 ret_val = 0; in igb_write_mbx()
61 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_msg()
64 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_msg()
79 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_ack()
82 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_ack()
97 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_rst()
100 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_rst()
[all …]
De1000_hw.h296 s32 (*check_for_link)(struct e1000_hw *);
297 s32 (*reset_hw)(struct e1000_hw *);
298 s32 (*init_hw)(struct e1000_hw *);
300 s32 (*setup_physical_interface)(struct e1000_hw *);
302 s32 (*read_mac_addr)(struct e1000_hw *);
303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);
304 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
307 s32 (*get_thermal_sensor_data)(struct e1000_hw *);
308 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *);
314 s32 (*acquire)(struct e1000_hw *);
[all …]
/Linux-v4.19/drivers/macintosh/
Dwindfarm_pid.h30 s32 gd, gp, gr; /* PID gains */
31 s32 itarget; /* PID input target */
32 s32 min,max; /* min and max target values */
38 s32 target; /* current target value */
39 s32 samples[WF_PID_MAX_HISTORY]; /* samples history buffer */
40 s32 errors[WF_PID_MAX_HISTORY]; /* error history buffer */
46 extern s32 wf_pid_run(struct wf_pid_state *st, s32 sample);
63 s32 gd, gp, gr; /* PID gains */
64 s32 pmaxadj; /* PID max power adjust */
65 s32 ttarget; /* PID input target */
[all …]
Dwindfarm.h20 #define FIX32TOPRINT(f) (((s32)(f)) >> 16),(((((s32)(f)) & 0xffff) * 1000) >> 16)
29 int (*set_value)(struct wf_control *ct, s32 val);
30 int (*get_value)(struct wf_control *ct, s32 *val);
31 s32 (*get_min)(struct wf_control *ct);
32 s32 (*get_max)(struct wf_control *ct);
64 s32 vmax = ct->ops->get_max(ct); in wf_control_set_max()
70 s32 vmin = ct->ops->get_min(ct); in wf_control_set_min()
74 static inline int wf_control_set(struct wf_control *ct, s32 val) in wf_control_set()
79 static inline int wf_control_get(struct wf_control *ct, s32 *val) in wf_control_get()
84 static inline s32 wf_control_get_min(struct wf_control *ct) in wf_control_get_min()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h11 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw);
12 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw);
13 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
14 s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw);
15 s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw);
16 s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
18 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
21 s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw);
23 s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw);
25 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index);
[all …]
Dixgbe_phy.h123 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
124 s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw);
125 s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
127 s32 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
129 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr,
131 s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr,
133 s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw);
134 s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw,
137 s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw,
143 s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw,
[all …]
/Linux-v4.19/include/linux/
Dpm_qos.h55 s32 flags; /* Do not change to 64 bit */
87 s32 target_value; /* Do not change to 64 bit */
88 s32 default_value;
89 s32 no_constraint_value;
96 s32 effective_flags; /* Do not change to 64 bit */
124 enum pm_qos_req_action action, s32 val);
126 s32 value);
128 s32 new_value);
130 s32 new_value, unsigned long timeout_us);
137 s32 pm_qos_read_value(struct pm_qos_constraints *c);
[all …]
/Linux-v4.19/drivers/pinctrl/tegra/
Dpinctrl-tegra.h154 s32 mux_bit:6;
155 s32 pupd_bit:6;
156 s32 tri_bit:6;
157 s32 parked_bit:6;
158 s32 einput_bit:6;
159 s32 odrain_bit:6;
160 s32 lock_bit:6;
161 s32 ioreset_bit:6;
162 s32 rcv_sel_bit:6;
163 s32 hsm_bit:6;
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dvf.h23 s32 (*init_hw)(struct ixgbe_hw *);
24 s32 (*reset_hw)(struct ixgbe_hw *);
25 s32 (*start_hw)(struct ixgbe_hw *);
26 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
28 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
29 s32 (*stop_adapter)(struct ixgbe_hw *);
30 s32 (*get_bus_info)(struct ixgbe_hw *);
31 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
34 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
35 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
[all …]
Dmbx.c13 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw) in ixgbevf_poll_for_msg()
36 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw) in ixgbevf_poll_for_ack()
62 static s32 ixgbevf_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_posted_mbx()
65 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_read_posted_mbx()
88 static s32 ixgbevf_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_posted_mbx()
91 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_write_posted_mbx()
132 static s32 ixgbevf_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbevf_check_for_bit_vf()
135 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_bit_vf()
151 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_msg_vf()
153 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_msg_vf()
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dcompat.h16 typedef s32 compat_ssize_t;
17 typedef s32 compat_clock_t;
18 typedef s32 compat_suseconds_t;
20 typedef s32 compat_pid_t;
21 typedef s32 __compat_uid_t;
22 typedef s32 __compat_gid_t;
28 typedef s32 compat_off_t;
31 typedef s32 compat_ipc_pid_t;
32 typedef s32 compat_daddr_t;
33 typedef s32 compat_caddr_t;
[all …]
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_qmath.c39 s32 result; in qm_muls16()
43 result = ((s32) (op1) * (s32) (op2)); in qm_muls16()
53 s32 qm_add32(s32 op1, s32 op2) in qm_add32()
55 s32 result; in qm_add32()
73 s32 temp = (s32) op1 + (s32) op2; in qm_add16()
74 if (temp > (s32) 0x7fff) in qm_add16()
76 else if (temp < (s32) 0xffff8000) in qm_add16()
92 s32 temp = (s32) op1 - (s32) op2; in qm_sub16()
93 if (temp > (s32) 0x7fff) in qm_sub16()
95 else if (temp < (s32) 0xffff8000) in qm_sub16()
[all …]
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-dsp.c26 #define INT_PI ((s32)(3.141592653589 * 32768.0))
29 ((float)(((s32)((a) * 100)) % ((s32)((b) * 100))) / 100.0)
31 #define baseband_freq(carrier, srate, tone) ((s32)( \
51 #define FREQ_A2M_CARRIER ((s32)(2.114516 * 32768.0))
52 #define FREQ_A2M_DUAL ((s32)(2.754916 * 32768.0))
53 #define FREQ_A2M_STEREO ((s32)(2.462326 * 32768.0))
55 #define FREQ_EIAJ_CARRIER ((s32)(1.963495 * 32768.0)) /* 5pi/8 */
56 #define FREQ_EIAJ_DUAL ((s32)(2.562118 * 32768.0))
57 #define FREQ_EIAJ_STEREO ((s32)(2.601053 * 32768.0))
59 #define FREQ_BTSC_DUAL ((s32)(1.963495 * 32768.0)) /* 5pi/8 */
[all …]
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h15 typedef s32 compat_ssize_t;
16 typedef s32 compat_clock_t;
17 typedef s32 compat_pid_t;
25 typedef s32 compat_off_t;
29 typedef s32 compat_daddr_t;
31 typedef s32 compat_key_t;
32 typedef s32 compat_timer_t;
34 typedef s32 compat_int_t;
35 typedef s32 compat_long_t;
57 s32 st_blksize;
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsdio_ops_linux.h14 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err);
16 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata);
17 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata);
18 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata);
19 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata);
21 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err);
22 u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err);
23 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
24 s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
25 void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err);
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Dvf.h153 s32 (*init_params)(struct e1000_hw *);
154 s32 (*check_for_link)(struct e1000_hw *);
156 s32 (*get_bus_info)(struct e1000_hw *);
157 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
159 s32 (*set_uc_addr)(struct e1000_hw *, u32, u8 *);
160 s32 (*reset_hw)(struct e1000_hw *);
161 s32 (*init_hw)(struct e1000_hw *);
162 s32 (*setup_link)(struct e1000_hw *);
166 s32 (*read_mac_addr)(struct e1000_hw *);
167 s32 (*set_vfta)(struct e1000_hw *, u16, bool);
[all …]
Dmbx.c12 static s32 e1000_poll_for_msg(struct e1000_hw *hw) in e1000_poll_for_msg()
38 static s32 e1000_poll_for_ack(struct e1000_hw *hw) in e1000_poll_for_ack()
67 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx()
70 s32 ret_val = -E1000_ERR_MBX; in e1000_read_posted_mbx()
93 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx()
96 s32 ret_val = -E1000_ERR_MBX; in e1000_write_posted_mbx()
137 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) in e1000_check_for_bit_vf()
140 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_bit_vf()
156 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw) in e1000_check_for_msg_vf()
158 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_msg_vf()
[all …]
/Linux-v4.19/arch/ia64/kernel/
Dpatch.c103 s32 *offp = (s32 *) start; in ia64_patch_vtop()
106 while (offp < (s32 *) end) { in ia64_patch_vtop()
126 s32 *offp = (s32 *) start; in ia64_patch_rse()
129 while (offp < (s32 *) end) { in ia64_patch_rse()
146 s32 *offp = (s32 *) start; in ia64_patch_mckinley_e9()
159 while (offp < (s32 *) end) { in ia64_patch_mckinley_e9()
176 s32 *offp = (s32 *) start; in patch_fsyscall_table()
179 while (offp < (s32 *) end) { in patch_fsyscall_table()
193 s32 *offp = (s32 *) start; in patch_brl_fsys_bubble_down()
196 while (offp < (s32 *) end) { in patch_brl_fsys_bubble_down()
[all …]

12345678910>>...56