Lines Matching refs:ncmd
5731 struct NCR53c7x0_cmd *ncmd =
5744 if (!check_address ((unsigned long) ncmd, sizeof (struct NCR53c7x0_cmd)) &&
5745 ((insn >= ncmd->data_transfer_start &&
5746 insn < ncmd->data_transfer_end) ||
5747 (insn >= ncmd->residual &&
5748 insn < (ncmd->residual +
5749 sizeof(ncmd->residual))))) {
5793 struct NCR53c7x0_cmd *ncmd =
5800 if (check_address ((unsigned long) ncmd,
5805 ptr = bus_to_virt(le32_to_cpu(ncmd->saved_data_pointer));
5821 if (ncmd) {
5823 bus_to_virt(le32_to_cpu(ncmd->saved_data_pointer)), "", 1);
5825 bus_to_virt(le32_to_cpu(ncmd->saved_data_pointer)) + size * sizeof(u32),