Lines Matching defs:scripth
965 ** PAGE for 'scripth'.
1657 ** 'scripth' stays in main memory.
1660 struct script *script0; /* Copies of script and scripth */
1661 struct scripth *scripth0; /* relocated for this ncb. */
1662 struct scripth *scripth; /* Actual scripth virt. address */
1663 u_long p_script; /* Actual script and scripth */
1750 #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
1848 struct scripth {
1930 static void ncr_script_fill (struct script * scr, struct scripth * scripth);
1988 #define PADDRH(label) (RELOC_LABELH | offsetof(struct scripth, label))
2754 static struct scripth scripth0 __initdata = {
3433 void __init ncr_script_fill (struct script * scr, struct scripth * scrh)
4451 np->scripth->tryloop [qidx] = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle));
4453 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start));
4787 m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH");
5124 np->scripth->done_queue[5*j + 4] =
5127 np->scripth->done_queue[5*i + 4] =
5832 dsp <= np->p_scripth + sizeof(struct scripth)) {
5834 script_size = sizeof(struct scripth);
5836 script_name = "scripth";
6331 dsp <= np->p_scripth + sizeof(struct scripth)) {
6505 np->scripth->nxtdsp_go_on[0] = cpu_to_scr(dsp + 8);
8347 np->scripth0 = m_calloc_dma(sizeof(struct scripth), "SCRIPTH");
8406 np->scripth = np->scripth0;
8407 np->p_scripth = vtobus(np->scripth);
8413 (ncrcmd *) np->scripth0, sizeof(struct scripth));
8501 m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH");