Searched refs:script_ofs (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/pci/
H A Dncr.c5220 int script_ofs; local
5230 script_ofs = dsp - np->p_script;
5237 script_ofs = dsp - np->p_scripth;
5242 script_ofs = dsp;
5251 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs,
5254 if (((script_ofs & 3) == 0) &&
5255 (unsigned)script_ofs < script_size) {
5257 (int)READSCRIPT_OFF(script_base, script_ofs));
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c3688 int script_ofs; local
3698 script_ofs = dsp - np->scripta_ba;
3705 script_ofs = dsp - np->scriptb_ba;
3710 script_ofs = dsp;
3720 (unsigned)INB (nc_scntl3), script_name, script_ofs,
3723 if (((script_ofs & 3) == 0) &&
3724 (unsigned)script_ofs < script_size) {
3726 scr_to_cpu((int) *(u32 *)(script_base + script_ofs)));

Completed in 74 milliseconds