Searched refs:bc (Results 1 - 25 of 114) sorted by path

12345

/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S91 .long R(3f, 92, 92, ad), R(21, 9d, 9d, bc)
93 .long R(63, bc, bc, df), R(77, b6, b6, c1)
111 .long R(a7, de, de, 79), R(bc, 5e, 5e, e2)
230 .long R(f7, 01, 26, 9f), R(5c, 72, f5, bc)
259 .long R(21, bc, cf, 08), R(ef, 15, e8, e6)
264 .long R(74, 4e, bc, 37), R(fc, 82, ca, a6)
286 .long R(16, 1d, c3, 72), R(bc, e2, 25, 0c)
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h95 u32 bc:1; member in struct:rx_desc_92c
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl396 my ($tc, $nc, $gc, $bc) = @_;
400 my %bad_configs = %{$bc};
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dfib_offload.sh300 diff=$(echo "$end - $start" | bc -l)
301 test "$(echo "$diff > 60" | bc -l)" -eq 0
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsignal.S14 bc 4,3,1f
31 bc 4,3,2f
/linux-master/arch/m68k/kernel/
H A Dhead.S1472 cpusha %bc
2476 cinva %bc
2487 cinva %bc
H A Drelocate_kernel.S143 cpusha %bc
145 cinva %bc
/linux-master/arch/mips/include/asm/pci/
H A Dbridge.h818 #define bridge_read(bc, reg) __raw_readl(&bc->base->reg)
819 #define bridge_write(bc, reg, val) __raw_writel(val, &bc->base->reg)
820 #define bridge_set(bc, reg, val) \
821 __raw_writel(__raw_readl(&bc->base->reg) | (val), &bc->base->reg)
822 #define bridge_clr(bc, reg, val) \
823 __raw_writel(__raw_readl(&bc->base->reg) & ~(val), &bc
[all...]
/linux-master/arch/mips/include/uapi/asm/
H A Dinst.h827 __BITFIELD_FIELD(unsigned int bc : 5,
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c114 mips32_insn.fb_format.bc = bc_op;
/linux-master/arch/mips/pci/
H A Dpci-ip27.c23 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); local
25 return bc->nasid;
H A Dpci-xtalk-bridge.c32 struct bridge_controller *bc = BRIDGE_CONTROLLER(pdev->bus); local
34 return bc->baddr + paddr;
97 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); local
101 bridge_clr(bc, b_device[slot].reg, BRIDGE_DEV_SWAP_DIR);
102 bridge_read(bc, b_widget.w_tflush); /* Flush */
122 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); local
123 struct bridge_regs *bridge = bc->base;
141 bc->ioc3_sid[slot]);
159 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); local
160 struct bridge_regs *bridge = bc
207 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); local
246 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); local
299 struct bridge_controller *bc; member in struct:bridge_irq_chip_data
377 struct bridge_controller *bc = data->bc; local
437 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); local
469 bridge_setup_ip27_baseio6g(struct bridge_controller *bc) argument
477 bridge_setup_ip27_baseio(struct bridge_controller *bc) argument
483 bridge_setup_ip29_baseio(struct bridge_controller *bc) argument
489 bridge_setup_ip30_sysboard(struct bridge_controller *bc) argument
495 bridge_setup_menet(struct bridge_controller *bc) argument
503 bridge_setup_io7(struct bridge_controller *bc) argument
508 bridge_setup_io8(struct bridge_controller *bc) argument
513 bridge_setup_io9(struct bridge_controller *bc) argument
518 bridge_setup_ip34_fuel_sysboard(struct bridge_controller *bc) argument
546 bridge_setup_board(struct bridge_controller *bc, char *partnum) argument
611 struct bridge_controller *bc; local
739 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); local
[all...]
/linux-master/arch/parisc/include/uapi/asm/
H A Dpdc.h373 signed char bc[6]; /* Bus Converter routing info to a specific */ member in struct:hardware_path
/linux-master/arch/parisc/kernel/
H A Ddrivers.c313 memset(&path->bc, -1, 6);
318 path->bc[i--] = PCI_SLOT(devfn);
325 path->bc[i--] = PCI_SLOT(devfn) | (PCI_FUNC(devfn)<< 5);
327 path->bc[i--] = to_parisc_device(dev)->hw_path;
337 if (path->bc[i] == -1)
339 output += sprintf(output, "%u/", (unsigned char) path->bc[i]);
410 if (path.bc[i] == -1)
412 output += sprintf(output, "%u:", (unsigned char) path.bc[i]);
487 if (modpath->bc[i] == -1)
489 parent = &alloc_tree_node(parent, modpath->bc[
[all...]
H A Dinventory.c472 * To use it, we initialise the mod_path.bc to 0xff and try all values of
474 * sub-devices which are discovered by setting bc[5] to 0 and bc[4] to the
486 memset(module_path.path.bc, 0xff, 6);
492 memset(module_path.path.bc, 0xff, 4);
493 module_path.path.bc[4] = mod;
496 module_path.path.bc[5] = 0;
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
68 (bc##UL << 0xc)|(bd##UL << 0xd)|(be##UL << 0xe)|(bf##UL << 0xf)) \
/linux-master/arch/x86/kernel/
H A Duprobes.c46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
50 (bc##UL << 0xc)|(bd##UL << 0xd)|(be##UL << 0xe)|(bf##UL << 0xf)) \
/linux-master/block/
H A Dblk-crypto-fallback.c265 struct bio_crypt_ctx *bc; local
282 bc = src_bio->bi_crypt_context;
283 data_unit_size = bc->bc_key->crypto_cfg.data_unit_size;
297 bc->bc_key, &slot);
309 memcpy(curr_dun, bc->bc_dun, sizeof(curr_dun));
382 struct bio_crypt_ctx *bc = &f_ctx->crypt_ctx; local
391 const int data_unit_size = bc->bc_key->crypto_cfg.data_unit_size;
400 bc->bc_key, &slot);
412 memcpy(curr_dun, bc->bc_dun, sizeof(curr_dun));
494 struct bio_crypt_ctx *bc local
[all...]
H A Dblk-crypto.c94 struct bio_crypt_ctx *bc; local
102 bc = mempool_alloc(bio_crypt_ctx_pool, gfp_mask);
104 bc->bc_key = key;
105 memcpy(bc->bc_dun, dun, sizeof(bc->bc_dun));
107 bio->bi_crypt_context = bc;
146 struct bio_crypt_ctx *bc = bio->bi_crypt_context; local
148 bio_crypt_dun_increment(bc->bc_dun,
149 bytes >> bc->bc_key->data_unit_size_bits);
153 * Returns true if @bc
156 bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, unsigned int bytes, const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) argument
[all...]
/linux-master/crypto/
H A Dsha3_generic.c49 u64 t[5], tt, bc[5]; local
52 bc[0] = st[0] ^ st[5] ^ st[10] ^ st[15] ^ st[20];
53 bc[1] = st[1] ^ st[6] ^ st[11] ^ st[16] ^ st[21];
54 bc[2] = st[2] ^ st[7] ^ st[12] ^ st[17] ^ st[22];
55 bc[3] = st[3] ^ st[8] ^ st[13] ^ st[18] ^ st[23];
56 bc[4] = st[4] ^ st[9] ^ st[14] ^ st[19] ^ st[24];
58 t[0] = bc[4] ^ rol64(bc[1], 1);
59 t[1] = bc[0] ^ rol64(bc[
[all...]
/linux-master/drivers/android/
H A Dbinder.c2502 struct binder_sg_copy *bc = kzalloc(sizeof(*bc), GFP_KERNEL); local
2504 if (!bc)
2507 bc->offset = offset;
2508 bc->sender_uaddr = sender_uaddr;
2509 bc->length = length;
2510 INIT_LIST_HEAD(&bc->node);
2516 list_add_tail(&bc->node, sgc_head);
3830 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.bc)) {
3831 atomic_inc(&binder_stats.bc[_IOC_N
[all...]
H A Dbinder_internal.h137 atomic_t bc[_IOC_NR(BC_REPLY_SG) + 1]; member in struct:binder_stats
/linux-master/drivers/comedi/
H A Dcomedi_fops.c874 struct comedi_bufconfig bc; local
880 if (copy_from_user(&bc, arg, sizeof(bc)))
883 if (bc.subdevice >= dev->n_subdevices)
886 s = &dev->subdevices[bc.subdevice];
892 bc.size = 0;
893 bc.maximum_size = 0;
897 if (bc.maximum_size) {
901 async->max_bufsize = bc.maximum_size;
904 if (bc
[all...]
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt9211.c225 u8 bc[3]; local
237 ret = regmap_bulk_read(ctx->regmap, 0x8608, bc, sizeof(bc));
242 byteclk = ((bc[0] & 0xf) << 16) | (bc[1] << 8) | bc[2];
/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c91 static void batch_init(struct batch_chunk *bc, argument
95 bc->vma = vma;
96 bc->offset = offset;
97 bc->start = start + bc->offset / sizeof(*bc->start);
98 bc->end = bc->start;
99 bc->max_items = max_bytes / sizeof(*bc
102 batch_offset(const struct batch_chunk *bc, u32 *cs) argument
107 batch_addr(const struct batch_chunk *bc) argument
112 batch_add(struct batch_chunk *bc, const u32 d) argument
118 batch_alloc_items(struct batch_chunk *bc, u32 align, u32 items) argument
135 batch_alloc_bytes(struct batch_chunk *bc, u32 align, u32 bytes) argument
[all...]

Completed in 343 milliseconds

12345