Searched refs:ar (Results 1 - 25 of 245) sorted by path

12345678910

/linux-master/arch/s390/include/uapi/asm/
H A Dguarded_storage.h39 __u8 ar : 4; member in struct:gs_epl::__anon939::__anon940
/linux-master/arch/xtensa/include/asm/
H A Dcacheasm.h35 .macro __loop_cache_unroll ar at insn size line_width max_immed
45 __loopi \ar, \at, \size, (_reps << (\line_width))
48 \insn \ar, _index << (\line_width)
51 __endla \ar, \at, _reps << (\line_width)
56 .macro __loop_cache_all ar at insn size line_width max_immed
58 movi \ar, 0
59 __loop_cache_unroll \ar, \at, \insn, \size, \line_width, \max_immed variable
64 .macro __loop_cache_range ar as at insn line_width
66 extui \at, \ar, 0, \line_width variable
69 __loops \ar, \a variable
70 \\insn \\ar, 0 variable
71 __endla \\ar, \\at, (1 << (\\line_width)) variable
[all...]
/linux-master/drivers/net/wireless/ath/ar5523/
H A Dar5523.h61 struct ar5523 *ar; member in struct:ar5523_tx_cmd
76 struct ar5523 *ar; member in struct:ar5523_tx_data
82 struct ar5523 *ar; member in struct:ar5523_rx_data
137 #define ar5523_dbg(ar, format, arg...) \
138 dev_dbg(&(ar)->dev->dev, format, ## arg)
144 #define ar5523_err(ar, format, arg...) \
146 if (!test_bit(AR5523_USB_DISCONNECTED, &ar->flags)) { \
147 dev_err(&(ar)->dev->dev, format, ## arg); \
150 #define ar5523_info(ar, format, arg...) \
151 dev_info(&(ar)
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dp2p.h14 void ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id,
H A Dspectral.h38 int ath10k_spectral_process_fft(struct ath10k *ar,
42 int ath10k_spectral_start(struct ath10k *ar);
44 int ath10k_spectral_create(struct ath10k *ar);
45 void ath10k_spectral_destroy(struct ath10k *ar);
50 ath10k_spectral_process_fft(struct ath10k *ar, argument
58 static inline int ath10k_spectral_start(struct ath10k *ar) argument
68 static inline int ath10k_spectral_create(struct ath10k *ar) argument
73 static inline void ath10k_spectral_destroy(struct ath10k *ar) argument
H A Dswap.c15 static int ath10k_swap_code_seg_fill(struct ath10k *ar, argument
39 ath10k_err(ar, "refusing to parse invalid tlv length %d\n",
47 ath10k_err(ar, "refusing an invalid swap file\n");
64 ath10k_err(ar, "failed to parse invalid swap file\n");
73 ath10k_swap_code_seg_free(struct ath10k *ar, argument
85 dma_free_coherent(ar->dev, seg_size, seg_info->virt_address[0],
90 ath10k_swap_code_seg_alloc(struct ath10k *ar, size_t swap_bin_len) argument
98 ath10k_err(ar, "refusing code swap bin because it is too big %zu > %d\n",
103 seg_info = devm_kzalloc(ar->dev, sizeof(*seg_info), GFP_KERNEL);
107 virt_addr = dma_alloc_coherent(ar
124 ath10k_swap_code_seg_configure(struct ath10k *ar, const struct ath10k_fw_file *fw_file) argument
149 ath10k_swap_code_seg_release(struct ath10k *ar, struct ath10k_fw_file *fw_file) argument
163 ath10k_swap_code_seg_init(struct ath10k *ar, struct ath10k_fw_file *fw_file) argument
[all...]
H A Dtestmode.h10 void ath10k_testmode_destroy(struct ath10k *ar);
12 bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, struct sk_buff *skb);
18 static inline void ath10k_testmode_destroy(struct ath10k *ar) argument
22 static inline bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, argument
H A Dtxrx.h14 struct ath10k_peer *ath10k_peer_find(struct ath10k *ar, int vdev_id,
16 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id);
17 int ath10k_wait_for_peer_created(struct ath10k *ar, int vdev_id,
19 int ath10k_wait_for_peer_deleted(struct ath10k *ar, int vdev_id,
H A Dwow.h16 int ath10k_wow_init(struct ath10k *ar);
24 static inline int ath10k_wow_init(struct ath10k *ar) argument
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dbmi.h226 #define ath6kl_bmi_write_hi32(ar, item, val) \
231 addr = ath6kl_get_hi_item_addr(ar, HI_ITEM(item)); \
233 ath6kl_bmi_write(ar, addr, (u8 *) &v, sizeof(v)); \
236 #define ath6kl_bmi_read_hi32(ar, item, val) \
243 addr = ath6kl_get_hi_item_addr(ar, HI_ITEM(item)); \
244 ret = ath6kl_bmi_read(ar, addr, (u8 *) &tmp, 4); \
250 int ath6kl_bmi_init(struct ath6kl *ar);
251 void ath6kl_bmi_cleanup(struct ath6kl *ar);
252 void ath6kl_bmi_reset(struct ath6kl *ar);
254 int ath6kl_bmi_done(struct ath6kl *ar);
[all...]
H A Dcfg80211.h27 struct wireless_dev *ath6kl_interface_add(struct ath6kl *ar, const char *name,
49 int ath6kl_cfg80211_suspend(struct ath6kl *ar,
53 int ath6kl_cfg80211_resume(struct ath6kl *ar);
58 void ath6kl_cfg80211_stop_all(struct ath6kl *ar);
60 int ath6kl_cfg80211_init(struct ath6kl *ar);
61 void ath6kl_cfg80211_cleanup(struct ath6kl *ar);
64 void ath6kl_cfg80211_destroy(struct ath6kl *ar);
H A Ddebug.h62 int ath6kl_read_tgt_stats(struct ath6kl *ar, struct ath6kl_vif *vif);
76 void ath6kl_debug_fwlog_event(struct ath6kl *ar, const void *buf, size_t len);
77 void ath6kl_debug_war(struct ath6kl *ar, enum ath6kl_war war);
78 int ath6kl_debug_roam_tbl_event(struct ath6kl *ar, const void *buf,
80 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive);
81 void ath6kl_debug_set_disconnect_timeout(struct ath6kl *ar, u8 timeout);
82 void ath6kl_debug_init(struct ath6kl *ar);
83 int ath6kl_debug_init_fs(struct ath6kl *ar);
84 void ath6kl_debug_cleanup(struct ath6kl *ar);
109 static inline void ath6kl_debug_fwlog_event(struct ath6kl *ar, argument
114 ath6kl_debug_war(struct ath6kl *ar, enum ath6kl_war war) argument
118 ath6kl_debug_roam_tbl_event(struct ath6kl *ar, const void *buf, size_t len) argument
124 ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) argument
128 ath6kl_debug_set_disconnect_timeout(struct ath6kl *ar, u8 timeout) argument
133 ath6kl_debug_init(struct ath6kl *ar) argument
137 ath6kl_debug_init_fs(struct ath6kl *ar) argument
142 ath6kl_debug_cleanup(struct ath6kl *ar) argument
[all...]
H A Dhif-ops.h24 static inline int hif_read_write_sync(struct ath6kl *ar, u32 addr, u8 *buf, argument
32 return ar->hif_ops->read_write_sync(ar, addr, buf, len, request);
35 static inline int hif_write_async(struct ath6kl *ar, u32 address, u8 *buffer, argument
43 return ar->hif_ops->write_async(ar, address, buffer, length,
46 static inline void ath6kl_hif_irq_enable(struct ath6kl *ar) argument
50 return ar->hif_ops->irq_enable(ar);
53 static inline void ath6kl_hif_irq_disable(struct ath6kl *ar) argument
60 hif_scatter_req_get(struct ath6kl *ar) argument
65 hif_scatter_req_add(struct ath6kl *ar, struct hif_scatter_req *s_req) argument
71 ath6kl_hif_enable_scatter(struct ath6kl *ar) argument
76 ath6kl_hif_scat_req_rw(struct ath6kl *ar, struct hif_scatter_req *scat_req) argument
82 ath6kl_hif_cleanup_scatter(struct ath6kl *ar) argument
87 ath6kl_hif_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow) argument
99 ath6kl_hif_diag_read32(struct ath6kl *ar, u32 address, u32 *value) argument
109 ath6kl_hif_diag_write32(struct ath6kl *ar, u32 address, __le32 value) argument
115 ath6kl_hif_bmi_read(struct ath6kl *ar, u8 *buf, u32 len) argument
120 ath6kl_hif_bmi_write(struct ath6kl *ar, u8 *buf, u32 len) argument
125 ath6kl_hif_resume(struct ath6kl *ar) argument
132 ath6kl_hif_power_on(struct ath6kl *ar) argument
139 ath6kl_hif_power_off(struct ath6kl *ar) argument
146 ath6kl_hif_stop(struct ath6kl *ar) argument
153 ath6kl_hif_pipe_send(struct ath6kl *ar, u8 pipe, struct sk_buff *hdr_buf, struct sk_buff *buf) argument
162 ath6kl_hif_pipe_get_default(struct ath6kl *ar, u8 *ul_pipe, u8 *dl_pipe) argument
170 ath6kl_hif_pipe_map_service(struct ath6kl *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) argument
179 ath6kl_hif_pipe_get_free_queue_number(struct ath6kl *ar, u8 pipe) argument
[all...]
H A Dhif.c70 static void ath6kl_hif_dump_fw_crash(struct ath6kl *ar) argument
77 address = ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_failure_state));
78 address = TARG_VTOP(ar->target_type, address);
81 ret = ath6kl_diag_read32(ar, address, &regdump_addr);
91 regdump_addr = TARG_VTOP(ar->target_type, regdump_addr);
94 ret = ath6kl_diag_read(ar, regdump_addr, (u8 *)&regdump_val[0],
102 ath6kl_info("hw 0x%x fw %s\n", ar->wiphy->hw_version,
103 ar->wiphy->fw_version);
128 ret = hif_read_write_sync(dev->ar, COUNT_DEC_ADDRESS,
133 ath6kl_hif_dump_fw_crash(dev->ar);
540 ath6kl_hif_intr_bh_handler(struct ath6kl *ar) argument
[all...]
H A Dhtc-ops.h23 static inline void *ath6kl_htc_create(struct ath6kl *ar) argument
25 return ar->htc_ops->create(ar);
30 return target->dev->ar->htc_ops->wait_target(target);
35 return target->dev->ar->htc_ops->start(target);
42 return target->dev->ar->htc_ops->conn_service(target, req, resp);
48 return target->dev->ar->htc_ops->tx(target, packet);
53 return target->dev->ar->htc_ops->stop(target);
58 return target->dev->ar->htc_ops->cleanup(target);
65 return target->dev->ar
99 ath6kl_htc_tx_complete(struct ath6kl *ar, struct sk_buff *skb) argument
106 ath6kl_htc_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) argument
[all...]
H A Drecovery.c23 struct ath6kl *ar = container_of(work, struct ath6kl, local
26 ar->state = ATH6KL_STATE_RECOVERY;
28 del_timer_sync(&ar->fw_recovery.hb_timer);
30 ath6kl_init_hw_restart(ar);
32 ar->state = ATH6KL_STATE_ON;
33 clear_bit(WMI_CTRL_EP_FULL, &ar->flag);
35 ar->fw_recovery.err_reason = 0;
37 if (ar->fw_recovery.hb_poll)
38 mod_timer(&ar->fw_recovery.hb_timer, jiffies +
39 msecs_to_jiffies(ar
42 ath6kl_recovery_err_notify(struct ath6kl *ar, enum ath6kl_fw_err reason) argument
57 ath6kl_recovery_hb_event(struct ath6kl *ar, u32 cookie) argument
65 struct ath6kl *ar = from_timer(ar, t, fw_recovery.hb_timer); local
98 ath6kl_recovery_init(struct ath6kl *ar) argument
115 ath6kl_recovery_cleanup(struct ath6kl *ar) argument
126 ath6kl_recovery_suspend(struct ath6kl *ar) argument
144 ath6kl_recovery_resume(struct ath6kl *ar) argument
[all...]
H A Dtestmode.h22 void ath6kl_tm_rx_event(struct ath6kl *ar, void *buf, size_t buf_len);
28 static inline void ath6kl_tm_rx_event(struct ath6kl *ar, void *buf, argument
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dcmd.h45 int carl9170_write_reg(struct ar9170 *ar, const u32 reg, const u32 val);
46 int carl9170_read_reg(struct ar9170 *ar, const u32 reg, u32 *val);
47 int carl9170_read_mreg(struct ar9170 *ar, const int nregs,
49 int carl9170_echo_test(struct ar9170 *ar, u32 v);
50 int carl9170_reboot(struct ar9170 *ar);
51 int carl9170_mac_reset(struct ar9170 *ar);
52 int carl9170_powersave(struct ar9170 *ar, const bool power_on);
53 int carl9170_collect_tally(struct ar9170 *ar);
54 int carl9170_bcn_ctrl(struct ar9170 *ar, const unsigned int vif_id,
57 static inline int carl9170_flush_cab(struct ar9170 *ar, argument
63 carl9170_rx_filter(struct ar9170 *ar, const unsigned int _rx_filter) argument
[all...]
H A Ddebug.h132 void carl9170_debugfs_register(struct ar9170 *ar);
133 void carl9170_debugfs_unregister(struct ar9170 *ar);
H A Dled.c43 int carl9170_led_set_state(struct ar9170 *ar, const u32 led_state) argument
45 return carl9170_write_reg(ar, AR9170_GPIO_REG_PORT_DATA, led_state);
48 int carl9170_led_init(struct ar9170 *ar) argument
54 err = carl9170_write_reg(ar, AR9170_GPIO_REG_PORT_TYPE, 3);
59 err = carl9170_led_set_state(ar, 0);
68 struct ar9170 *ar = container_of(work, struct ar9170, led_work.work); local
73 if (!IS_ACCEPTING_CMD(ar))
76 mutex_lock(&ar->mutex);
78 if (ar->leds[i].registered) {
79 if (ar
110 struct ar9170 *ar = arl->ar; local
124 carl9170_led_register_led(struct ar9170 *ar, int i, char *name, const char *trigger) argument
150 carl9170_led_unregister(struct ar9170 *ar) argument
164 carl9170_led_register(struct ar9170 *ar) argument
[all...]
H A Dphy.c44 static int carl9170_init_power_cal(struct ar9170 *ar) argument
46 carl9170_regwrite_begin(ar);
432 static int carl9170_init_phy_from_eeprom(struct ar9170 *ar, argument
440 struct ar9170_eeprom_modal *m = &ar->eeprom.modal_header[is_2ghz];
443 carl9170_regwrite_begin(ar);
536 carl9170_regwrite(AR9170_PHY_REG_RX_CHAINMASK, ar->eeprom.rx_mask);
537 carl9170_regwrite(AR9170_PHY_REG_CAL_CHAINMASK, ar->eeprom.rx_mask);
543 static int carl9170_init_phy(struct ar9170 *ar, enum nl80211_band band) argument
548 bool is_40mhz = conf_is_ht40(&ar->hw->conf);
550 carl9170_regwrite_begin(ar);
672 carl9170_init_rf_banks_0_7(struct ar9170 *ar, bool band5ghz) argument
966 carl9170_init_rf_bank4_pwr(struct ar9170 *ar, bool band5ghz, u32 freq, enum carl9170_bw bw) argument
1117 carl9170_set_freq_cal_data(struct ar9170 *ar, struct ieee80211_channel *channel) argument
1217 carl9170_get_max_edge_power(struct ar9170 *ar, u32 freq, struct ar9170_calctl_edges edges[]) argument
1259 carl9170_get_heavy_clip(struct ar9170 *ar, u32 freq, enum carl9170_bw bw, struct ar9170_calctl_edges edges[]) argument
1291 carl9170_calc_ctl(struct ar9170 *ar, u32 freq, enum carl9170_bw bw) argument
1428 carl9170_set_power_cal(struct ar9170 *ar, u32 freq, enum carl9170_bw bw) argument
1527 carl9170_get_noisefloor(struct ar9170 *ar) argument
1570 carl9170_set_channel(struct ar9170 *ar, struct ieee80211_channel *channel, enum nl80211_channel_type _bw) argument
[all...]
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_mpeg12.c134 u32 ar = seq & MPEG2_SEQ_DAR_MASK; local
136 switch (ar) {
/linux-master/tools/build/tests/ex/
H A DMakefile5 export AR := ar
/linux-master/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs300 foreach my $ar (@a) {
301 #print $ar->{fmt}."\n";
302 $hdr_data .= sprintf "#define %-62s " . $ar->{"fmt"} . "\n", "CCS_" . (uc $this{"name"}) . (defined $this_field ? "_" . uc $this_field : "") . "_" . $ar->{"name"}, $ar->{"addr"} . "\n";
/linux-master/
H A DMakefile489 AR = $(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX)
498 AR = $(CROSS_COMPILE)ar
1134 # '$(AR) mPi' needs 'T' to workaround the bug of llvm-ar <= 14

Completed in 257 milliseconds

12345678910