Home
last modified time | relevance | path

Searched refs:hbs (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hw_20_comp.h13 enum icp_qat_hw_comp_20_hbs_control hbs; member
36 QAT_FIELD_SET(val32, csr.hbs, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
113 enum icp_qat_hw_decomp_20_hbs_control hbs; member
125 QAT_FIELD_SET(val32, csr.hbs, in ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_LOWER()
/openbmc/linux/io_uring/
H A Dpoll.c123 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_req_insert()
134 spinlock_t *lock = &table->hbs[index].lock; in io_poll_req_delete()
148 hlist_add_head(&req->hash_node, &table->hbs[index].list); in io_poll_req_insert_locked()
760 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_remove_all_table()
796 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_find()
830 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_file_find()
H A Dfdinfo.c181 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_uring_show_fdinfo()
182 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in io_uring_show_fdinfo()
H A Dcancel.c233 spin_lock_init(&table->hbs[i].lock); in init_hash_table()
234 INIT_HLIST_HEAD(&table->hbs[i].list); in init_hash_table()
H A Dio_uring.c273 size_t hash_size = hash_buckets * sizeof(table->hbs[0]); in io_alloc_hash_table()
275 table->hbs = kmalloc(hash_size, GFP_KERNEL); in io_alloc_hash_table()
276 if (!table->hbs) in io_alloc_hash_table()
345 kfree(ctx->cancel_table.hbs); in io_ring_ctx_alloc()
346 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_alloc()
2960 kfree(ctx->cancel_table.hbs); in io_ring_ctx_free()
2961 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_free()
/openbmc/linux/include/linux/
H A Dio_uring_types.h43 struct io_hash_bucket *hbs; member
/openbmc/linux/drivers/video/fbdev/
H A Dtdfxfb.c550 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
584 hbs = hd; in tdfxfb_set_par()
644 reg.crt[0x02] = hbs; in tdfxfb_set_par()
669 ((hbs & 0x100) >> 4) | in tdfxfb_set_par()
H A Dcg14.c116 u16 hbs; /* Hor Blank Start */ member
/openbmc/qemu/hw/nvme/
H A Dnvme.h612 NvmeHostBehaviorSupport hbs; member
H A Dctrl.c3321 !(n->features.hbs.cdfe & (1 << format)))) { in nvme_copy()
6230 return nvme_c2h(n, (uint8_t *)&n->features.hbs, in nvme_get_feature()
6231 sizeof(n->features.hbs), req); in nvme_get_feature()
6509 status = nvme_h2c(n, (uint8_t *)&n->features.hbs, in nvme_set_feature()
6510 sizeof(n->features.hbs), req); in nvme_set_feature()
6523 if (!n->features.hbs.lbafee) { in nvme_set_feature()
6860 if (n->features.hbs.lbafee) { in nvme_format()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.c1288 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1363 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set()
1365 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_mode_set()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch23061 + uint32_t hbs;
23064 + if ((hbs = hbs_get32(s, bh_l, cb_x, y)) != 0)
23077 + ((hbs & 3) == 0 ? 0 : tc[hbs & 2]) |
23078 + (((hbs & 0xc) == 0 ? 0 : tc[(hbs >> 2)…
23088 + for (x = cb_x; hbs != 0; x += 8, hbs >>= 4, pcmfa >>= 1)
23097 + ((hbs & 3) == 0 ? 0 : tc[hbs & 2])…
23098 … (((hbs & 0xc) == 0 ? 0 : tc[(hbs >> 2) …
23203 + uint32_t hbs;
23218 + hbs &= ~3; // Make BS 0
23222 + if (hbs != 0 && (~pcmfa & 0x30003) != 0)
[all …]