Searched refs:skip_mask (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | alloc.c | 81 int len, int align, u32 skip_mask) in find_aligned_range() argument 89 (start & skip_mask))) in find_aligned_range() 100 if (test_bit(i, bitmap) || ((u32)i & skip_mask)) { in find_aligned_range() 110 int align, u32 skip_mask) in mlx4_bitmap_alloc_range() argument 114 if (likely(cnt == 1 && align == 1 && !skip_mask)) in mlx4_bitmap_alloc_range() 120 bitmap->max, cnt, align, skip_mask); in mlx4_bitmap_alloc_range() 125 cnt, align, skip_mask); in mlx4_bitmap_alloc_range() 337 int align, u32 skip_mask, u32 *puid) in __mlx4_alloc_from_zone() argument 345 align, skip_mask); in __mlx4_alloc_from_zone() 363 align, skip_mask); in __mlx4_alloc_from_zone() [all …]
|
H A D | mlx4.h | 949 int align, u32 skip_mask); 1479 int align, u32 skip_mask, u32 *puid);
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_common.c | 146 unsigned long skip_mask, in __pci_hose_bus_to_phys() argument 158 if (res->flags & skip_mask) in __pci_hose_bus_to_phys() 205 unsigned long skip_mask, in __pci_hose_phys_to_bus() argument 218 if (res->flags & skip_mask) in __pci_hose_phys_to_bus()
|
H A D | pci-uclass.c | 1214 unsigned long skip_mask, phys_addr_t *pa) in _dm_pci_bus_to_phys() argument 1231 if (res->flags & skip_mask) in _dm_pci_bus_to_phys() 1275 unsigned long flags, unsigned long skip_mask, in _dm_pci_phys_to_bus() argument 1299 if (res->flags & skip_mask) in _dm_pci_phys_to_bus()
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | v4l2-controls.rst | 131 u32 id, s32 max, s32 skip_mask, s32 def); 141 s32 skip_mask, s32 def, const char * const *qmenu); 213 menu controls, and instead of a step there is a skip_mask argument: if bit
|