/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/ |
nouveau_nvkm_subdev_gpio_g94.c | 38 u32 stat1 = nvkm_rd32(device, 0x00e070) & intr1; 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 | 38 u32 stat1 = nvkm_rd32(device, 0x00dc88) & intr1; 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 197 stat1 = TIOTG_USBC_READ4(sc, USBCTRL_IRQ_STAT1); 199 sc->sc_ctrlport, stat0, stat1, stat); 204 if (stat1) { 205 TIOTG_USBC_WRITE4(sc, USBCTRL_IRQ_STAT1, stat1); 207 if (stat1 & USBCTRL_IRQ_STAT1_DRVVBUS) { 211 stat0 & 0xffff, stat1 & 0xff);
|
/src/sys/arch/newsmips/newsmips/ |
news3400.c | 179 uint8_t stat1, saved_inten1; local in function:news3400_level1_intr 185 stat1 = *intst1 & LEVEL1_MASK1; 186 *intclr1 = stat1; 188 stat1 &= saved_inten1; 190 hb_intr_dispatch(1, stat1); 194 if (stat1 & INTST1_SCC) 196 if (stat1 & INTST1_LANCE)
|
/src/usr.bin/systat/ |
iostat.c | 57 static void stat1(int, int); 219 stat1(row++, i); 306 stat1(int row, int o) function in typeref:typename:void
|
/src/sys/arch/hp300/dev/ |
nhpib.c | 509 int stat1; local in function:nhpibintr 514 stat1 = hd->hpib_lis; 515 __USE(stat1);
|
/src/sys/dev/isa/ |
cec.c | 245 u_int8_t stat1, stat2; local in function:cecintr 247 stat1 = bus_space_read_1(iot, ioh, NEC7210_ISR1); 250 DPRINTF(DBG_INTR, ("cecintr: sc=%p stat1=0x%x stat2=0x%x\n", 251 sc, stat1, stat2)); 663 u_int8_t stat1, stat2; local in function:cecwait 668 stat1 = bus_space_read_1(iot, ioh, NEC7210_ISR1); 671 if ((stat1 & ISR1_ERR)) { 681 if ((stat1 & x1) || (stat2 & x2))
|
/src/sys/dev/ic/ |
rtsx.c | 1601 uint8_t stat1; local in function:rtsx_exec_command 1602 if (rtsx_read(sc, RTSX_SD_STAT1, &stat1) == 0 && 1603 (stat1 & RTSX_SD_CRC_ERR)) { 1605 "CRC error (stat=0x%x)\n", stat1);
|
/src/sys/dev/sbus/ |
stp4020reg.h | 289 volatile ushort_t stat1; /* socket status register 1 */ member in struct:stp4020_socket_csr_t
|