Lines Matching refs:control
63 alt_u32 control);
70 alt_u32 control,
118 descriptor->control); in alt_msgdma_write_standard_descriptor()
167 descriptor->control); in alt_msgdma_write_extended_descriptor()
256 alt_u32 control) in alt_msgdma_construct_standard_descriptor() argument
267 descriptor->control = control | ALTERA_MSGDMA_DESCRIPTOR_CONTROL_GO_MASK; in alt_msgdma_construct_standard_descriptor()
287 alt_u32 control, in alt_msgdma_construct_extended_descriptor() argument
313 descriptor->control = control | ALTERA_MSGDMA_DESCRIPTOR_CONTROL_GO_MASK; in alt_msgdma_construct_extended_descriptor()
349 alt_u32 control = 0; in alt_msgdma_descriptor_async_transfer() local
379 control = ALTERA_MSGDMA_CSR_STOP_DESCRIPTORS_MASK; in alt_msgdma_descriptor_async_transfer()
382 IOWR_ALTERA_MSGDMA_CSR_CONTROL(dev->csr_base, control); in alt_msgdma_descriptor_async_transfer()
465 control |= (dev->control | in alt_msgdma_descriptor_async_transfer()
468 control &= (~ALTERA_MSGDMA_CSR_STOP_DESCRIPTORS_MASK); in alt_msgdma_descriptor_async_transfer()
471 IOWR_ALTERA_MSGDMA_CSR_CONTROL(dev->csr_base, control); in alt_msgdma_descriptor_async_transfer()
482 control |= (dev->control | in alt_msgdma_descriptor_async_transfer()
484 control &= (~ALTERA_MSGDMA_CSR_STOP_DESCRIPTORS_MASK) & in alt_msgdma_descriptor_async_transfer()
488 IOWR_ALTERA_MSGDMA_CSR_CONTROL(dev->csr_base, control); in alt_msgdma_descriptor_async_transfer()
529 alt_u32 control=0; in alt_msgdma_descriptor_sync_transfer() local
659 (dev->control | in alt_msgdma_descriptor_sync_transfer()
709 control = IORD_ALTERA_MSGDMA_CSR_CONTROL(dev->csr_base) | in alt_msgdma_descriptor_sync_transfer()
713 IOWR_ALTERA_MSGDMA_CSR_CONTROL(dev->csr_base, control); in alt_msgdma_descriptor_sync_transfer()
744 alt_u32 *write_address, alt_u32 length, alt_u32 control) in alt_msgdma_construct_standard_st_to_mm_descriptor() argument
747 write_address, length, control); in alt_msgdma_construct_standard_st_to_mm_descriptor()
755 alt_u32 control) in alt_msgdma_construct_standard_mm_to_st_descriptor() argument
758 NULL, length, control); in alt_msgdma_construct_standard_mm_to_st_descriptor()
768 alt_u32 control) in alt_msgdma_construct_standard_mm_to_mm_descriptor() argument
771 write_address, length, control); in alt_msgdma_construct_standard_mm_to_mm_descriptor()
789 alt_u32 control, in alt_msgdma_construct_extended_st_to_mm_descriptor() argument
795 NULL, write_address, length, control, sequence_number, 0, in alt_msgdma_construct_extended_st_to_mm_descriptor()
804 alt_u32 control, in alt_msgdma_construct_extended_mm_to_st_descriptor() argument
810 NULL, length, control, sequence_number, read_burst_count, 0, in alt_msgdma_construct_extended_mm_to_st_descriptor()
821 alt_u32 control, in alt_msgdma_construct_extended_mm_to_mm_descriptor() argument
829 read_address, write_address, length, control, sequence_number, in alt_msgdma_construct_extended_mm_to_mm_descriptor()
854 alt_u32 control) in alt_msgdma_construct_prefetcher_standard_descriptor() argument
869 descriptor->control = (control in alt_msgdma_construct_prefetcher_standard_descriptor()
896 alt_u32 control, in alt_msgdma_construct_prefetcher_extended_descriptor() argument
930 descriptor->control = (control in alt_msgdma_construct_prefetcher_extended_descriptor()
954 alt_u32 control) in alt_msgdma_construct_prefetcher_standard_mm_to_mm_descriptor() argument
957 read_address, write_address, length, control); in alt_msgdma_construct_prefetcher_standard_mm_to_mm_descriptor()
965 alt_u32 control) in alt_msgdma_construct_prefetcher_standard_st_to_mm_descriptor() argument
968 0, write_address, length, control); in alt_msgdma_construct_prefetcher_standard_st_to_mm_descriptor()
976 alt_u32 control) in alt_msgdma_construct_prefetcher_standard_mm_to_st_descriptor() argument
979 read_address, 0, length, control); in alt_msgdma_construct_prefetcher_standard_mm_to_st_descriptor()
999 alt_u32 control, in alt_msgdma_construct_prefetcher_extended_st_to_mm_descriptor() argument
1005 0, 0, write_address_high, write_address_low, length, control, in alt_msgdma_construct_prefetcher_extended_st_to_mm_descriptor()
1015 alt_u32 control, in alt_msgdma_construct_prefetcher_extended_mm_to_st_descriptor() argument
1021 read_address_high, read_address_low, 0, 0, length, control, in alt_msgdma_construct_prefetcher_extended_mm_to_st_descriptor()
1033 alt_u32 control, in alt_msgdma_construct_prefetcher_extended_mm_to_mm_descriptor() argument
1042 write_address_low, length, control, sequence_number, in alt_msgdma_construct_prefetcher_extended_mm_to_mm_descriptor()
1181 descriptor_control_field = last_descr_ptr->control; in alt_msgdma_prefetcher_set_std_list_own_by_hw_bits()
1183 last_descr_ptr->control = descriptor_control_field in alt_msgdma_prefetcher_set_std_list_own_by_hw_bits()
1190 descriptor_control_field = last_descr_ptr->control; /* get current value */ in alt_msgdma_prefetcher_set_std_list_own_by_hw_bits()
1192 last_descr_ptr->control = descriptor_control_field in alt_msgdma_prefetcher_set_std_list_own_by_hw_bits()
1225 descriptor_control_field = last_descr_ptr->control; in alt_msgdma_prefetcher_set_extd_list_own_by_hw_bits()
1227 last_descr_ptr->control = descriptor_control_field in alt_msgdma_prefetcher_set_extd_list_own_by_hw_bits()
1236 descriptor_control_field = last_descr_ptr->control; /* start with current value */ in alt_msgdma_prefetcher_set_extd_list_own_by_hw_bits()
1238 last_descr_ptr->control = descriptor_control_field in alt_msgdma_prefetcher_set_extd_list_own_by_hw_bits()
1334 dispatcher_ctl |= (dev->control | ALTERA_MSGDMA_CSR_STOP_ON_ERROR_MASK in alt_msgdma_start_prefetcher_with_list_addr()
1353 dispatcher_ctl |= (dev->control | ALTERA_MSGDMA_CSR_STOP_ON_ERROR_MASK); in alt_msgdma_start_prefetcher_with_list_addr()
1578 alt_u32 control, in alt_msgdma_register_callback() argument
1583 dev->control = control; in alt_msgdma_register_callback()