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

/freebsd-10.2-release/sys/dev/tdfx/
H A Dtdfx_pci.c491 u_int16_t ret_word; local
562 ret_word = pci_read_config(tdfx_info[piod->device].dev,
564 copyout(&ret_word, piod->value, 2);
583 u_int16_t ret_word; local
639 copyin(piod->value, &ret_word, 2);
640 preval = ret_word << (8 * (piod->port & 0x3));

Completed in 97 milliseconds