Home
last modified time | relevance | path

Searched refs:skip_mask (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_common.c150 unsigned long skip_mask, in __pci_hose_bus_to_phys() argument
162 if (res->flags & skip_mask) in __pci_hose_bus_to_phys()
209 unsigned long skip_mask, in __pci_hose_phys_to_bus() argument
222 if (res->flags & skip_mask) in __pci_hose_phys_to_bus()
Dpci-uclass.c1225 unsigned long skip_mask, phys_addr_t *pa) in _dm_pci_bus_to_phys() argument
1242 if (res->flags & skip_mask) in _dm_pci_bus_to_phys()
1286 unsigned long flags, unsigned long skip_mask, in _dm_pci_phys_to_bus() argument
1310 if (res->flags & skip_mask) in _dm_pci_phys_to_bus()
/third_party/quickjs/
Djscompress.c87 int skip_mask; variable
163 int ifdef, mask = skip_mask; in parse_directive()
168 skip_mask = 0; /* disable skipping to parse preprocessor line */ in parse_directive()
201 skip_mask = mask; in parse_directive()
226 if (skip_mask) in next()
452 if (skip_mask & 1) in next()