Home
last modified time | relevance | path

Searched refs:s32 (Results 76 – 100 of 1910) sorted by relevance

12345678910>>...77

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.c122 s32 ret_val; in igb_check_for_link_media_swap()
556 s32 ret_val; in igb_get_invariants_82575()
919 s32 ret_val; in igb_phy_hw_reset_sgmii_82575()
962 s32 ret_val; in igb_set_d0_lplu_state_82575()
1119 s32 ret_val; in igb_acquire_nvm_82575()
1270 s32 ret_val; in igb_get_link_up_info_82575()
1291 s32 ret_val; in igb_check_for_link_82575()
1452 s32 ret_val; in igb_reset_hw_82575()
1512 s32 ret_val; in igb_init_hw_82575()
2165 s32 ret_val; in igb_read_phy_reg_82580()
[all …]
H A De1000_i210.h7 s32 igb_acquire_swfw_sync_i210(struct e1000_hw *hw, u16 mask);
9 s32 igb_valid_led_default_i210(struct e1000_hw *hw, u16 *data);
10 s32 igb_read_invm_version(struct e1000_hw *hw,
12 s32 igb_read_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr, u16 *data);
13 s32 igb_write_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr, u16 data);
14 s32 igb_init_nvm_params_i210(struct e1000_hw *hw);
16 s32 igb_pll_workaround_i210(struct e1000_hw *hw);
17 s32 igb_get_cfg_done_i210(struct e1000_hw *hw);
H A De1000_mbx.h50 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id,
52 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id);
53 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id);
54 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id);
55 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id);
56 s32 igb_unlock_mbx(struct e1000_hw *hw, u16 mbx_id);
57 s32 igb_init_mbx_params_pf(struct e1000_hw *hw);
H A De1000_phy.c57 s32 ret_val = 0; in igb_get_phy_id()
89 s32 ret_val = 0; in igb_phy_reset_dsp()
458 s32 ret_val; in igb_copper_link_setup_82580()
525 s32 ret_val; in igb_copper_link_setup_m88()
629 s32 ret_val; in igb_copper_link_setup_m88_gen2()
725 s32 ret_val; in igb_copper_link_setup_igp()
864 s32 ret_val; in igb_copper_link_autoneg()
927 s32 ret_val; in igb_phy_setup_autoneg()
1083 s32 ret_val; in igb_setup_copper_link()
1135 s32 ret_val; in igb_phy_force_speed_duplex_igp()
[all …]
H A De1000_mac.c28 s32 ret_val; in igb_get_bus_info_pcie()
179 s32 vlvf_index; in igb_vfta_set()
290 s32 ret_val = 0; in igb_check_alt_mac_addr()
610 s32 ret_val; in igb_check_for_copper_link()
680 s32 ret_val = 0; in igb_setup_link()
792 s32 ret_val = 0; in igb_set_default_fc()
840 s32 ret_val = 0; in igb_force_mac_fc()
1269 s32 i = 0; in igb_get_hw_semaphore()
1336 s32 i = 0; in igb_get_auto_rd_done()
1367 s32 ret_val; in igb_valid_led_default()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.h15 s32 qm_add32(s32 op1, s32 op2);
21 s32 qm_shl32(s32 op, int shift);
27 s16 qm_norm32(s32 op);
29 void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N);
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_mac.h12 s32 igc_disable_pcie_master(struct igc_hw *hw);
13 s32 igc_check_for_copper_link(struct igc_hw *hw);
14 s32 igc_config_fc_after_link_up(struct igc_hw *hw);
15 s32 igc_force_mac_fc(struct igc_hw *hw);
17 s32 igc_setup_link(struct igc_hw *hw);
19 s32 igc_get_auto_rd_done(struct igc_hw *hw);
24 s32 igc_get_speed_and_duplex_copper(struct igc_hw *hw, u16 *speed,
H A Digc_nvm.c15 static s32 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg) in igc_poll_eerd_eewr_done()
17 s32 ret_val = -IGC_ERR_NVM; in igc_poll_eerd_eewr_done()
46 s32 igc_acquire_nvm(struct igc_hw *hw) in igc_acquire_nvm()
48 s32 timeout = IGC_NVM_GRANT_ATTEMPTS; in igc_acquire_nvm()
50 s32 ret_val = 0; in igc_acquire_nvm()
101 s32 ret_val = 0; in igc_read_nvm_eerd()
133 s32 igc_read_mac_addr(struct igc_hw *hw) in igc_read_mac_addr()
161 s32 igc_validate_nvm_checksum(struct igc_hw *hw) in igc_validate_nvm_checksum()
165 s32 ret_val = 0; in igc_validate_nvm_checksum()
194 s32 igc_update_nvm_checksum(struct igc_hw *hw) in igc_update_nvm_checksum()
[all …]
H A Digc_phy.c35 s32 ret_val = 0; in igc_get_phy_id()
68 s32 ret_val = 0; in igc_phy_has_link()
168 s32 ret_val; in igc_phy_hw_reset()
226 s32 ret_val; in igc_phy_setup_autoneg()
403 s32 ret_val = 0; in igc_wait_autoneg()
437 s32 ret_val; in igc_copper_link_autoneg()
498 s32 ret_val = 0; in igc_setup_copper_link()
552 s32 ret_val = 0; in igc_read_phy_reg_mdic()
663 s32 ret_val; in __igc_access_xmdio_reg()
731 s32 ret_val; in igc_write_phy_reg_gpy()
[all …]
/openbmc/linux/lib/
H A Doverflow_kunit.c199 DEFINE_TEST_ARRAY(s32) = {
304 DEFINE_TEST_FUNC(s32, "%d");
422 TEST_ONE_SHIFT(1, 31, s32, 0, true); in shift_overflow_test()
843 TEST_OVERFLOWS_TYPE(s32, u8, (s32)U8_MAX + 1, true); in overflows_type_test()
848 TEST_OVERFLOWS_TYPE(s32, u16, (s32)U16_MAX + 1, true); in overflows_type_test()
862 TEST_OVERFLOWS_TYPE(s32, s8, (s32)S8_MAX + 1, true); in overflows_type_test()
863 TEST_OVERFLOWS_TYPE(s32, s8, (s32)S8_MIN - 1, true); in overflows_type_test()
868 TEST_OVERFLOWS_TYPE(s32, s16, (s32)S16_MAX + 1, true); in overflows_type_test()
869 TEST_OVERFLOWS_TYPE(s32, s16, (s32)S16_MIN - 1, true); in overflows_type_test()
872 TEST_OVERFLOWS_TYPE(s32, s32, S32_MAX, false); in overflows_type_test()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c48 s32 ret_val; in e1000_init_phy_params_82571()
318 s32 rc; in e1000_get_variants_82571()
390 s32 ret_val; in e1000_get_phy_id_82571()
438 s32 i = 0; in e1000_get_hw_semaphore_82571()
511 s32 i = 0; in e1000_get_hw_semaphore_82573()
563 s32 ret_val; in e1000_get_hw_semaphore_82574()
648 s32 ret_val; in e1000_acquire_nvm_82571()
695 s32 ret_val; in e1000_write_nvm_82571()
726 s32 ret_val; in e1000_update_nvm_checksum_82571()
877 s32 ret_val; in e1000_set_d0_lplu_state_82571()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.h85 s32 (*func)(struct fm10k_hw *, u32 **,
91 s32 fm10k_tlv_msg_init(u32 *, u16);
92 s32 fm10k_tlv_attr_put_mac_vlan(u32 *, u16, const u8 *, u16);
93 s32 fm10k_tlv_attr_get_mac_vlan(u32 *, u8 *, u16 *);
94 s32 fm10k_tlv_attr_put_bool(u32 *, u16);
95 s32 fm10k_tlv_attr_put_value(u32 *, u16, s64, u32);
112 s32 fm10k_tlv_attr_get_value(u32 *, void *, u32);
126 fm10k_tlv_attr_get_value(attr, ptr, sizeof(s32))
129 s32 fm10k_tlv_attr_put_le_struct(u32 *, u16, const void *, u32);
130 s32 fm10k_tlv_attr_get_le_struct(u32 *, void *, u32);
[all …]
/openbmc/linux/include/linux/
H A Dtc.h51 s32 revision; /* Hardware revision level. */
52 s32 clk_period; /* Clock period in nanoseconds. */
53 s32 slot_size; /* Slot size in megabytes. */
54 s32 io_timeout; /* I/O timeout in cycles. */
55 s32 dma_range; /* DMA address range in megabytes. */
56 s32 max_dma_burst; /* Maximum DMA burst length. */
57 s32 parity; /* System module supports TC parity. */
58 s32 reserved[4];
/openbmc/linux/kernel/
H A Dcfi.c29 static inline unsigned long trap_address(s32 *p) in trap_address()
34 static bool is_trap(unsigned long addr, s32 *start, s32 *end) in is_trap()
36 s32 *p; in is_trap()
63 mod->kcfi_traps = (s32 *)sechdrs[i].sh_addr; in module_cfi_finalize()
64 mod->kcfi_traps_end = (s32 *)(sechdrs[i].sh_addr + sechdrs[i].sh_size); in module_cfi_finalize()
91 extern s32 __start___kcfi_traps[];
92 extern s32 __stop___kcfi_traps[];
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.h160 void emit_mov_i(struct jit_context *ctx, u8 dst, s32 imm);
166 bool valid_alu_i(u8 op, s32 imm);
169 bool rewrite_alu_i(u8 op, s32 imm, u8 *alu, s32 *val);
172 void emit_alu_i(struct jit_context *ctx, u8 dst, s32 imm, u8 op);
187 bool valid_jmp_i(u8 op, s32 imm);
190 void setup_jmp_i(struct jit_context *ctx, s32 imm, u8 width,
191 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off);
195 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off);
201 void emit_jmp_i(struct jit_context *ctx, u8 dst, s32 imm, s32 off, u8 op);
204 void emit_jmp_r(struct jit_context *ctx, u8 dst, u8 src, s32 off, u8 op);
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c667 s32 *s; in apply_retpolines()
744 s32 *s; in apply_returns()
827 s32 *s; in apply_seal_endbr()
1003 s32 *s; in cfi_disable_callers()
1026 s32 *s; in cfi_enable_callers()
1046 s32 *s; in cfi_rand_preamble()
1066 s32 *s; in cfi_rewrite_preamble()
1087 s32 *s; in cfi_rewrite_endbr()
1099 s32 *s; in cfi_rand_callers()
1118 s32 *s; in cfi_rewrite_callers()
[all …]
/openbmc/linux/kernel/power/
H A Dqos.c156 s32 val = 0; in pm_qos_flags_remove_req()
176 enum pm_qos_req_action action, s32 val) in pm_qos_update_flags()
179 s32 prev_value, curr_value; in pm_qos_update_flags()
231 s32 cpu_latency_qos_limit(void) in cpu_latency_qos_limit()
250 enum pm_qos_req_action action, s32 value) in cpu_latency_qos_apply()
371 s32 value; in cpu_latency_qos_read()
386 s32 value; in cpu_latency_qos_write()
388 if (count == sizeof(s32)) { in cpu_latency_qos_write()
474 s32 ret; in freq_qos_read_value()
504 enum pm_qos_req_action action, s32 value) in freq_qos_apply()
[all …]
/openbmc/linux/drivers/firmware/smccc/
H A Dsmccc.c20 s32 __ro_after_init smccc_soc_id_version = SMCCC_RET_NOT_SUPPORTED;
21 s32 __ro_after_init smccc_soc_id_revision = SMCCC_RET_NOT_SUPPORTED;
39 if ((s32)res.a0 >= 0) { in arm_smccc_version_init()
41 smccc_soc_id_version = (s32)res.a0; in arm_smccc_version_init()
43 smccc_soc_id_revision = (s32)res.a0; in arm_smccc_version_init()
63 s32 arm_smccc_get_soc_id_version(void) in arm_smccc_get_soc_id_version()
68 s32 arm_smccc_get_soc_id_revision(void) in arm_smccc_get_soc_id_revision()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/
H A Dia_css_wb_param.h23 s32 gain_shift;
24 s32 gain_gr;
25 s32 gain_r;
26 s32 gain_b;
27 s32 gain_gb;
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/
H A Dia_css_bnlm_param.h54 s32 rad_x_origin;
55 s32 rad_y_origin;
56 s32 avg_min_th;
57 s32 max_min_th;
59 s32 exp_coeff_a;
61 s32 exp_coeff_c;
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c382 s32 ret_val; in e1000_reset_hw()
529 s32 ret_val; in e1000_init_hw()
646 s32 ret_val; in e1000_adjust_serdes_amplitude()
689 s32 ret_val; in e1000_setup_link()
806 s32 ret_val; in e1000_setup_fiber_serdes_link()
943 s32 ret_val; in e1000_copper_link_rtl_setup()
957 s32 ret_val; in gbe_dhg_phy_setup()
1005 s32 ret_val; in e1000_copper_link_preconfig()
1064 s32 ret_val; in e1000_copper_link_igp_setup()
3847 s32 ret; in e1000_read_eeprom()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c37 s32 status; in ixgbe_out_i2c_byte_ack()
54 s32 status; in ixgbe_in_i2c_byte_ack()
337 s32 status; in ixgbe_get_phy_id()
552 s32 status; in ixgbe_read_phy_reg_generic()
650 s32 status; in ixgbe_write_phy_reg_generic()
691 s32 data; in ixgbe_mii_bus_read_generic_c22()
725 s32 data; in ixgbe_mii_bus_read_generic_c45()
763 s32 err; in ixgbe_mii_bus_write_generic_c22()
795 s32 err; in ixgbe_mii_bus_write_generic_c45()
2427 s32 i; in ixgbe_clock_in_i2c_byte()
[all …]
H A Dixgbe_x550.c122 s32 status; in ixgbe_read_pe()
140 s32 status; in ixgbe_write_pe()
386 static s32
417 static s32
438 s32 rc; in ixgbe_fw_phy_activity()
492 s32 rc; in ixgbe_get_phy_id_fw()
563 s32 rc; in ixgbe_setup_fw_link()
698 s32 ret; in ixgbe_read_iosf_sb_reg_x550()
1957 s32 rc; in ixgbe_setup_sgmii()
2029 s32 rc; in ixgbe_setup_sgmii_fw()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2_param.h38 s32 uv_y0;
39 s32 uv_y1;
42 s32 uv_x0;
43 s32 uv_x1;
46 s32 uv_dydx;
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_seqadj.h16 s32 offset_before;
17 s32 offset_after;
35 s32 off);
37 __be32 seq, s32 off);
39 enum ip_conntrack_info ctinfo, s32 off);
43 s32 nf_ct_seq_offset(const struct nf_conn *ct, enum ip_conntrack_dir, u32 seq);

12345678910>>...77