Home
last modified time | relevance | path

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

/dev/bus/pci/backend/
A Decam.cpp104 auto off = location_to_offset(state, reg); in read_config() local
106 *value = *reinterpret_cast<const volatile T *>(&ecam_ptr[off]); in read_config()
113 auto off = location_to_offset(state, reg); in write_config() local
115 *reinterpret_cast<volatile T *>(&ecam_ptr[off]) = value; in write_config()

Completed in 8 milliseconds