/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/ |
nouveau_nvkm_subdev_gpio_g94.c | 37 u32 stat0 = nvkm_rd32(device, 0x00e050) & intr0; local in function:g94_gpio_intr_stat 39 *lo = (stat1 & 0xffff0000) | (stat0 >> 16); 40 *hi = (stat1 << 16) | (stat0 & 0x0000ffff);
|
nouveau_nvkm_subdev_gpio_gk104.c | 37 u32 stat0 = nvkm_rd32(device, 0x00dc08) & intr0; local in function:gk104_gpio_intr_stat 39 *lo = (stat1 & 0xffff0000) | (stat0 >> 16); 40 *hi = (stat1 << 16) | (stat0 & 0x0000ffff);
|
/src/sys/arch/arm/ti/ |
ti_motg.c | 189 uint32_t stat, stat0, stat1; local in function:ti_motg_intr 196 stat0 = TIOTG_USBC_READ4(sc, USBCTRL_IRQ_STAT0); 199 sc->sc_ctrlport, stat0, stat1, stat); 201 if (stat0) { 202 TIOTG_USBC_WRITE4(sc, USBCTRL_IRQ_STAT0, stat0); 210 rv = motg_intr(&sc->sc_motg, ((stat0 >> 16) & 0xffff), 211 stat0 & 0xffff, stat1 & 0xff);
|
/src/sys/arch/hp300/dev/ |
fhpib.c | 526 int stat0; local in function:fhpibintr 528 stat0 = hd->hpib_ids; 529 if ((stat0 & (IDS_IE|IDS_IR)) != (IDS_IE|IDS_IR)) { 531 if ((fhpibdebug & FDB_FAIL) && (stat0 & IDS_IR) && 534 device_xname(sc->sc_dev), stat0); 554 stat0 = hd->hpib_cmd; 558 stat0 = hd->hpib_intr; 564 stat0 = hd->hpib_intr; 567 doppollint && (stat0 & IM_PPRESP) == 0) 569 device_xname(sc->sc_dev), stat0); [all...] |
nhpib.c | 508 int stat0; local in function:nhpibintr 513 stat0 = hd->hpib_mis; 533 stat0 = nhpibppoll(hs); 534 if (stat0 & (0x80 >> hq->hq_slave)) { 541 device_xname(hs->sc_dev), stat0);
|
/src/sys/dev/sbus/ |
stp4020reg.h | 288 volatile ushort_t stat0; /* socket status register 0 */ member in struct:stp4020_socket_csr_t
|