/Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.c | 29 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 …]
|
D | ar9002_mac.c | 214 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 …]
|
D | mac.c | 527 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 …]
|
/Linux-v5.10/drivers/macintosh/ |
D | windfarm_smu_sensors.c | 60 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 …]
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ads.c | 59 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()
|
D | intel_guc.c | 276 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()
|
/Linux-v5.10/drivers/media/usb/gspca/ |
D | stk014.c | 89 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()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | qp.c | 3191 MLX5_SET(ads, path, udp_sport, rdma_flow_label_to_udp_sport(fl)); in mlx5_set_path_udp_sport() 3206 MLX5_SET(ads, path, pkey_index, in mlx5_set_path() 3223 ether_addr_copy(MLX5_ADDR_OF(ads, path, rmac_47_32), in mlx5_set_path() 3234 MLX5_SET(ads, path, eth_prio, sl & 0x7); in mlx5_set_path() 3237 MLX5_SET(ads, path, dscp, grh->traffic_class >> 2); in mlx5_set_path() 3239 MLX5_SET(ads, path, fl, !!(path_flags & MLX5_PATH_FLAG_FL)); in mlx5_set_path() 3240 MLX5_SET(ads, path, free_ar, in mlx5_set_path() 3242 MLX5_SET(ads, path, rlid, rdma_ah_get_dlid(ah)); in mlx5_set_path() 3243 MLX5_SET(ads, path, mlid, rdma_ah_get_path_bits(ah)); in mlx5_set_path() 3244 MLX5_SET(ads, path, grh, !!(ah_flags & IB_AH_GRH)); in mlx5_set_path() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/hwmon/ |
D | ads7828.txt | 20 ads7828: ads@48 {
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | imx1-ads.dts | 79 imx1-ads {
|
D | Makefile | 365 imx1-ads.dtb \
|
/Linux-v5.10/drivers/input/touchscreen/ |
D | ads7846.c | 621 static int ads7846_debounce_filter(void *ads, int data_idx, int *val) in ads7846_debounce_filter() argument 623 struct ads7846 *ts = ads; in ads7846_debounce_filter() 663 static int ads7846_no_filter(void *ads, int data_idx, int *val) in ads7846_no_filter() argument
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 250 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()
|
/Linux-v5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 893 MLX5_SET(ads, pp, vhca_port_num, 1); in alloc_inout() 911 MLX5_SET(ads, pp, fl, 1); in alloc_inout() 926 MLX5_SET(ads, pp, ack_timeout, 14); in alloc_inout()
|
/Linux-v5.10/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 200 uint32_t ads:1; member 216 uint32_t ads:1;
|
/Linux-v5.10/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 2410 # word. If no FP exception should be reported ads a result of the #
|
D | fpsp.S | 2411 # word. If no FP exception should be reported ads a result of the #
|