Home
last modified time | relevance | path

Searched defs:read_cmd (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Ddc2114x.c548 int read_cmd = location | (SROM_READ_CMD << addr_len); in do_read_eeprom() local
H A Drtl8139.c297 int read_cmd = location | (EE_READ_CMD << addr_len); in read_eeprom() local
H A Dnatsemi.c500 int read_cmd = location | EE_ReadCmd; in read_eeprom() local
H A Deepro100.c752 int read_cmd = location | EE_READ_CMD; in read_eeprom() local
/openbmc/qemu/tests/qtest/
H A Dahci-test.c853 uint64_t sector, uint8_t read_cmd, in ahci_test_io_rw_simple()
/openbmc/qemu/
H A Dqemu-io-cmds.c697 static const cmdinfo_t read_cmd = { variable