HomeSort by: relevance | last modified time | path
    Searched defs:ctl_reg_int_en (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
pi1ppc.c 676 /* Bit 4 of ctl_reg_int_en is used to emulate the PC's int enable
679 static uint8_t ctl_reg_int_en = 0; variable in typeref:typename:uint8_t
714 val |= (ctl_reg_int_en & 0x10);
738 ctl_reg_int_en = (byte & 0x10);
pi1ppc.c 676 /* Bit 4 of ctl_reg_int_en is used to emulate the PC's int enable
679 static uint8_t ctl_reg_int_en = 0; variable in typeref:typename:uint8_t
714 val |= (ctl_reg_int_en & 0x10);
738 ctl_reg_int_en = (byte & 0x10);

Completed in 23 milliseconds