OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pd_phyaddr
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/img/psb_video/src/
tng_enc_trace.c
156
unsigned int
pd_phyaddr
, pt_phyaddr; /* phyaddrss of page directory/table */
local
177
MULTICORE_READ32(REGNUM_TOPAZ_CR_MMU_DIR_LIST_BASE_ADDR, &
pd_phyaddr
);
179
drv_debug_msg(VIDEO_ENCODE_PDUMP,"INFO: page directory 0x%08x, phy addr is 0x%08x\n",
pd_phyaddr
, phyaddr);
182
pd_phyaddr
&= 0xfffff000;
186
drv_debug_msg(VIDEO_ENCODE_PDUMP,"INFO:
pd_phyaddr
0x%08x, fb_start 0x%08x, fb_end 0x%08x\n",
pd_phyaddr
, fb_start, fb_end);
189
if ((
pd_phyaddr
< fb_start) || (
pd_phyaddr
> fb_end)) {
191
pd_phyaddr
, fb_start, fb_end);
203
pd = (unsigned int *)(linear_fb + (
pd_phyaddr
- phy_fb))
[
all
...]
Completed in 516 milliseconds