Lines Matching refs:scripth0
1658 struct scripth *scripth0; /* relocated for this ncb. */ member
2726 static struct scripth scripth0 __initdata = {
4639 if (np->scripth0) in ncr_detach()
4640 m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH"); in ncr_detach()
5083 np->scripth0->tryloop[i] = in ncr_init()
5098 np->scripth0->done_queue[5*i + 4] = in ncr_init()
5108 np->scripth0->done_queue[5*(MAX_DONE-1) + 4] = in ncr_init()
5669 script_base = (u_char *) np->scripth0; in ncr_log_hard_error()
6166 vdsp = (u32 *)((char*)np->scripth0 + (dsp-np->p_scripth-8)); in ncr_int_ma()
8142 np->scripth0 = m_calloc_dma(sizeof(struct scripth), "SCRIPTH");
8143 if (!np->scripth0)
8199 ncr_script_fill(&script0, &scripth0);
8201 np->scripth = np->scripth0;
8207 ncr_script_copy_and_bind(np, (ncrcmd *) &scripth0,
8208 (ncrcmd *) np->scripth0, sizeof(struct scripth));
8295 if (np->scripth0)
8296 m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH");