Searched refs:ds_info (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | ds.c | 131 struct ds_info; 135 void (*data)(struct ds_info *dp, 147 static void md_update_data(struct ds_info *dp, struct ds_cap_state *cp, 149 static void domain_shutdown_data(struct ds_info *dp, 152 static void domain_panic_data(struct ds_info *dp, 156 static void dr_cpu_data(struct ds_info *dp, 160 static void ds_pri_data(struct ds_info *dp, 163 static void ds_var_data(struct ds_info *dp, 202 struct ds_info { struct 216 struct ds_info *next; argument [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.h | 56 u32 ds_info; member 100 u32 ds_info; member
|
D | ar9003_mac.c | 368 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()
|
/kernel/linux/linux-5.10/drivers/pinctrl/sirf/ |
D | pinctrl-atlas7.c | 5189 const struct atlas7_ds_info *ds_info; in __altas7_pinctrl_set_drive_strength_sel() local 5193 ds_info = &atlas7_ds_map[conf->type]; in __altas7_pinctrl_set_drive_strength_sel() 5194 if (sel & (~(ds_info->mask))) in __altas7_pinctrl_set_drive_strength_sel() 5200 writel(ds_info->imval << conf->drvstr_bit, CLR_REG(ds_sel_reg)); in __altas7_pinctrl_set_drive_strength_sel() 5479 const struct atlas7_ds_info *ds_info; in atlas7_pinmux_suspend_noirq() local 5508 ds_info = &atlas7_ds_map[conf->type]; in atlas7_pinmux_suspend_noirq() 5510 status->dstr = (regv >> conf->drvstr_bit) & ds_info->mask; in atlas7_pinmux_suspend_noirq()
|