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

/freebsd-10.2-release/sys/dev/tdfx/
H A Dtdfx_pci.c492 u_int32_t ret_dword; local
567 ret_dword = pci_read_config(tdfx_info[piod->device].dev,
569 copyout(&ret_dword, piod->value, 4);
584 u_int32_t ret_dword; local
644 copyin(piod->value, &ret_dword, 4);
645 preval = ret_dword;

Completed in 170 milliseconds