Searched refs:b_base (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| H A D | cpqphp_pci.c | 684 u8 b_base; in cpqhp_save_used_resources() local 735 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); in cpqhp_save_used_resources() 738 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources() 743 io_node->base = (b_base & 0xF0) << 8; in cpqhp_save_used_resources() 744 io_node->length = (b_length - b_base + 0x10) << 8; in cpqhp_save_used_resources()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_fw.h | 123 u32 *b_base; /* Pointer to script B template */ member
|
| H A D | sym_hipd.c | 5704 memcpy(np->scriptb0, fw->b_base, np->scriptb_sz);
|
| /linux/kernel/sched/ext/ |
| H A D | cid.c | 746 const u64 *b_bits, u32 b_base, u32 b_nr_cids, in cmask_walk_op2() argument 749 u32 lo = max(a_base, b_base); in cmask_walk_op2() 750 u32 hi = min(a_base + a_nr_cids, b_base + b_nr_cids); in cmask_walk_op2() 752 u32 b_word_off = b_base / 64; in cmask_walk_op2()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | cid.bpf.h | 543 u32 b_base = b->base / 64; in cmask_intersects() local 569 bv = b->bits[w - b_base] & mask; in cmask_intersects()
|