Searched refs:upr (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/openrisc/kernel/
H A Dsetup.c98 unsigned long upr = mfspr(SPR_UPR); local
110 if (!(upr & SPR_UPR_UP)) {
116 if (upr & SPR_UPR_DCP)
123 if (upr & SPR_UPR_ICP)
131 if (upr & SPR_UPR_DMP)
135 if (upr & SPR_UPR_IMP)
141 if (upr & SPR_UPR_DUP)
143 if (upr & SPR_UPR_PCUP)
145 if (upr & SPR_UPR_PMP)
147 if (upr
[all...]
H A Dtime.c168 u32 upr; local
170 upr = mfspr(SPR_UPR);
171 if (!(upr & SPR_UPR_TTP))
/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c127 struct slic_upr *upr; local
131 list_for_each_entry_safe(upr, tmp, &upr_list->list, list) {
132 list_del(&upr->list);
133 kfree(upr);
139 static void slic_start_upr(struct slic_device *sdev, struct slic_upr *upr) argument
143 reg = (upr->type == SLIC_UPR_CONFIG) ? SLIC_REG_RCONFIG :
145 slic_write(sdev, reg, lower_32_bits(upr->paddr));
149 static void slic_queue_upr(struct slic_device *sdev, struct slic_upr *upr) argument
156 INIT_LIST_HEAD(&upr->list);
157 list_add_tail(&upr
169 struct slic_upr *upr = NULL; local
193 struct slic_upr *upr; local
654 struct slic_upr *upr; local
1601 struct slic_upr *upr; local
[all...]

Completed in 156 milliseconds