Home
last modified time | relevance | path

Searched refs:ds_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/sparc/kernel/
Dds.c130 struct ds_info;
134 void (*data)(struct ds_info *dp,
146 static void md_update_data(struct ds_info *dp, struct ds_cap_state *cp,
148 static void domain_shutdown_data(struct ds_info *dp,
151 static void domain_panic_data(struct ds_info *dp,
155 static void dr_cpu_data(struct ds_info *dp,
159 static void ds_pri_data(struct ds_info *dp,
162 static void ds_var_data(struct ds_info *dp,
201 struct ds_info { struct
215 struct ds_info *next; argument
[all …]
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dar9003_mac.h56 u32 ds_info; member
100 u32 ds_info; member
Dar9003_mac.c368 if ((MS(ads->ds_info, AR_DescId) != ATHEROS_VENDOR_ID) || in ar9003_hw_proc_txdesc()
369 (MS(ads->ds_info, AR_TxRxDesc) != 1)) { in ar9003_hw_proc_txdesc()
371 "Tx Descriptor error %x\n", ads->ds_info); in ar9003_hw_proc_txdesc()
380 ts->qid = MS(ads->ds_info, AR_TxQcuNum); in ar9003_hw_proc_txdesc()
489 if (MS(rxsp->ds_info, AR_DescId) != 0x168c) in ath9k_hw_process_rxdesc_edma()
492 if ((rxsp->ds_info & (AR_TxRxDesc | AR_CtrlStat)) != 0) in ath9k_hw_process_rxdesc_edma()
/Linux-v4.19/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c5194 const struct atlas7_ds_info *ds_info; in __altas7_pinctrl_set_drive_strength_sel() local
5198 ds_info = &atlas7_ds_map[conf->type]; in __altas7_pinctrl_set_drive_strength_sel()
5199 if (sel & (~(ds_info->mask))) in __altas7_pinctrl_set_drive_strength_sel()
5205 writel(ds_info->imval << conf->drvstr_bit, CLR_REG(ds_sel_reg)); in __altas7_pinctrl_set_drive_strength_sel()
5484 const struct atlas7_ds_info *ds_info; in atlas7_pinmux_suspend_noirq() local
5513 ds_info = &atlas7_ds_map[conf->type]; in atlas7_pinmux_suspend_noirq()
5515 status->dstr = (regv >> conf->drvstr_bit) & ds_info->mask; in atlas7_pinmux_suspend_noirq()