Home
last modified time | relevance | path

Searched refs:src_mode (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx_inline.h84 ahd->src_mode = src; in ahd_known_modes()
107 if (ahd->src_mode == src && ahd->dst_mode == dst) in ahd_set_modes()
110 if (ahd->src_mode == AHD_MODE_UNKNOWN in ahd_set_modes()
118 ahd->src_mode = src; in ahd_set_modes()
143 if ((srcmode & AHD_MK_MSK(ahd->src_mode)) == 0 in ahd_assert_modes()
154 if (ahd->src_mode == AHD_MODE_UNKNOWN in ahd_save_modes()
158 return (ahd_build_mode_state(ahd, ahd->src_mode, ahd->dst_mode)); in ahd_save_modes()
H A Daic79xx.h1125 ahd_mode src_mode; member
H A Daic79xx.c2144 if (ahd->src_mode != AHD_MODE_SCSI) { in ahd_handle_pkt_busfree()
/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.h83 extern int src_mode;
H A Daicasm_gram.y960 src_mode = $2;
1647 src_value = (dst_mode << 4) | src_mode; in format_1_instr()
1670 src_mode = dst_value & 0xF; in format_1_instr()
1783 if ((symbol->info.rinfo->modes & (0x1 << src_mode)) == 0) { in test_readable_symbol()
1786 symbol->name, src_mode); in test_readable_symbol()
H A Daicasm.c99 int src_mode; variable
/freebsd-13.1/sys/arm/ti/
H A Dti_sdma.h111 int ti_sdma_set_addr_mode(unsigned int ch, unsigned int src_mode, unsigned int dst_mode);
H A Dti_sdma.c1083 ti_sdma_set_addr_mode(unsigned int ch, unsigned int src_mode, in ti_sdma_set_addr_mode() argument
1103 ccr |= DMA4_CCR_SRC_ADDRESS_MODE(src_mode); in ti_sdma_set_addr_mode()