Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c49 checksum = ads->ds_info + ads->ds_link in ar9300_calc_ptr_chk_sum()
50 + ads->ds_data0 + ads->ds_ctl3 in ar9300_calc_ptr_chk_sum()
51 + ads->ds_data1 + ads->ds_ctl5 in ar9300_calc_ptr_chk_sum()
52 + ads->ds_data2 + ads->ds_ctl7 in ar9300_calc_ptr_chk_sum()
53 + ads->ds_data3 + ads->ds_ctl9; in ar9300_calc_ptr_chk_sum()
149 ads->ds_ctl10 |= ar9300_calc_ptr_chk_sum(ads); in ar9300_set_desc_link()
164 ads->status1 = ads->status2 = 0; in ar9300_clear_tx_desc_status()
165 ads->status3 = ads->status4 = 0; in ar9300_clear_tx_desc_status()
166 ads->status5 = ads->status6 = 0; in ar9300_clear_tx_desc_status()
167 ads->status7 = ads->status8 = 0; in ar9300_clear_tx_desc_status()
[all …]
H A Dar9300_freebsd.c715 struct ar9300_txc *ads = AR9300TXC(ds); in ar9300_freebsd_get_desc_link() local
717 (*link) = ads->ds_link; in ar9300_freebsd_get_desc_link()
772 const struct ar9300_txc *ads = AR9300TXC_CONST(ds0); in ar9300_freebsd_fill_tx_desc() local
780 keyType = MS(ads->ds_ctl17, AR_encr_type); in ar9300_freebsd_fill_tx_desc()
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dads7828.txt20 ads7828: ads@48 {
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx1-ads.dts79 imx1-ads {
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h950 uint32_t ads : 1; /**< Address/Data Stepping member
976 uint32_t ads : 1;
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c6613 uint32_t ads = action->st ? action->st->n_bits / 8 : 0; in table_params_get() local
6615 if (ads > action_data_size) in table_params_get()
6616 action_data_size = ads; in table_params_get()