Home
last modified time | relevance | path

Searched refs:ctx_map (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/omap2/omapfb/
A Dvrfb.c47 static unsigned long ctx_map; variable
117 unsigned long map = ctx_map; in omap_vrfb_restore_context()
262 BUG_ON(!(ctx_map & (1 << ctx))); in omap_vrfb_release_ctx()
264 clear_bit(ctx, &ctx_map); in omap_vrfb_release_ctx()
291 if ((ctx_map & (1 << ctx)) == 0) in omap_vrfb_request_ctx()
302 set_bit(ctx, &ctx_map); in omap_vrfb_request_ctx()
/drivers/net/ethernet/broadcom/
A Dcnic.c1670 dma_addr_t ctx_map; in cnic_get_bnx2x_ctx() local
1680 ctx_map = cp->ctx_arr[blk].mapping + align_off + in cnic_get_bnx2x_ctx()
1687 ctx_addr->lo = ctx_map & 0xffffffff; in cnic_get_bnx2x_ctx()
1688 ctx_addr->hi = (u64) ctx_map >> 32; in cnic_get_bnx2x_ctx()

Completed in 14 milliseconds