Lines Matching full:functions
38 suitable for passing to the accessor functions described below, you
58 The functions are named readb(), readw(), readl(), readq(),
64 :c:func:`memcpy_fromio()` and :c:func:`memset_io()` functions are
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
113 semantics. Using the relaxed read functions will provide significant
136 Accesses to this space are provided through a set of functions which
138 long. These functions are :c:func:`inb()`, :c:func:`inw()`,
142 Some variants are provided for these functions. Some devices require
146 :c:func:`outs()` functions copy bytes, words or longs to the given
149 Public Functions Provided