HomeSort by: relevance | last modified time | path
    Searched refs:REGREAD_1 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcmips/stand/lcboot/
com.c 84 return ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_RXRDY);
97 c = REGREAD_1(VR4181_SIU_ADDR, com_data);
98 stat = REGREAD_1(VR4181_SIU_ADDR, com_iir);
110 while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY)
118 while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY)
extern.h 93 #define REGREAD_1(base, off) \
100 #define ISKEY ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_RXRDY)
105 #define bus_space_read_1(iot, ioh, off) REGREAD_1((ioh), (off))
if_cs.c 72 #define CS_READ_1(off) REGREAD_1(CS_IO_BASE, (off))

Completed in 13 milliseconds