/linux-6.1.9/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-6.1.9/drivers/macintosh/ |
D | windfarm_smu_sensors.c | 61 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_ads_release() local 63 kfree(ads); in smu_ads_release() 90 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_cputemp_get() local 95 rc = smu_read_adc(ads->reg, &val); in smu_cputemp_get() 113 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_cpuamp_get() local 117 rc = smu_read_adc(ads->reg, &val); in smu_cpuamp_get() 134 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_cpuvolt_get() local 138 rc = smu_read_adc(ads->reg, &val); in smu_cpuvolt_get() 155 struct smu_ad_sensor *ads = to_smu_ads(sr); in smu_slotspow_get() local 159 rc = smu_read_adc(ads->reg, &val); in smu_slotspow_get() [all …]
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ads.c | 57 struct guc_ads ads; member 193 scheduler_policies = ads_blob_read(guc, ads.scheduler_policies); in intel_guc_global_policies_update() 437 ads.reg_state_list[guc_class][engine->instance].address, in guc_mmio_reg_state_init() 440 ads.reg_state_list[guc_class][engine->instance].count, in guc_mmio_reg_state_init() 446 ads.reg_state_list[guc_class][engine->instance].address, in guc_mmio_reg_state_init() 449 ads.reg_state_list[guc_class][engine->instance].count, in guc_mmio_reg_state_init() 531 ads_blob_write(guc, ads.eng_state_size[guc_class], in guc_prep_golden_context() 533 ads_blob_write(guc, ads.golden_context_lrca[guc_class], in guc_prep_golden_context() 600 ads_blob_write(guc, ads.eng_state_size[guc_class], 0); in guc_init_golden_context() 601 ads_blob_write(guc, ads.golden_context_lrca[guc_class], 0); in guc_init_golden_context() [all …]
|
D | intel_guc.c | 248 u32 ads = intel_guc_ggtt_offset(guc, guc->ads_vma) >> PAGE_SHIFT; in guc_ctl_ads_flags() local 249 u32 flags = ads << GUC_ADS_ADDR_SHIFT; in guc_ctl_ads_flags()
|
/linux-6.1.9/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-6.1.9/drivers/infiniband/hw/mlx5/ |
D | qp.c | 3425 MLX5_SET(ads, path, udp_sport, rdma_flow_label_to_udp_sport(fl)); in mlx5_set_path_udp_sport() 3440 MLX5_SET(ads, path, pkey_index, in mlx5_set_path() 3459 ether_addr_copy(MLX5_ADDR_OF(ads, path, rmac_47_32), in mlx5_set_path() 3470 MLX5_SET(ads, path, eth_prio, sl & 0x7); in mlx5_set_path() 3473 MLX5_SET(ads, path, dscp, grh->traffic_class >> 2); in mlx5_set_path() 3475 MLX5_SET(ads, path, fl, !!(path_flags & MLX5_PATH_FLAG_FL)); in mlx5_set_path() 3476 MLX5_SET(ads, path, free_ar, in mlx5_set_path() 3478 MLX5_SET(ads, path, rlid, rdma_ah_get_dlid(ah)); in mlx5_set_path() 3479 MLX5_SET(ads, path, mlid, rdma_ah_get_path_bits(ah)); in mlx5_set_path() 3480 MLX5_SET(ads, path, grh, !!(ah_flags & IB_AH_GRH)); in mlx5_set_path() [all …]
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | imx1-ads.dts | 79 imx1-ads {
|
D | Makefile | 419 imx1-ads.dtb \
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | ads7846.c | 646 static int ads7846_debounce_filter(void *ads, int data_idx, int *val) in ads7846_debounce_filter() argument 648 struct ads7846 *ts = ads; in ads7846_debounce_filter() 688 static int ads7846_no_filter(void *ads, int data_idx, int *val) in ads7846_no_filter() argument
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 293 MLX5_SET(ads, addr_path, vhca_port_num, 1); in mlx5i_create_underlay_qp() 294 MLX5_SET(ads, addr_path, grh, 1); in mlx5i_create_underlay_qp()
|
/linux-6.1.9/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 200 uint32_t ads:1; member 216 uint32_t ads:1;
|
/linux-6.1.9/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 975 MLX5_SET(ads, pp, vhca_port_num, 1); in alloc_inout() 993 MLX5_SET(ads, pp, fl, 1); in alloc_inout() 1008 MLX5_SET(ads, pp, ack_timeout, 14); in alloc_inout()
|
/linux-6.1.9/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 #
|