Lines Matching refs:ncmd
5409 struct NCR53c7x0_cmd *ncmd = local
5422 if (!check_address ((unsigned long) ncmd, sizeof (struct NCR53c7x0_cmd)) &&
5423 ((insn >= ncmd->data_transfer_start &&
5424 insn < ncmd->data_transfer_end) ||
5425 (insn >= ncmd->residual &&
5426 insn < (ncmd->residual +
5427 sizeof(ncmd->residual))))) {
5471 struct NCR53c7x0_cmd *ncmd = local
5478 if (check_address ((unsigned long) ncmd,sizeof (struct NCR53c7x0_cmd)) == 0)
5482 ncmd->bounce.len, ncmd->bounce.addr, ncmd->bounce.buf[0],
5483 ncmd->bounce.buf[1], ncmd->bounce.buf[2], ncmd->bounce.buf[3]);
5484 printk(" result=%04x, cdb[0]=0x%02x\n", ncmd->result, ncmd->cmnd[0]);
5488 if (check_address ((unsigned long) ncmd,
5493 ptr = bus_to_virt(ncmd->saved_data_pointer);
5509 if (ncmd) {
5511 bus_to_virt(ncmd->saved_data_pointer), "", 1);
5513 bus_to_virt(ncmd->saved_data_pointer) + size * sizeof(u32),