OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:si_buf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/tc/
pxg.c
195
si->
si_buf
= (uint32_t *)(kva + PXG_SRAM_OFFSET);
196
si->si_buf_phys = STIC_KSEG_TO_PHYS(si->
si_buf
);
199
si->si_sxc = (volatile struct stic_xcomm *)si->
si_buf
;
310
return ((uint32_t *)((char *)si->
si_buf
+ off));
324
v = ((u_long)buf - (u_long)si->
si_buf
) >> 9;
417
dst = (uint32_t *)((void *)si->
si_buf
+ pfs->pfs_addr);
px.c
216
si->
si_buf
= (uint32_t *)TC_PHYS_TO_UNCACHED(bpa);
221
si->si_sxc = (volatile struct stic_xcomm *)si->
si_buf
;
227
memset(si->
si_buf
, 0, PX_BUF_SIZE);
317
return ((uint32_t *)((char *)si->
si_buf
+ off));
sticvar.h
78
u_int32_t *
si_buf
;
member in struct:stic_info
Completed in 36 milliseconds
Indexes created Wed Oct 15 01:09:54 GMT 2025