Lines Matching +full:bus +full:- +full:addr
1 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
124 .Fa "bhnd_addr_t *addr"
128 .Ss Bus Space I/O
137 .Fa "bhnd_addr_t addr"
149 .Fa "bhnd_addr_t addr"
159 .Bd -literal
169 .Fa "bhnd_addr_t addr"
202 A pointer to a bus I/O instance mapping the device registers of the first
243 using the bus I/O instance
329 .Fa addr ,
336 .Ss Bus Space I/O
346 functions to allocate a bus I/O instance, or implement the
353 .Bl -tag -width "read" -offset indent
367 function allocates and returns a new bus I/O instance that will perform mapping
379 function initializes a caller-allocated bus I/O instance
381 that will perform bus I/O using the bus space tag
388 .Fa addr
395 function frees all resources held by the bus I/O instance
400 function is used to request that the bus I/O instance
404 bus space at bus address
405 .Fa addr
413 bytes from the bus I/O instance
417 relative to the bus address previously mapped using
479 .An -nosplit