Home
last modified time | relevance | path

Searched refs:readb (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/atheros/
H A Dar71xx_bus_space_reversed.c161 return readb(h + (o &~ 3) + (3 - (o & 3))); in reversed_bs_r_1()
H A Dar71xx_pci_bus_space.c164 return readb(h + (o &~ 3) + (3 - (o & 3))); in pcimem_bs_r_1_s()
/f-stack/freebsd/mips/include/
H A Dcpufunc.h376 #define readb(va) (*(volatile uint8_t *) (va)) macro
/f-stack/freebsd/mips/mips/
H A Dbus_space_generic.c206 #define rd8(a) readb(a)
/f-stack/freebsd/i386/include/
H A Dcpufunc.h49 #define readb(va) (*(volatile uint8_t *) (va)) macro
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h50 #define readb(va) (*(volatile uint8_t *) (va)) macro