Home | History | Annotate | Download | only in ofw

Lines Matching refs:descp

103     struct ofisa_reg_desc *descp, int ndescs, int ndescsfilled)
115 descp[0].type = OFISA_REG_TYPE_IO;
116 descp[0].addr = 0x300;
117 descp[0].len = CS8900_IOSIZE;
119 descp[1].type = OFISA_REG_TYPE_MEM;
120 descp[1].addr = 0xd0000;
121 descp[1].len = 4096;
128 struct ofisa_intr_desc *descp, int ndescs, int ndescsfilled)
133 descp[0].share = IST_LEVEL;
156 struct ofisa_dma_desc *descp, int ndescs, int ndescsfilled)
162 descp[0].drq = -1;