Home
last modified time | relevance | path

Searched refs:readb_be (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/sparc/include/asm/
Dio.h15 #define readb_be(__addr) __raw_readb(__addr) macro
/linux-6.12.1/arch/mips/include/asm/
Dio.h374 #define readb_be(addr) \ macro
/linux-6.12.1/drivers/usb/host/
Duhci-hcd.h659 return readb_be(uhci->regs + reg); in uhci_readb()