Searched refs:ncrcurrent (Results 1 – 2 of 2) sorted by relevance
772 u32 *ncrcurrent; in NCR53c7x0_driver_init() local782 hostdata->ncrcurrent = NULL; in NCR53c7x0_driver_init()783 for (i = 0, ncrcurrent = (u32 *) hostdata->schedule; in NCR53c7x0_driver_init()784 i < host->can_queue; ++i, ncrcurrent += 2) { in NCR53c7x0_driver_init()785 ncrcurrent[0] = hostdata->NOP_insn; in NCR53c7x0_driver_init()786 ncrcurrent[1] = 0xdeadbeef; in NCR53c7x0_driver_init()788 ncrcurrent[0] = ((DCMD_TYPE_TCI|DCMD_TCI_OP_JUMP) << 24) | DBC_TCI_TRUE; in NCR53c7x0_driver_init()789 ncrcurrent[1] = (u32) virt_to_bus (hostdata->script) + in NCR53c7x0_driver_init()1871 volatile u32 *ncr_prev, *ncrcurrent, ncr_search; in abnormal_finished() local1887 for (found = 0, left = host->can_queue, ncrcurrent = hostdata->schedule; in abnormal_finished()[all …]
1350 volatile struct NCR53c7x0_cmd *ncrcurrent; /* currently connected member