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

  /src/sys/arch/evbmips/loongson/
isa_machdep.c 62 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + 1) = imr2;
64 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + 1) = imr1;
75 (void)REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + 1);
76 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + 1) =
79 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_OCW2) =
84 (void)REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + 1);
85 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + 1) =
88 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW2) =
yeeloong_machdep.c 282 DPRINTF(("intsel 0x%x 0x%x\n", REGVAL8(BONITO_PCIIO_BASE + 0x4d0),
283 REGVAL8(BONITO_PCIIO_BASE + 0x4d1)));
286 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW1) = 0xff;
287 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW1) =
289 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW2) = ICW2_VECTOR(0);
290 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW3) = ICW3_CASCADE(2);
291 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW4) = ICW4_8086;
294 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW1) = 0xff;
297 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW3) = OCW3_SELECT | OCW3_RR;
298 (void)REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW3)
    [all...]
generic2e_machdep.c 296 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW3) =
298 ocw1 = REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW3);
305 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_OCW3) =
307 ocw2 = REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_OCW3);
563 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW1) =
565 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW2) = ICW2_VECTOR(0);
566 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW3) = ICW3_CASCADE(2);
567 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW4) = ICW4_8086;
569 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW1) = 0xff;
571 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_OCW3)
    [all...]
  /src/sys/arch/mips/bonito/
bonitoreg.h 28 #define REGVAL8(x) *((volatile u_int8_t *)MIPS_PHYS_TO_XKPHYS_UNCACHED(x))
31 #define REGVAL8(x) *((volatile u_int8_t *)MIPS_PHYS_TO_KSEG1(x))

Completed in 14 milliseconds