Searched refs:mask (Results 401 - 425 of 447) sorted by relevance

<<1112131415161718

/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661.c1843 uint32_t mask = 0; local
1853 mask |= 1 << ieee80211_legacy_rate_lookup(ic->ic_rt,
1857 RAL_WRITE(sc, RT2661_TXRX_CSR5, mask);
1859 DPRINTF(sc, "Setting basic rate mask to 0x%x\n", mask);
H A Drt2560.c2307 uint32_t mask = 0; local
2317 mask |= 1 << ieee80211_legacy_rate_lookup(ic->ic_rt,
2321 RAL_WRITE(sc, RT2560_ARSP_PLCP_1, mask);
2323 DPRINTF(sc, "Setting basic rate mask to 0x%x\n", mask);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c656 static status_t websearchfs_wstat(fs_volume *_volume, fs_vnode *_node, const struct stat *st, uint32 mask) argument
659 TRACE("wstat(%" B_PRId32 ", %" B_PRId64 ", , 0x%08" B_PRIx32 ")\n", _volume->id, node->vnid, mask);
663 static status_t websearchfs_wfsstat(fs_volume *_volume, const struct fs_info *info, uint32 mask) argument
665 TRACE("wfsstat(%" B_PRId32 ", , 0x%08" B_PRIx32 ")\n", _volume->id, mask);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp667 xfs_get_supported_operations(partition_data *partition, uint32 mask) argument
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c3722 uint32_t qsize, cidx, mask, gen; local
3729 mask = qsize-1;
3735 prefetch(ifsd_m[(cidx + 3) & mask]);
3736 prefetch(ifsd_m[(cidx + 4) & mask]);
3739 prefetch(&ifsd_m[(cidx + CACHE_PTR_INCREMENT) & mask]);
4481 int mask, setmask, oldmask; local
4484 mask = ifr->ifr_reqcap ^ oldmask;
4485 mask &= ctx->ifc_softc_ctx.isc_capabilities | IFCAP_MEXTPG;
4488 setmask |= mask & (IFCAP_TOE4|IFCAP_TOE6);
4490 setmask |= (mask
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c1061 int error, mask, reinit; local
1125 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
1126 if ((mask & IFCAP_TXCSUM) != 0 &&
1134 if ((mask & IFCAP_RXCSUM) != 0 &&
1140 if ((mask & IFCAP_VLAN_HWCSUM) != 0 &&
1143 if ((mask & IFCAP_TSO4) != 0 &&
1151 if ((mask & IFCAP_VLAN_HWTSO) != 0 &&
1154 if ((mask & IFCAP_VLAN_HWTAGGING) != 0 &&
1940 /* Set base interrupt mask. */
3917 /* Clear flush mask
[all...]
/haiku/src/kits/interface/
H A DColumnListView.cpp1483 BColumnListView::SetFont(const BFont* font, uint32 mask) argument
1485 fOutlineView->SetFont(font, mask);
1486 fTitleView->SetFont(font, mask);
1492 uint32 mask)
1496 fOutlineView->SetFont(font, mask);
1500 fTitleView->SetFont(font, mask);
1491 SetFont(ColumnListViewFont font_num, const BFont* font, uint32 mask) argument
H A DListView.cpp864 BListView::SetFont(const BFont* font, uint32 mask) argument
866 BView::SetFont(font, mask);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c268 * include them when checking the txq setup mask.
1486 uint8_t mask; local
1490 /* recalculate bssid mask from remaining addresses */
1491 mask = 0xff;
1494 mask &= ~((i<<2)|0x2);
1495 sc->sc_hwbssidmask[0] |= mask;
2133 * bits we haven't explicitly enabled so we mask the
2142 ATH_KTR(sc, ATH_KTR_INTERRUPTS, 1, "ath_intr: mask=0x%.8x", status);
2245 * interrupt mask will be correctly reprogrammed.
2467 ath_hal_gethangstate(struct ath_hal *ah, uint32_t mask, uint32_ argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c2306 /* Inialize RX list placement stats mask. */
5763 int flags, mask, error = 0; local
5837 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp);
5839 if (mask & IFCAP_POLLING) {
5862 if ((mask & IFCAP_TXCSUM) != 0 &&
5873 if ((mask & IFCAP_RXCSUM) != 0 &&
5877 if ((mask & IFCAP_TSO4) != 0 &&
5886 if (mask & IFCAP_VLAN_MTU) {
5892 if ((mask & IFCAP_VLAN_HWTSO) != 0 &&
5895 if ((mask
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp575 ShareVolume::WriteStat(Node* _node, struct stat *st, uint32 mask) argument
590 request.mask = mask;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp377 result = volume->WriteFSInfo(&request->info, request->mask);
1097 result = volume->WriteStat(request->node, &request->st, request->mask);
1955 &request->st, request->mask);
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l2/dev/ae/
H A Dif_ae.c2095 int error, mask; local
2147 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
2148 if ((mask & IFCAP_VLAN_HWTAGGING) != 0 &&
/haiku/headers/private/userlandfs/private/
H A DRequests.h485 uint32 mask; member in class:UserlandFSUtil::WriteFSInfoRequest
865 uint32 mask; member in class:UserlandFSUtil::WriteStatRequest
1275 uint32 mask; member in class:UserlandFSUtil::WriteAttrStatRequest
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c1644 uint32_t mask = iwx_prph_addr_mask(sc); local
1645 IWX_WRITE(sc, IWX_HBUS_TARG_PRPH_RADDR, ((addr & mask) | (3 << 24)));
1660 uint32_t mask = iwx_prph_addr_mask(sc); local
1661 IWX_WRITE(sc, IWX_HBUS_TARG_PRPH_WADDR, ((addr & mask) | (3 << 24)));
1748 iwx_poll_bit(struct iwx_softc *sc, int reg, uint32_t bits, uint32_t mask, argument
1752 if ((IWX_READ(sc, reg) & mask) == (bits & mask)) {
1809 uint32_t mask)
1814 val = iwx_read_prph(sc, reg) & mask;
2740 uint32_t mask, va local
1808 iwx_set_bits_mask_prph(struct iwx_softc *sc, uint32_t reg, uint32_t bits, uint32_t mask) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c487 * No activity mask? Can't see if it is active if there's no mask.
3299 CTR2(KTR_TULIP, "tulip_init_locked: intr mask %08x cmdmode %08x",
3636 "tulip_tx_intr: intr mask %08x cmdmode %08x",
3743 u_int32_t mask; local
3749 for (sep = " ", mask = 1; mask <= csr; mask <<= 1, msgp++) {
3750 if ((csr & mask) && *msgp != NULL) {
3752 if (mask
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h414 visitor->Visit(this, mask);
419 uint32 mask; member in struct:WriteStatRequest
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h390 u_int32_t reg_mask; // mask of register
391 u_int32_t reg_mask_offset; // mask offset of register
426 u_int32_t ah_tx_desc_mask; /* mask for TXDESC */
438 u_int8_t ah_tx_chainmask_cfg; /* chain mask config */
490 u_int32_t ah_gpio_mask; /* copy of enabled GPIO mask */
526 u_int32_t ah_avail_gen_timers; /* mask of available timers */
568 u_int8_t ah_tx_chainmask; /* tx chain mask */
569 u_int8_t ah_rx_chainmask; /* rx chain mask */
574 u_int8_t ah_tx_cal_chainmask; /* tx cal chain mask */
575 u_int8_t ah_rx_cal_chainmask; /* rx cal chain mask */
[all...]
H A Dar9300_stub_funcs.c132 ar9300_Stub_GetPendingInterrupts(struct ath_hal *ah, HAL_INT *mask) argument
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp935 uint32 mask)
939 if ((mask & FS_WRITE_FSINFO_NAME) != 0) {
934 checksumfs_write_fs_info(fs_volume* fsVolume, const struct fs_info* info, uint32 mask) argument
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1766 uint32 mask)
1768 OVERLAY_VOLUME_CALL(write_fs_info, info, mask)
1765 overlay_write_fs_info(fs_volume *volume, const struct fs_info *info, uint32 mask) argument
/haiku/src/apps/bootmanager/
H A Dbootman.S77 ; cx - support bit mask
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c1549 uint32_t mask; local
1552 mask = BWI_TXRX_RX_INTRS;
1554 mask = BWI_TXRX_TX_INTRS;
1557 CSR_READ_4(sc, BWI_TXRX_INTR_STATUS(i)) & mask;
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/sk/
H A Dif_sk.c1116 int error, mask; local
1173 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
1174 if ((mask & IFCAP_TXCSUM) != 0 &&
1182 if ((mask & IFCAP_RXCSUM) != 0 &&
1263 * timer mask based on the timeout specified in the interrupt
3477 /* enable interrupt mask for counter overflows */
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h997 * @key_idx_mask: a bit mask of key_idx bits
4007 * transmission retry. Device uses cw_max as a bit mask, ANDed with new CW
4153 * @IWM_POWER_FLAGS_ADVANCE_PM_ENA_MSK: Advanced PM (uAPSD) enable mask
5018 * The mask below describes a status where we are absolutely sure that the MPDU
5208 * @tid_mask: TID mask to flush
5617 * 8-bit mask (see IWM_SCAN_MASK).
6122 * @IWM_STA_KEY_FLG_EN_MSK: mask for encryption algorithm value
6830 #define IWM_SETBITS(sc, reg, mask) \
6831 IWM_WRITE(sc, reg, IWM_READ(sc, reg) | (mask))
6833 #define IWM_CLRBITS(sc, reg, mask) \
[all...]

Completed in 625 milliseconds

<<1112131415161718