Home
last modified time | relevance | path

Searched refs:ads (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c29 struct ar9003_txc *ads = ds; in ar9003_set_txdesc() local
42 WRITE_ONCE(ads->info, val); in ar9003_set_txdesc()
45 WRITE_ONCE(ads->link, i->link); in ar9003_set_txdesc()
48 WRITE_ONCE(ads->data0, i->buf_addr[0]); in ar9003_set_txdesc()
50 WRITE_ONCE(ads->data1, i->buf_addr[1]); in ar9003_set_txdesc()
52 WRITE_ONCE(ads->data2, i->buf_addr[2]); in ar9003_set_txdesc()
54 WRITE_ONCE(ads->data3, i->buf_addr[3]); in ar9003_set_txdesc()
57 WRITE_ONCE(ads->ctl3, val); in ar9003_set_txdesc()
59 WRITE_ONCE(ads->ctl5, val); in ar9003_set_txdesc()
61 WRITE_ONCE(ads->ctl7, val); in ar9003_set_txdesc()
[all …]
H A Dar9002_mac.c214 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_set_txdesc() local
217 ads->ds_txstatus0 = ads->ds_txstatus1 = 0; in ar9002_set_txdesc()
218 ads->ds_txstatus2 = ads->ds_txstatus3 = 0; in ar9002_set_txdesc()
219 ads->ds_txstatus4 = ads->ds_txstatus5 = 0; in ar9002_set_txdesc()
220 ads->ds_txstatus6 = ads->ds_txstatus7 = 0; in ar9002_set_txdesc()
221 ads->ds_txstatus8 = ads->ds_txstatus9 = 0; in ar9002_set_txdesc()
223 WRITE_ONCE(ads->ds_link, i->link); in ar9002_set_txdesc()
224 WRITE_ONCE(ads->ds_data, i->buf_addr[0]); in ar9002_set_txdesc()
230 ads->ds_ctl8 = 0; in ar9002_set_txdesc()
231 ads->ds_ctl9 = 0; in ar9002_set_txdesc()
[all …]
H A Dmac.c527 struct ar5416_desc ads; in ath9k_hw_rxprocdesc() local
534 ads.u.rx = adsp->u.rx; in ath9k_hw_rxprocdesc()
541 rs->rs_datalen = ads.ds_rxstatus1 & AR_DataLen; in ath9k_hw_rxprocdesc()
542 rs->rs_tstamp = ads.AR_RcvTimestamp; in ath9k_hw_rxprocdesc()
544 if (ads.ds_rxstatus8 & AR_PostDelimCRCErr) { in ath9k_hw_rxprocdesc()
553 rs->rs_rssi = MS(ads.ds_rxstatus4, AR_RxRSSICombined); in ath9k_hw_rxprocdesc()
554 rs->rs_rssi_ctl[0] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc()
556 rs->rs_rssi_ctl[1] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc()
558 rs->rs_rssi_ctl[2] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc()
560 rs->rs_rssi_ext[0] = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc()
[all …]
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dwindfarm_smu_sensors.c60 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_ads_release() local
62 kfree(ads); in smu_ads_release()
89 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_cputemp_get() local
94 rc = smu_read_adc(ads->reg, &val); in smu_cputemp_get()
112 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_cpuamp_get() local
116 rc = smu_read_adc(ads->reg, &val); in smu_cpuamp_get()
133 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_cpuvolt_get() local
137 rc = smu_read_adc(ads->reg, &val); in smu_cpuvolt_get()
154 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_slotspow_get() local
158 rc = smu_read_adc(ads->reg, &val); in smu_slotspow_get()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c59 struct guc_ads ads; member
94 blob->ads.golden_context_lrca[engine_class] = 0; in __guc_ads_init()
95 blob->ads.eng_state_size[engine_class] = in __guc_ads_init()
120 blob->ads.scheduler_policies = base + ptr_offset(blob, policies); in __guc_ads_init()
121 blob->ads.reg_state_buffer = base + ptr_offset(blob, reg_state_buffer); in __guc_ads_init()
122 blob->ads.reg_state_addr = base + ptr_offset(blob, reg_state); in __guc_ads_init()
123 blob->ads.gt_system_info = base + ptr_offset(blob, system_info); in __guc_ads_init()
124 blob->ads.clients_info = base + ptr_offset(blob, clients_info); in __guc_ads_init()
H A Dintel_guc.c276 u32 ads = intel_guc_ggtt_offset(guc, guc->ads_vma) >> PAGE_SHIFT; in guc_ctl_ads_flags() local
277 u32 flags = ads << GUC_ADS_ADDR_SHIFT; in guc_ctl_ads_flags()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dstk014.c89 int ads) in rcv_val() argument
94 reg_w(gspca_dev, 0x634, (ads >> 16) & 0xff); in rcv_val()
95 reg_w(gspca_dev, 0x635, (ads >> 8) & 0xff); in rcv_val()
96 reg_w(gspca_dev, 0x636, ads & 0xff); in rcv_val()
119 int ads, in snd_val() argument
126 if (ads == 0x003f08) { in snd_val()
132 reg_w(gspca_dev, 0x654, (ads >> 16) & 0xff); in snd_val()
134 reg_w(gspca_dev, 0x655, (ads >> 8) & 0xff); in snd_val()
135 reg_w(gspca_dev, 0x656, ads & 0xff); in snd_val()
158 if (ads == 0x003f08) { in snd_val()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dqp.c3195 MLX5_SET(ads, path, udp_sport, rdma_flow_label_to_udp_sport(fl)); in mlx5_set_path_udp_sport()
3210 MLX5_SET(ads, path, pkey_index, in mlx5_set_path()
3227 ether_addr_copy(MLX5_ADDR_OF(ads, path, rmac_47_32), in mlx5_set_path()
3238 MLX5_SET(ads, path, eth_prio, sl & 0x7); in mlx5_set_path()
3241 MLX5_SET(ads, path, dscp, grh->traffic_class >> 2); in mlx5_set_path()
3243 MLX5_SET(ads, path, fl, !!(path_flags & MLX5_PATH_FLAG_FL)); in mlx5_set_path()
3244 MLX5_SET(ads, path, free_ar, in mlx5_set_path()
3246 MLX5_SET(ads, path, rlid, rdma_ah_get_dlid(ah)); in mlx5_set_path()
3247 MLX5_SET(ads, path, mlid, rdma_ah_get_path_bits(ah)); in mlx5_set_path()
3248 MLX5_SET(ads, path, grh, !!(ah_flags & IB_AH_GRH)); in mlx5_set_path()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/newlib/libgloss/
H A Dfix-rs6000-crt0.patch31 install-ads:
33 …${ADS_CRT0} ${ADS_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/ads-$$x; done
/OK3568_Linux_fs/buildroot/package/samba4/
H A Dsamba4.mk167 SAMBA4_CONF_OPTS += --with-ads --with-ldap
171 SAMBA4_CONF_OPTS += --without-ads --without-ldap
/OK3568_Linux_fs/buildroot/package/privoxy/
H A DConfig.in10 headers, controlling access, and removing ads and other
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/
H A Dads7828.txt20 ads7828: ads@48 {
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx1-ads.dts79 imx1-ads {
H A DMakefile366 imx1-ads.dtb \
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dads7846.c638 static int ads7846_debounce_filter(void *ads, int data_idx, int *val) in ads7846_debounce_filter() argument
640 struct ads7846 *ts = ads; in ads7846_debounce_filter()
680 static int ads7846_no_filter(void *ads, int data_idx, int *val) in ads7846_no_filter() argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c250 MLX5_SET(ads, addr_path, vhca_port_num, 1); in mlx5i_create_underlay_qp()
251 MLX5_SET(ads, addr_path, grh, 1); in mlx5i_create_underlay_qp()
/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c894 MLX5_SET(ads, pp, vhca_port_num, 1); in alloc_inout()
912 MLX5_SET(ads, pp, fl, 1); in alloc_inout()
927 MLX5_SET(ads, pp, ack_timeout, 14); in alloc_inout()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h200 uint32_t ads:1; member
216 uint32_t ads:1;
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200118.patch.gz ... terminal_interface-curses-forms-field_types-enumeration.ads | 6 20# INSTALL | 8 21# NEWS ...
HDncurses-6.1-20190609-patch.sh.bz2 ... Ada95/gen/terminal_interface-curses-aux.ads.m4 | 6 28# Ada95/gen/ ...
HDncurses-6.1-20190907.patch.gz1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2410 # word. If no FP exception should be reported ads a result of the #
H A Dfpsp.S2411 # word. If no FP exception should be reported ads a result of the #
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh3424 *.ada | *.adb | *.ads | *.asm | \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info13433 '.ads'
15738 types are involved (see 'ada/exp_dbug.ads' in the GCC sources for a
15752 'gcc/ada/exp_dbug.ads' in the GCC sources. This encoding describes how

12