Lines Matching refs:scripth
1658 struct scripth *scripth0; /* relocated for this ncb. */
1659 struct scripth *scripth; /* Actual scripth virt. address */ member
1747 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
1845 struct scripth { struct
1927 static void ncr_script_fill (struct script * scr, struct scripth * scripth);
1979 #define PADDRH(label) (RELOC_LABELH | offsetof(struct scripth, label))
2726 static struct scripth scripth0 __initdata = {
3405 void __init ncr_script_fill (struct script * scr, struct scripth * scrh) in ncr_script_fill()
4419 np->scripth->tryloop [qidx] = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle)); in ncr_put_start_queue()
4421 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start)); in ncr_put_start_queue()
4640 m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH"); in ncr_detach()
4983 np->scripth->done_queue[5*j + 4] = in ncr_wakeup_done()
4986 np->scripth->done_queue[5*i + 4] = in ncr_wakeup_done()
5666 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_log_hard_error()
5668 script_size = sizeof(struct scripth); in ncr_log_hard_error()
6165 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_int_ma()
6339 np->scripth->nxtdsp_go_on[0] = cpu_to_scr(dsp + 8); in ncr_int_ma()
8142 np->scripth0 = m_calloc_dma(sizeof(struct scripth), "SCRIPTH");
8201 np->scripth = np->scripth0;
8202 np->p_scripth = vtobus(np->scripth);
8208 (ncrcmd *) np->scripth0, sizeof(struct scripth));
8296 m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH");