Searched refs:ioff (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/fdc/ |
H A D | fdc_isa.c | 106 fdc->ioff[i + j] = j; in fdc_isa_alloc_resources() 124 fdc->ioff[7] = fdc->ioff[2] + 5; in fdc_isa_alloc_resources() 129 fdc->ioff[7] = rman_get_start(res) & 7; in fdc_isa_alloc_resources()
|
H A D | fdcvar.h | 64 int ioff[FDC_MAXREG]; member
|
H A D | fdc.c | 322 bus_space_write_1(fdc->iot, fdc->ioh[reg], fdc->ioff[reg], v); in fdregwr() 329 return bus_space_read_1(fdc->iot, fdc->ioh[reg], fdc->ioff[reg]); in fdregrd() 720 fdc->ioff[FD_YE_DATAPORT], cptr, count); in fdc_pio() 723 fdc->ioff[FD_YE_DATAPORT], cptr, count); in fdc_pio()
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_block_decoder.c | 1743 uint64_t ioff, enum pt_exec_mode mode) in pt_blk_add_decode() argument 1752 return pt_bcache_add(bcache, ioff, bce); in pt_blk_add_decode() 1784 uint64_t nip, dip, ioff, noff; in pt_blk_proceed_no_event_fill_cache() local 1800 ioff = pt_msec_unmap(msec, insn.ip); in pt_blk_proceed_no_event_fill_cache() 1867 status = pt_bcache_add(bcache, ioff, bce); in pt_blk_proceed_no_event_fill_cache() 1935 return pt_blk_add_decode(bcache, ioff, insn.mode); in pt_blk_proceed_no_event_fill_cache() 1946 return pt_blk_add_decode(bcache, ioff, insn.mode); in pt_blk_proceed_no_event_fill_cache() 1951 return pt_blk_add_decode(bcache, ioff, insn.mode); in pt_blk_proceed_no_event_fill_cache() 1978 return pt_blk_add_trampoline(bcache, ioff, noff, in pt_blk_proceed_no_event_fill_cache() 2036 return pt_blk_add_trampoline(bcache, ioff, noff, insn.mode); in pt_blk_proceed_no_event_fill_cache() [all …]
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | libtest.kshlib | 3183 typeset -i ioff=$(( (offset + ncols - 1) / ncols )) 3186 (( ioff += ( 4194304 >> $ashift ) )) 3187 echo "$ioff"
|