Searched refs:imask (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c252 return ioread32be(&regs->imask);
281 iowrite32be(ioread32be(&regs->imask) | ev_mask, &regs->imask);
286 iowrite32be(ioread32be(&regs->imask) & ~ev_mask, &regs->imask);
H A Dfman_dtsec.c309 iowrite32be(exception_mask, &regs->imask);
546 iowrite32be(ioread32be(&regs->imask) & ~DTSEC_IMASK_MSROEN,
547 &regs->imask);
554 iowrite32be(ioread32be(&regs->imask) | DTSEC_IMASK_MSROEN,
555 &regs->imask);
562 iowrite32be(ioread32be(&regs->imask) | DTSEC_IMASK_MSROEN,
563 &regs->imask);
570 iowrite32be(ioread32be(&regs->imask) | DTSEC_IMASK_MSROEN,
571 &regs->imask);
710 return ioread32be(&regs->imask);
[all...]
H A Dfman_memac.c44 return ioread32be(&regs->imask);
244 tmp = ioread32be(&regs->imask);
250 iowrite32be(tmp, &regs->imask);
H A Dmemac.c204 uint32_t event, imask; local
207 imask = fman_memac_get_interrupt_mask(p_Memac->p_MemMap);
210 Leaving only error bits enabled by imask.
211 The imask error bits are shifted by 16 bits offset from
213 event &= ((imask & MEMAC_ALL_ERRS_IMASK) >> 16);
228 uint32_t event, imask; local
231 imask = fman_memac_get_interrupt_mask(p_Memac->p_MemMap);
234 Leaving only error bits enabled by imask.
235 The imask error bits are shifted by 16 bits offset from
237 event &= ((imask
[all...]
H A Ddtsec.c334 event &= GET_UINT32(p_DtsecMemMap->imask);
/freebsd-13-stable/stand/common/
H A Disapnp.h272 u_int *imask ; member in struct:pnp_device
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_proxy.c150 u_int imask; local
155 imask = 0;
157 imask = (imask >> 1) + 0x80000000;
158 mask->s_addr = htonl(imask);
/freebsd-13-stable/sys/kern/
H A Dkern_ktr.c118 cpuset_t imask; local
126 if (cpusetobj_strscan(&imask, lktr_cpumask_str) == -1)
128 CPU_COPY(&imask, &ktr_cpumask);
/freebsd-13-stable/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall206 imask="255.255.255.240"
212 ${fwcmd} add deny all from ${inet}:${imask} to any in via ${oif}
/freebsd-13-stable/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall206 imask="255.255.255.240"
212 ${fwcmd} add deny all from ${inet}:${imask} to any in via ${oif}
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_mmc.c1018 uint32_t idst, imask, rint; local
1024 imask = AW_MMC_READ_4(sc, AW_MMC_IMKR);
1025 if (idst == 0 && imask == 0 && rint == 0) {
1030 device_printf(sc->aw_dev, "idst: %#x, imask: %#x, rint: %#x\n",
1031 idst, imask, rint);
1097 uint32_t cmdreg, imask; local
1126 imask = AW_MMC_INT_ERR_BIT;
1147 imask |= AW_MMC_INT_AUTO_STOP_DONE;
1151 imask |= AW_MMC_INT_DATA_OVER;
1167 imask |
[all...]
/freebsd-13-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_br.c55 uint32_t rindex, windex, imask, psndsz, fvalue, ravail, wavail; local
62 imask = br->vbr_imask;
69 "intrcnt:%ju rindex:%u windex:%u imask:%u psndsz:%u fvalue:%u "
71 (uintmax_t)intrcnt, rindex, windex, imask, psndsz, fvalue,
/freebsd-13-stable/sys/arm/xilinx/
H A Dzy7_devcfg.c650 uint32_t istatus, imask; local
655 imask = ~RD4(sc, ZY7_DEVCFG_INT_MASK);
660 if ((istatus & imask) == 0) {
/freebsd-13-stable/sys/dev/sound/pci/
H A Dich.c165 uint32_t imask; member in struct:sc_chinfo
395 ch->imask = ICH_GLOB_STA_POINT;
402 ch->imask = ICH_GLOB_STA_PIINT;
409 ch->imask = ICH_GLOB_STA_MINT;
625 if ((ch->imask & gs) == 0)
627 gs &= ~ch->imask;
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_tgec.h176 uint32_t imask; /* 0x060 Interrupt mask */ member in struct:tgec_regs
H A Dfsl_fman_memac.h204 uint32_t imask; /* 0x04C Interrupt mask */ member in struct:memac_regs
H A Dfsl_fman_dtsec.h410 uint32_t imask; /* 0x00C Interrupt mask register */ member in struct:dtsec_regs
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1055 uint8_t imask; local
1060 imask = ti->data >> 24;
1064 a = a >> imask;
1078 imask = (ti->data & 0xFF0000) >> 16;
1080 hash = hash_ip6_slow(&addr6, key, imask, hsize);
1100 uint8_t imask; local
1105 imask = ti->data >> 24;
1109 a = a >> imask;
1124 imask = (ti->data & 0xFF0000) >> 16;
1127 hash = hash_ip6_al(&addr6, key, imask, hsiz
1149 uint8_t imask; local
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dcommand.c1494 mode_t imask; local
1498 imask = (mode_t)-1;
1499 else for (imask = mlen = 0; mask[mlen]; mlen++)
1500 imask = (imask * 8) + mask[mlen] - '0';
1508 res = server_LocalOpen(arg->bundle, port, imask);
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c78 u_int32_t conf, cmd, stat, imask; member in struct:m32xreg
898 sc->m32x->imask = 0x00000000;
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c2220 int imask; local
2239 imask = sc->sc_imask;
2240 imask &= ~(HAL_INT_RXEOL | HAL_INT_RXORN);
2241 ath_hal_intrset(ah, imask);
2694 DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n",

Completed in 401 milliseconds