Searched refs:VR4181_SIU_ADDR (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/lcboot/
H A Dcom.c84 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)
114 REGWRITE_1(VR4181_SIU_ADDR, com_data, c);
118 while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY)
140 REGWRITE_1(VR4181_SIU_ADDR, com_lcr, LCR_DLAB);
142 REGWRITE_1(VR4181_SIU_ADDR, com_dlbl, rate);
143 REGWRITE_1(VR4181_SIU_ADDR, com_dlbh, rate >> 8);
149 REGWRITE_1(VR4181_SIU_ADDR, com_lc
[all...]
H A Dextern.h102 #define ISKEY ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_RXRDY)
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dvripreg.h56 #define VR4181_SIU_ADDR 0x0c000010 macro
165 #define VRIP_SIU_ADDR VR4181_SIU_ADDR

Completed in 103 milliseconds