Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 11 of 11) sorted by relevance

/dev/bus/pci/backend/
A Dtype1.cpp30 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 Dbios32.h34 uint32_t offset; member
A Decam.cpp94 size_t offset = (size_t)state.bus << 20; in location_to_offset() local
/dev/class/
A Dblock_api.c34 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 Duart.c64 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 Ddebug.cpp89 uint32_t offset; in pci_config() local
/dev/virtio/9p/
A Dprotocol.h39 size_t offset; member
/dev/virtio/block/
A Dvirtio-block.c306 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 D9p.h249 uint64_t offset; member
382 uint64_t offset; member
394 uint64_t offset; member
428 uint64_t offset; member
/dev/net/e1000/
A De1000.cpp133 uint16_t e1000::read_eeprom(uint8_t offset) { in read_eeprom()
/dev/virtio/gpu/
A Dvirtio_gpu.h149 uint64_t offset; member

Completed in 29 milliseconds