Home
last modified time | relevance | path

Searched defs:read_dword (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/scripts/
H A Dreplay-dump.py80 def read_dword(fin): function
/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c471 static inline uint32_t read_dword(LSIState *s, uint32_t addr) in read_dword() function
/openbmc/u-boot/include/
H A Dpci.h593 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *); member