Searched refs:sync_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/buslogic/
H A Dbt.c2146 targ_syncinfo_t sync_info; local
2176 sync_info = (target < 8) ? setup_info.low_syncinfo[targ_offset]
2179 if (sync_info.sync == 0)
2182 sync_offset = sync_info.offset;
2218 target_sync_info_data_t sync_info; local
2220 param = sizeof(sync_info);
2222 (u_int8_t*)&sync_info, sizeof(sync_info),
2231 sync_period = sync_info.sync_rate[target] * 100;
2233 sync_period = 2000 + (500 * sync_info
[all...]
/freebsd-11.0-release/sys/dev/aha/
H A Daha.c1638 targ_syncinfo_t sync_info; local
1659 sync_info = setup_info.syncinfo[targ_offset];
1661 if (sync_info.sync == 0)
1664 spi->sync_offset = sync_info.offset;
1672 sync_period += 500 * sync_info.period;

Completed in 54 milliseconds