Symbol: scripth
drivers/scsi/ncr53c8xx.c
1658
struct scripth *scripth0; /* relocated for this ncb. */
drivers/scsi/ncr53c8xx.c
1659
struct scripth *scripth; /* Actual scripth virt. address */
drivers/scsi/ncr53c8xx.c
1747
#define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
drivers/scsi/ncr53c8xx.c
1927
static void ncr_script_fill (struct script * scr, struct scripth * scripth);
drivers/scsi/ncr53c8xx.c
1979
#define PADDRH(label) (RELOC_LABELH | offsetof(struct scripth, label))
drivers/scsi/ncr53c8xx.c
2726
static struct scripth scripth0 __initdata = {
drivers/scsi/ncr53c8xx.c
3405
void __init ncr_script_fill (struct script * scr, struct scripth * scrh)
drivers/scsi/ncr53c8xx.c
4419
np->scripth->tryloop [qidx] = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle));
drivers/scsi/ncr53c8xx.c
4421
np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start));
drivers/scsi/ncr53c8xx.c
4640
m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH");
drivers/scsi/ncr53c8xx.c
4983
np->scripth->done_queue[5*j + 4] =
drivers/scsi/ncr53c8xx.c
4986
np->scripth->done_queue[5*i + 4] =
drivers/scsi/ncr53c8xx.c
5666
dsp <= np->p_scripth + sizeof(struct scripth)) {
drivers/scsi/ncr53c8xx.c
5668
script_size = sizeof(struct scripth);
drivers/scsi/ncr53c8xx.c
6165
dsp <= np->p_scripth + sizeof(struct scripth)) {
drivers/scsi/ncr53c8xx.c
6339
np->scripth->nxtdsp_go_on[0] = cpu_to_scr(dsp + 8);
drivers/scsi/ncr53c8xx.c
8143
np->scripth0 = m_calloc_dma(sizeof(struct scripth), "SCRIPTH");
drivers/scsi/ncr53c8xx.c
8202
np->scripth = np->scripth0;
drivers/scsi/ncr53c8xx.c
8203
np->p_scripth = vtobus(np->scripth);
drivers/scsi/ncr53c8xx.c
8209
(ncrcmd *) np->scripth0, sizeof(struct scripth));
drivers/scsi/ncr53c8xx.c
8297
m_free_dma(np->scripth0, sizeof(struct scripth), "SCRIPTH");