Searched refs:mask (Results 326 - 350 of 446) sorted by relevance

<<1112131415161718

/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c437 * Turn off all the mask bits. This tells the chip
496 /* Select the CAM mask page. */
500 /* Set the mask bit that enables this filter. */
2261 int error = 0, mask; local
2304 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
2306 if (mask & IFCAP_POLLING) {
2331 if ((mask & IFCAP_TXCSUM) != 0 &&
2339 if ((mask & IFCAP_RXCSUM) != 0 &&
2342 if ((mask & IFCAP_WOL_UCAST) != 0 &&
2345 if ((mask
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c207 * Return the mask of available modes based on the hardware capabilities.
305 ath_hal_wait(struct ath_hal *ah, u_int reg, uint32_t mask, uint32_t val) argument
308 return ath_hal_waitfor(ah, reg, mask, val, AH_TIMEOUT);
313 ath_hal_waitfor(struct ath_hal *ah, u_int reg, uint32_t mask, uint32_t val, uint32_t timeout) argument
318 if ((OS_REG_READ(ah, reg) & mask) == val)
324 __func__, reg, OS_REG_READ(ah, reg), mask, val);
759 case HAL_CAP_BSSIDMASK: /* hardware supports bssid mask */
786 case HAL_CAP_TX_CHAINMASK: /* mask of TX chains supported */
789 case HAL_CAP_RX_CHAINMASK: /* mask of RX chains supported */
866 case HAL_CAP_INTRMASK: /* mask o
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c56 ntfs_fuse_update_times(ntfs_inode *ni, ntfs_time_update_flags mask) argument
59 mask &= ~NTFS_UPDATE_ATIME;
62 mask &= ~NTFS_UPDATE_ATIME;
63 else if (ctx->atime == ATIME_RELATIVE && mask == NTFS_UPDATE_ATIME &&
70 ntfs_inode_update_times(ni, mask);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.c1385 * @mask: select which time fields should be updated
1388 * selected using @mask (see enum @ntfs_time_update_flags for posssible values).
1390 void ntfs_inode_update_times(ntfs_inode *ni, ntfs_time_update_flags mask) argument
1400 NVolReadOnly(ni->vol) || !mask)
1404 if (mask & NTFS_UPDATE_ATIME)
1406 if (mask & NTFS_UPDATE_MTIME)
1408 if (mask & NTFS_UPDATE_CTIME)
H A Dsecurity.c1362 * it replaces the permission mask by the group permissions.
1949 int mask; local
1970 mask = 7;
1985 mask = pxace->perms & 7;
1991 perms = (groupperms & mask & 1) | 6;
1997 * analyze designated users, get mask
2007 mask = 7;
2018 mask = pxace->perms & 7;
2021 if (((pxace->perms & mask) ^ perms)
2027 && (((pxace->perms & mask)
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mac.c535 * where 0xFF would still fall within the hash mask.
553 * mta register count of 128 (thus a 4096-bit vector and 0xFFF mask),
2295 * @mask: specifies which semaphore to acquire
2297 * Acquire the SW/FW semaphore to access the PHY or NVM. The mask
2301 e1000_acquire_swfw_sync(struct e1000_hw *hw, u16 mask) argument
2304 u32 swmask = mask;
2305 u32 fwmask = mask << 16;
2348 * @mask: specifies which semaphore to acquire
2350 * Release the SW/FW semaphore used to access the PHY or NVM. The mask
2354 e1000_release_swfw_sync(struct e1000_hw *hw, u16 mask) argument
[all...]
H A De1000_i210.c789 u32 mask = E1000_NVM_CFG_DONE_PORT_0; local
794 if (E1000_READ_REG(hw, E1000_EEMNGCTL_I210) & mask)
/haiku/src/kits/interface/
H A DView.cpp1071 * bits 17-32 are used for BView' resize mask
1781 BView::SetEventMask(uint32 mask, uint32 options) argument
1783 if (fEventMask == mask && fEventOptions == options)
1786 // don't change the mask if it's zero and we've got options
1787 if (mask != 0 || options == 0)
1788 fEventMask = mask | (fEventMask & 0xffff0000);
1797 fOwner->fLink->Attach<uint32>(mask);
1814 BView::SetMouseEventMask(uint32 mask, uint32 options) argument
1825 fOwner->fLink->Attach<uint32>(mask);
2866 BView::SetFont(const BFont* font, uint32 mask) argument
[all...]
H A DChannelControl.cpp203 BChannelControl::SetFont(const BFont* font, uint32 mask) argument
205 BView::SetFont(font, mask);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp215 uint32 mask)
236 if ((mask & B_STAT_MODE) != 0) {
245 if ((mask & B_STAT_SIZE) != 0) {
270 if ((mask & B_STAT_MODIFICATION_TIME) != 0) {
278 if ((mask & B_STAT_CREATION_TIME) != 0) {
214 dosfs_wstat(fs_volume *_vol, fs_vnode *_node, const struct stat *st, uint32 mask) argument
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp190 wait_for_bits(base_type base, uint32 reg, uint32 mask, bool set, argument
211 if (((value & mask) != 0) == set)
220 update_pci_register(hda_controller* controller, uint8 reg, uint32 mask, argument
227 reg, size, (originalValue & mask) | value);
234 return (newValue & ~mask) == value;
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c385 vr_cam_mask(struct vr_softc *sc, uint32_t mask, int type) argument
392 CSR_WRITE_4(sc, VR_CAMMASK, mask);
2216 int error, mask; local
2253 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
2255 if (mask & IFCAP_POLLING) {
2275 if ((mask & IFCAP_TXCSUM) != 0 &&
2283 if ((mask & IFCAP_RXCSUM) != 0 &&
2286 if ((mask & IFCAP_WOL_UCAST) != 0 &&
2289 if ((mask & IFCAP_WOL_MAGIC) != 0 &&
2557 * registers and valid CRC as well as pattern mask fo
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c462 uint64_t mask = (uint64_t)~0ULL; local
525 if ((pai->ai_flags & AI_ADDRCONFIG) != 0 && addrconfig(&mask) == -1)
561 if ((((uint64_t)1 << ex->e_af) & mask) == 0)
622 (((uint64_t)1 << ex->e_af) & mask) == 0)
651 if ((((uint64_t)1 << cur->ai_next->ai_family) & mask) == 0) {
652 /* entry does not match addrconfig mask, remove from list */
1639 * AI_ADDRCONFIG check: Build a mask containing a bit set for each address
1644 addrconfig(uint64_t *mask) argument
1651 *mask = 0;
1660 *mask |
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h735 uint32_t mask; member in struct:iwn_node_info
760 uint32_t mask; member in struct:iwn4965_node_info
2344 #define IWN_SETBITS(sc, reg, mask) \
2345 IWN_WRITE(sc, reg, IWN_READ(sc, reg) | (mask))
2347 #define IWN_CLRBITS(sc, reg, mask) \
2348 IWN_WRITE(sc, reg, IWN_READ(sc, reg) & ~(mask))
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c1819 int error = 0, mask; local
1848 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
1874 if ((mask & IFCAP_WOL) != 0 &&
1876 if ((mask & IFCAP_WOL_UCAST) != 0)
1878 if ((mask & IFCAP_WOL_MCAST) != 0)
1880 if ((mask & IFCAP_WOL_MAGIC) != 0)
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c1590 /* Set RX length mask and number of descriptors. */
1596 /* Set RX length mask and number of descriptors. */
3472 int mask, reinit; local
3474 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
3477 if (mask & IFCAP_POLLING) {
3498 if ((mask & IFCAP_TXCSUM) != 0 &&
3507 if ((mask & IFCAP_RXCSUM) != 0 &&
3512 if ((mask & IFCAP_TSO4) != 0 &&
3525 if ((mask & IFCAP_VLAN_HWTSO) != 0 &&
3528 if ((mask
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c725 uint32_t mask; member in struct:__anon1131
743 if ((hang_sig & hang_list[i].mask) == hang_list[i].val) {
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp365 CamDevice::OrReg8(uint16 address, uint8 data, uint8 mask) argument
370 value &= mask;
/haiku/headers/os/drivers/
H A Dfs_interface.h81 uint32 mask);
276 uint32 (*get_supported_operations)(partition_data* partition, uint32 mask);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h79 const struct fssh_fs_info *info, uint32_t mask);
298 uint32_t mask);
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp1250 uint32 mask = PCI_address_memory_32_mask; local
1253 mask = PCI_address_io_mask;
1272 flags = (uint32)pciAddress & ~mask;
1273 pciAddress &= ((uint64)0xffffffff << 32) | mask;
1274 size &= ((uint64)0xffffffff << 32) | mask;
1347 // BeOS does not mask off the multifunction bit, developer must use
1762 uint16 mask = PCI_ht_command_cap_mask_5_bits; local
1764 mask = PCI_ht_command_cap_mask_3_bits;
1774 capPointer + PCI_ht_command, 2) & mask) == capID) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwreg.h280 uint16_t mask; member in struct:ipw_wpa_ie
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.h71 uint32 mask);
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_parse.c84 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c35 #define AR_GPIOD_MASK 0x0000002F /* GPIO data reg r/w mask */
55 ar5212GetBssIdMask(struct ath_hal *ah, uint8_t *mask) argument
59 OS_MEMCPY(mask, ahp->ah_bssidmask, IEEE80211_ADDR_LEN);
63 ar5212SetBssIdMask(struct ath_hal *ah, const uint8_t *mask) argument
68 OS_MEMCPY(ahp->ah_bssidmask, mask, IEEE80211_ADDR_LEN);

Completed in 412 milliseconds

<<1112131415161718