Searched refs:ownerx (Results 1 – 1 of 1) sorted by relevance
199 union cpc_boot_ownerx ownerx; in board_acquire_flash_arb() local202 ownerx.u = readl(CPC_BOOT_OWNERX(3)); in board_acquire_flash_arb()203 ownerx.s.boot_req = 0; in board_acquire_flash_arb()204 writel(ownerx.u, CPC_BOOT_OWNERX(3)); in board_acquire_flash_arb()206 ownerx.u = 0; in board_acquire_flash_arb()207 ownerx.s.boot_req = 1; in board_acquire_flash_arb()208 writel(ownerx.u, CPC_BOOT_OWNERX(3)); in board_acquire_flash_arb()211 ownerx.u = readl(CPC_BOOT_OWNERX(3)); in board_acquire_flash_arb()212 } while (ownerx.s.boot_wait); in board_acquire_flash_arb()
Completed in 3 milliseconds