Home
last modified time | relevance | path

Searched refs:u32 (Results 8951 – 8975 of 24761) sorted by relevance

1...<<351352353354355356357358359360>>...991

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dima.c12 u32 monitored_pid = 0;
31 u32 pid; in ima_test_common()
57 u32 pid; in ima_test_deny()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.h20 u32 index;
23 u32 mtu;
29 u32 obj_id;
/openbmc/linux/drivers/power/reset/
H A Dsyscon-poweroff.c19 static u32 offset;
20 static u32 value;
21 static u32 mask;
H A Dgpio-poweroff.c25 static u32 timeout = DEFAULT_TIMEOUT_MS;
26 static u32 active_delay = 100;
27 static u32 inactive_delay = 100;
/openbmc/linux/drivers/firmware/smccc/
H A Dsmccc.c15 static u32 smccc_version = ARM_SMCCC_VERSION_1_0;
23 void __init arm_smccc_version_init(u32 version, enum arm_smccc_conduit conduit) in arm_smccc_version_init()
57 u32 arm_smccc_get_version(void) in arm_smccc_get_version()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg.h54 u32 sysfs_active_config;
73 u32 match_flags;
116 int cscfg_register_csdev(struct coresight_device *csdev, u32 match_flags,
/openbmc/linux/arch/x86/crypto/
H A Dblake2s-glue.c20 const u32 inc);
23 const u32 inc);
29 size_t nblocks, const u32 inc) in blake2s_compress()
/openbmc/linux/include/linux/platform_data/
H A Dmmc-omap.h45 u32 caps; /* Used for the MMC driver on 2430 and later */
46 u32 pm_caps; /* PM capabilities of the mmc */
107 u32 ocr_mask;
/openbmc/linux/arch/ia64/include/asm/
H A Dacpi.h35 int acpi_request_vector (u32 int_type);
36 int acpi_gsi_to_irq (u32 gsi, unsigned int *irq);
72 static inline void arch_acpi_set_proc_cap_bits(u32 *cap) in arch_acpi_set_proc_cap_bits()
/openbmc/linux/drivers/iio/accel/
H A Dbmc150-accel.h75 u32 slope_dur;
76 u32 slope_thres;
77 u32 range;
/openbmc/linux/include/net/netns/
H A Dxfrm.h65 u32 sysctl_aevent_etime;
66 u32 sysctl_aevent_rseqth;
68 u32 sysctl_acq_expires;
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.h58 bool kernel, bool pinned, u32 domain,
59 u32 priority,
72 extern void qxl_ttm_placement_from_domain(struct qxl_bo *qbo, u32 domain);
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Ddebug.c25 u32 cb_data;
28 u32 page_offset;
29 u32 page_num;
33 u32 rf_addr;
34 u32 rf_mask;
37 u32 addr;
38 u32 len;
202 u32 addr, len; in rtw_debugfs_set_read_reg()
229 u32 val, command; in rtw_debugfs_get_dump_cam()
321 u32 input; in rtw_debugfs_set_single_input()
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-si5341.c412 u32 m_den; in si5341_clk_recalc_rate()
451 u32 val; in si5341_clk_get_selected_input()
567 u32 val; in si5341_synth_clk_is_on()
641 u32 n_den; in si5341_synth_clk_recalc_rate()
711 u32 r; in si5341_synth_clk_set_rate()
712 u32 g; in si5341_synth_clk_set_rate()
752 u32 val; in si5341_output_clk_is_on()
798 u32 val; in si5341_output_clk_recalc_rate()
921 u32 val; in si5341_output_get_parent()
1273 u32 num; in si5341_dt_parse_dt()
[all …]
/openbmc/linux/drivers/dma/
H A Dnbpfaxi.c120 u32 header;
121 u32 src_addr;
122 u32 dst_addr;
123 u32 transaction_size;
124 u32 config;
125 u32 interval;
126 u32 extension;
127 u32 next;
215 u32 dmarq_cfg;
231 u32 max_burst_mem_read;
[all …]
/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c74 static inline u32 SN_DELTA(u32 x, u32 y) in SN_DELTA()
103 u32 target_sn, const u8 *da, in mesh_path_sel_frame_tx()
105 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx()
331 u32 tx_time, estimated_retx; in airtime_link_metric_get()
365 return (u32)result; in airtime_link_metric_get()
394 u32 orig_sn, orig_metric; in hwmp_route_info_get()
396 u32 last_hop_metric, new_metric; in hwmp_route_info_get()
667 u32 preq_id; in hwmp_preq_frame_process()
779 u32 target_sn; in hwmp_perr_frame_process()
927 u32 path_metric; in mesh_rx_path_sel_frame()
[all …]
/openbmc/linux/drivers/atm/
H A Dfore200e.c239 fore200e_poll(struct fore200e* fore200e, volatile u32* addr, u32 val, int msecs) in fore200e_poll()
263 fore200e_io_poll(struct fore200e* fore200e, volatile u32 __iomem *addr, u32 val, int msecs) in fore200e_io_poll()
433 static u32 fore200e_pca_read(volatile u32 __iomem *addr) in fore200e_pca_read()
441 static void fore200e_pca_write(u32 val, volatile u32 __iomem *addr) in fore200e_pca_write()
591 #define swap_here(addr) (*((u32*)(addr)) = swab32( *((u32*)(addr)) )) in fore200e_pca_prom_read()
632 static u32 fore200e_sba_read(volatile u32 __iomem *addr) in fore200e_sba_read()
637 static void fore200e_sba_write(u32 val, volatile u32 __iomem *addr) in fore200e_sba_write()
1753 fore200e_set_oc3(struct fore200e* fore200e, u32 reg, u32 value, u32 mask) in fore200e_set_oc3()
2395 u32 fw_size; in fore200e_load_and_start_fw()
2396 u32 __iomem *load_addr; in fore200e_load_and_start_fw()
[all …]
/openbmc/linux/drivers/net/ethernet/
H A Djme.c102 u32 val; in jme_reset_phy_processor()
126 const u32 *mask, u32 crc, int fnr) in jme_setup_wakeup_frame()
274 u32 val; in jme_reload_eeprom()
306 u32 val; in jme_load_macaddr()
385 static u32
680 u32 val; in jme_disable_tx_engine()
915 u32 val; in jme_disable_rx_engine()
1659 u32 reg; in jme_new_phy_on()
1675 u32 reg; in jme_new_phy_off()
2011 u32 len; in jme_map_tx_skb()
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c86 u32 pg_bw_map[2];
87 u32 pg_tsa_map[2];
94 u32 prio_tc_map;
166 u32 version;
204 u32 val) in qlcnic_dcb_pfc_hdr_valid()
213 u32 val) in qlcnic_dcb_tsa_hdr_valid()
348 u32 mbx_out; in __qlcnic_dcb_query_hw_capability()
373 u32 mbx_out; in __qlcnic_dcb_get_capability()
407 u32 mbx_out; in qlcnic_82xx_dcb_get_hw_capability()
544 u32 mbx_out; in qlcnic_83xx_dcb_get_hw_capability()
[all …]
/openbmc/linux/drivers/usb/chipidea/
H A Dusbmisc_imx.c222 u32 val; in usbmisc_imx25_post()
250 u32 val; in usbmisc_imx27_init()
395 u32 val; in usbmisc_imx6q_set_wakeup()
421 u32 reg; in usbmisc_imx6q_init()
496 u32 val; in usbmisc_imx6_hsic_set_connect()
520 u32 val; in usbmisc_imx6_hsic_set_clk()
550 u32 val; in usbmisc_imx6sx_init()
583 u32 reg; in usbmisc_vf610_init()
605 u32 val; in usbmisc_imx7d_set_wakeup()
627 u32 reg; in usbmisc_imx7d_init()
[all …]
/openbmc/linux/drivers/media/i2c/
H A Dov8856.c122 u32 num_of_regs;
132 u32 width;
135 u32 height;
138 u32 hts;
141 u32 vts_def;
144 u32 vts_min;
147 u32 link_freq_index;
1696 u32 val; in ov8856_identify_module()
1736 u32 val; in ov8856_set_ctrl_hflip()
1769 u32 val; in ov8856_set_ctrl_vflip()
[all …]
/openbmc/linux/drivers/usb/host/
H A Dehci-dbg.c17 u32 params = ehci_readl(ehci, &ehci->caps->hcs_params); in dbg_hcs_params()
53 u32 params = ehci_readl(ehci, &ehci->caps->hcc_params); in dbg_hcc_params()
342 static inline char speed_char(u32 info1) in speed_char()
373 u32 scratch; in qh_lines()
374 u32 hw_curr; in qh_lines()
453 (u32) td->qtd_dma, in qh_lines()
800 u32 offset, cap, cap2; in fill_registers_buffer()
1056 unsigned int len, const char *label, u32 status) in dbg_status_buf()
1072 u32 status) { } in dbg_status()
1074 u32 command) { } in dbg_cmd()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c62 u32 val; in mt76x0_rf_csr_rr()
122 u32 val; in mt76x0_rf_rr()
188 u32 val; in mt76x0_phy_wait_bbp_ready()
241 u32 mac_reg; in mt76x0_phy_set_chan_rf_params()
431 u32 wlan, coex3; in mt76x0_phy_ant_select()
506 u32 val; in mt76x0_phy_tssi_dc_calibrate()
547 u32 val; in mt76x0_phy_tssi_adc_calibrate()
579 u32 val, reg; in mt76x0_phy_get_rf_pa_mode()
704 u32 data; in mt76x0_phy_get_delta_power()
941 u32 val; in mt76x0_phy_set_channel()
[all …]
/openbmc/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.c274 u32 timedout = 20; in au1000_mdio_read()
275 u32 mii_control; in au1000_mdio_read()
307 u32 timedout = 20; in au1000_mdio_write()
308 u32 mii_control; in au1000_mdio_write()
366 u32 reg; in au1000_hard_stop()
380 u32 reg; in au1000_enable_rx_tx()
397 u32 reg; in au1000_adjust_link()
693 u32 control; in au1000_init()
773 u32 frmlen; in au1000_rx()
961 u32 buff_stat; in au1000_tx()
[all …]
/openbmc/linux/include/linux/
H A Dperf_event.h74 u32 max_stack;
75 u32 nr;
90 u32 size;
95 u32 size;
1162 u32 pid;
1163 u32 tid;
1168 u32 cpu;
1169 u32 reserved;
1236 u32 sum = 0; in perf_sample_save_raw_data()
1247 raw->size = size - sizeof(u32); in perf_sample_save_raw_data()
[all …]

1...<<351352353354355356357358359360>>...991