Home
last modified time | relevance | path

Searched refs:readw (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/mips/atheros/
H A Dar71xx_bus_space_reversed.c175 return readw(h + (o &~ 3) + (2 - (o & 3))); in reversed_bs_r_2()
H A Dar71xx_pci_bus_space.c178 return readw(h + (o &~ 3) + (2 - (o & 3))); in pcimem_bs_r_2_s()
/f-stack/freebsd/mips/include/
H A Dcpufunc.h377 #define readw(va) (*(volatile uint16_t *) (va)) macro
/f-stack/freebsd/mips/malta/
H A Dgt_pci_bus_space.c220 #define rd16(a) le16toh(readw(a))
/f-stack/freebsd/mips/mips/
H A Dbus_space_generic.c207 #define rd16(a) readw(a)
/f-stack/freebsd/i386/include/
H A Dcpufunc.h50 #define readw(va) (*(volatile uint16_t *) (va)) macro
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h51 #define readw(va) (*(volatile uint16_t *) (va)) macro