Lines Matching refs:are
35 are starting with one. Physical addresses are of type unsigned long.
54 historical accident, these are named byte, word, long and quad accesses.
55 Both read and write accesses are supported; there is no prefetch support
58 The functions are named readb(), readw(), readl(), readq(),
64 memcpy_fromio() and memset_io() functions are
65 provided. Do not use memset or memcpy on IO addresses; they are not
68 The read and write functions are defined to be ordered. That is the
73 While the basic functions are defined to be synchronous with respect to
76 are burned by the fact that PCI bus writes are posted asynchronously. A
86 driver would like to ensure the write's effects are visible prior to
136 Accesses to this space are provided through a set of functions which
138 long. These functions are inb(), inw(),
142 Some variants are provided for these functions. Some devices require
143 that accesses to their ports are slowed down. This functionality is
145 There are also equivalents to memcpy. The ins() and