Lines Matching defs:scrh
3433 void __init ncr_script_fill (struct script * scr, struct scripth * scrh)
3438 p = scrh->tryloop;
3444 BUG_ON((u_long)p != (u_long)&scrh->tryloop + sizeof (scrh->tryloop));
3448 p = scrh->done_queue;
3457 BUG_ON((u_long)p != (u_long)&scrh->done_queue+sizeof(scrh->done_queue));
3461 p = scrh->hdata_in;
3469 BUG_ON((u_long)p != (u_long)&scrh->hdata_in + sizeof (scrh->hdata_in));
3481 p = scrh->hdata_out;
3489 BUG_ON((u_long)p != (u_long)&scrh->hdata_out + sizeof (scrh->hdata_out));