Searched defs:offset (Results 1 – 11 of 11) sorted by relevance
| /dev/bus/pci/backend/ |
| A D | type1.cpp | 30 static uint16_t type1_read_byte(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_byte() 43 static uint16_t type1_read_half(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_half() 57 static uint32_t type1_read_word(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_word()
|
| A D | bios32.h | 34 uint32_t offset; member
|
| A D | ecam.cpp | 94 size_t offset = (size_t)state.bus << 20; in location_to_offset() local
|
| /dev/class/ |
| A D | block_api.c | 34 ssize_t class_block_write(struct device *dev, off_t offset, const void *buf, size_t count) { in class_block_write() 45 ssize_t class_block_read(struct device *dev, off_t offset, void *buf, size_t count) { in class_block_read()
|
| /dev/uart/pl011/ |
| A D | uart.c | 64 static inline void write_uart_reg(uintptr_t base, size_t offset, uint32_t val) { in write_uart_reg() 68 static inline uint32_t read_uart_reg(uintptr_t base, size_t offset) { in read_uart_reg() 72 static inline void set_uart_reg_bits(uintptr_t base, size_t offset, uint32_t bits) { in set_uart_reg_bits() 76 static inline void clear_uart_reg_bits(uintptr_t base, size_t offset, uint32_t bits) { in clear_uart_reg_bits()
|
| /dev/bus/pci/ |
| A D | debug.cpp | 89 uint32_t offset; in pci_config() local
|
| /dev/virtio/9p/ |
| A D | protocol.h | 39 size_t offset; member
|
| /dev/virtio/block/ |
| A D | virtio-block.c | 306 off_t offset, size_t len, bool write, in virtio_block_do_txn() 438 const off_t offset, const size_t len, in virtio_block_read_write() 471 off_t offset, size_t len, in virtio_bdev_read_async()
|
| /dev/virtio/9p/include/dev/virtio/ |
| A D | 9p.h | 249 uint64_t offset; member 382 uint64_t offset; member 394 uint64_t offset; member 428 uint64_t offset; member
|
| /dev/net/e1000/ |
| A D | e1000.cpp | 133 uint16_t e1000::read_eeprom(uint8_t offset) { in read_eeprom()
|
| /dev/virtio/gpu/ |
| A D | virtio_gpu.h | 149 uint64_t offset; member
|
Completed in 29 milliseconds