Home
last modified time | relevance | path

Searched refs:BYTES_IN_WORD (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/gpio/
H A Dbcm2838_gpio.c65 #define BYTES_IN_WORD 4 macro
181 value = gpfsel_get(s, offset / BYTES_IN_WORD); in bcm2838_gpio_read()
245 gpfsel_set(s, offset / BYTES_IN_WORD, value); in bcm2838_gpio_write()
/openbmc/qemu/disas/
H A Dhppa.c49 #define BYTES_IN_WORD 4 macro