Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/omap2/
Dvrfb.c59 static unsigned long ctx_map; variable
105 unsigned long map = ctx_map; in omap_vrfb_restore_context()
248 BUG_ON(!(ctx_map & (1 << ctx))); in omap_vrfb_release_ctx()
250 clear_bit(ctx, &ctx_map); in omap_vrfb_release_ctx()
277 if ((ctx_map & (1 << ctx)) == 0) in omap_vrfb_request_ctx()
288 set_bit(ctx, &ctx_map); in omap_vrfb_request_ctx()
/linux-2.6.39/drivers/net/
Dcnic.c1541 dma_addr_t ctx_map; in cnic_get_bnx2x_ctx() local
1551 ctx_map = cp->ctx_arr[blk].mapping + align_off + in cnic_get_bnx2x_ctx()
1558 ctx_addr->lo = ctx_map & 0xffffffff; in cnic_get_bnx2x_ctx()
1559 ctx_addr->hi = (u64) ctx_map >> 32; in cnic_get_bnx2x_ctx()