Searched refs:read_long (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 181 err = read_long(PARANOID_PATH, ¤t, 10); in require_paranoia_below()
|
/openbmc/qemu/hw/net/ |
H A D | lan9118.c | 270 uint32_t read_long; member 338 VMSTATE_UINT32_V(read_long, lan9118_state, 2), 1319 s->read_long = lan9118_readl(s, offset & ~3, 4); in lan9118_readw() 1325 val = s->read_long >> 16; in lan9118_readw() 1327 val = s->read_long & 0xFFFF; in lan9118_readw()
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 56 int read_long(const char *path, long *result, int base);
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 306 int read_long(const char *path, long *result, int base) in read_long() function
|