Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hpcmips/vr/ | |
vr4181giu.c | 54 int ih_port; member in struct:vr4181giu_intr_entry 329 ih->ih_port = port; 392 VR4181GIU_INTSTAT_REG_W, 1 << ih->ih_port); |
vrc4172gpio.c | 78 int ih_port; member in struct:vrc4172gpio_intr_entry 502 ih->ih_port = port; 584 int port = ihe->ih_port; 614 write_4(sc, VRC2_EXGPINTST, 1 << ihe->ih_port); |
vrgiu.c | 108 int ih_port; member in struct:vrgiu_intr_entry 541 ih->ih_port = port; 622 int port = ihe->ih_port; 657 vrgiu_regwrite_4(sc, GIUINTSTAT_REG, reg & ~(1 << ihe->ih_port)); |