Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/mac/
H A Dpsc.c48 (int) psc_read_byte(pIFRbase + i), in psc_debug_dump()
49 (int) psc_read_byte(pIERbase + i)); in psc_debug_dump()
124 events = psc_read_byte(pIFR) & psc_read_byte(pIER) & 0xF; in psc_irq()
/openbmc/linux/arch/m68k/include/asm/
H A Dmac_psc.h237 static inline u8 psc_read_byte(int offset) in psc_read_byte() function