Searched refs:INREG8 (Results 1 – 5 of 5) sorted by relevance
47 uint8_t INREG8(uint32_t reg);
356 uint8_t INREG8(uint32_t reg) in INREG8() function
66 #define INREG8(addr) readb((rinfo->mmio_base)+addr) macro
161 #define INREG8(mmap, addr) __raw_readb((mmap)+(addr)) macro
373 val = INREG8(reg->addr); in read_register()