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

  /src/sys/arch/mac68k/mac68k/
psc.c 126 psc_reg1(PSC_ISR_BASE + 0x10 * i) = 0x0F;
128 psc_reg1(PSC_IER_BASE + 0x10 * i) = 0x0F;
130 psc_reg1(PSC_LEV4_IER) = 0x86; /* enable SCC */
161 while ((intbits = psc_reg1(PSC_LEV3_ISR)) != psc_reg1(PSC_LEV3_ISR))
163 intbits &= 0x1 & psc_reg1(PSC_LEV3_IER);
183 while ((intbits = psc_reg1(PSC_LEV4_ISR)) != psc_reg1(PSC_LEV4_ISR))
185 intbits &= 0xf & psc_reg1(PSC_LEV4_IER);
235 while ((intbits = psc_reg1(PSC_LEV5_ISR)) != psc_reg1(PSC_LEV5_ISR)
    [all...]
  /src/sys/arch/mac68k/include/
psc.h 37 #define psc_reg1(r) (*((volatile u_int8_t *)(PSCBase+r))) macro
  /src/sys/arch/mac68k/obio/
if_mc_obio.c 209 psc_reg1(PSC_LEV4_IER) = 0x80 | (1 << PSCINTR_ENET_DMA);
218 psc_reg1(PSC_LEV3_IER) = 0x80 | (1 << PSCINTR_ENET);
223 psc_reg1(PSC_LEV4_IER) = (1 << PSCINTR_ENET_DMA);
224 psc_reg1(PSC_LEV3_IER) = (1 << PSCINTR_ENET);

Completed in 12 milliseconds