Searched refs:pg (Results 1 – 3 of 3) sorted by relevance
162 uint32_t pg; /* Interrupt Priority Group Register */ member194 nvicSave.pg = NVIC_GetPriorityGrouping(); in HAL_NVIC_SuspendSave()204 NVIC_SetPriorityGrouping(nvicSave.pg); in HAL_NVIC_ResumeRestore()
1712 unsigned pg = itd->pg; in itd_patch() local1720 itd->hw_transaction[uframe] |= cpu_to_hc32(ehci, pg << 12); in itd_patch()1721 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, uf->bufp & ~(u32)0); in itd_patch()1722 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(uf->bufp >> 32)); in itd_patch()1728 itd->pg = ++pg; in itd_patch()1729 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, bufp & ~(u32)0); in itd_patch()1730 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(bufp >> 32)); in itd_patch()
546 unsigned pg; member
Completed in 19 milliseconds