Searched refs:si_buf (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dpxg.c196 si->si_buf = (uint32_t *)(kva + PXG_SRAM_OFFSET);
197 si->si_buf_phys = STIC_KSEG_TO_PHYS(si->si_buf);
200 si->si_sxc = (volatile struct stic_xcomm *)si->si_buf;
312 return ((uint32_t *)((char *)si->si_buf + off));
326 v = ((u_long)buf - (u_long)si->si_buf) >> 9;
417 dst = (uint32_t *)((void *)si->si_buf + pfs->pfs_addr);
H A Dpx.c216 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));
H A Dsticvar.h78 u_int32_t *si_buf; member in struct:stic_info

Completed in 54 milliseconds