Searched refs:gen (Results 51 - 75 of 288) sorted by path

1234567891011>>

/linux-master/drivers/cxl/core/
H A Dmbox.c950 struct cxl_event_generic *gen = &raw->event.generic; local
952 payload->handles[i++] = gen->hdr.handle;
/linux-master/drivers/firewire/
H A Dcore-device.c1050 int fw_device_set_broadcast_channel(struct device *dev, void *gen) argument
1053 set_broadcast_channel(fw_device(dev), (long)gen);
H A Dcore.h152 int fw_device_set_broadcast_channel(struct device *dev, void *gen);
/linux-master/drivers/gpio/
H A Dgpio-omap.c1184 u32 l = 0, gen, gen0, gen1; local
1243 gen = l & (~(bank->context.fallingdetect) &
1246 gen |= gen0 | gen1;
1248 if (gen) {
1255 writel_relaxed(old0 | gen, bank->base +
1257 writel_relaxed(old1 | gen, bank->base +
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.h46 static inline int pcie_gen_to_speed(uint32_t gen) argument
48 return ((gen == 0) ? link_speed[0] : link_speed[gen - 1]);
/linux-master/drivers/gpu/drm/ast/
H A Dast_drv.h58 /* 1st gen */
61 /* 2nd gen */
65 /* 3rd gen */
68 /* 4th gen */
72 /* 5th gen */
76 /* 6th gen */
80 /* 7th gen */
241 static inline bool __ast_gen_is_eq(struct ast_device *ast, unsigned long gen) argument
243 return __ast_gen(ast) == gen;
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c124 unsigned int gen; member in struct:dw_hdmi_phy_data
1503 if (phy->gen == 1) {
1537 if (phy->gen == 1) {
3156 .gen = 1,
3160 .gen = 2,
3166 .gen = 2,
3172 .gen = 2,
3177 .gen = 2,
3182 .gen = 2,
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c112 int gen = GRAPHICS_VER(i915); local
115 drm_WARN_ON(&i915->drm, gen < 9);
117 if (gen < 12)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.h24 const struct intel_renderstate_rodata gen ## _g ## _null_state = { \
25 .reloc = gen ## _g ## _null_state_relocs, \
26 .batch = gen ## _g ## _null_state_batch, \
27 .batch_items = sizeof(gen ## _g ## _null_state_batch)/4, \
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c428 #define PROP_ENUM(p,gen,n,list) do { \
432 if (l->gen_mask & (1 << (gen))) \
440 if (l->gen_mask & (1 << (gen))) { \
649 int gen; local
652 gen = 0;
655 gen = 1;
657 gen = 2;
659 PROP_ENUM(disp->dithering_mode, gen, "dithering mode", dither_mode);
660 PROP_ENUM(disp->dithering_depth, gen, "dithering depth", dither_depth);
661 PROP_ENUM(disp->underscan_property, gen, "undersca
[all...]
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c390 if (rcdu->info->gen < 3) {
913 if (rcdu->info->gen < 3)
1212 if (rcdu->info->gen < 3) {
1295 rcdu->info->gen <= 2 ?
H A Drcar_du_drv.c36 .gen = 2,
60 .gen = 2,
83 .gen = 2,
111 .gen = 3,
142 .gen = 3,
173 .gen = 3,
201 .gen = 3,
232 .gen = 1,
253 .gen = 2,
285 .gen
[all...]
H A Drcar_du_drv.h67 * @gen: device generation (2 or 3)
79 unsigned int gen; member in struct:rcar_du_device_info
H A Drcar_du_encoder.c95 if (rcdu->info->gen >= 3) {
H A Drcar_du_group.c61 if (rcdu->info->gen < 3) {
103 if (rcdu->info->gen < 3 && rgrp->index == 0) {
110 } else if (rcdu->info->gen >= 3 && rgrp->num_crtcs > 1) {
145 if (rcdu->info->gen < 3) {
152 if (rcdu->info->gen < 4)
155 if (rcdu->info->gen < 4) {
166 if (rcdu->info->gen >= 2) {
167 if (rcdu->info->gen < 4)
172 if (rcdu->info->gen >= 3)
184 if (rcdu->info->gen >
[all...]
H A Drcar_du_kms.c445 if (rcdu->info->gen < 3) {
869 if (rcdu->info->gen < 3) {
918 ? (rcdu->info->gen >= 3 ? 0x04 : 0xf0)
984 if (rcdu->info->gen >= 3) {
H A Drcar_du_plane.c541 if (rcdu->info->gen < 3)
552 if (rcdu->info->gen < 3) {
571 if (rcdu->info->gen >= 3)
H A Drcar_du_vsp.c82 if (rcdu->info->gen >= 3)
503 if (rcdu->info->gen < 4) {
H A Drcar_lvds.c57 unsigned int gen; member in struct:rcar_lvds_device_info
452 if (lvds->info->gen < 3) {
862 .gen = 2,
931 .gen = 2,
936 .gen = 3,
942 .gen = 3,
948 .gen = 3,
954 .gen = 3,
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-di.c76 #define DI_SW_GEN0(gen) (0x000c + 4 * ((gen) - 1))
77 #define DI_SW_GEN1(gen) (0x0030 + 4 * ((gen) - 1))
78 #define DI_STP_REP(gen) (0x0148 + 4 * (((gen) - 1)/2))
80 #define DI_DW_GEN(gen) (0x0058 + 4 * (gen))
81 #define DI_DW_SET(gen, set) (0x0088 + 4 * ((gen)
[all...]
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile56 $(Q)$(BPFTOOL) gen skeleton -L $< > $@
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcq.c159 cq->gen = 1;
196 cqe.bits_type_ts = cpu_to_be64(CQE_GENBIT_V((u64)cq->gen));
231 cqe.bits_type_ts = cpu_to_be64(CQE_GENBIT_V((u64)cq->gen));
H A Dqp.c1004 cqe.bits_type_ts = cpu_to_be64(CQE_GENBIT_V((u64)cq->gen));
1055 cqe.bits_type_ts = cpu_to_be64(CQE_GENBIT_V((u64)cq->gen));
H A Drestrack.c291 if (rdma_nl_put_driver_u32(msg, "gen", cq->gen))
318 be32_to_cpu(cqe->u.gen.wrid_hi)))
321 be32_to_cpu(cqe->u.gen.wrid_low)))
H A Dt4.h190 } gen; member in union:t4_cqe::__anon105
281 #define CQE_WRID_HI(x) (be32_to_cpu((x)->u.gen.wrid_hi))
282 #define CQE_WRID_LOW(x) (be32_to_cpu((x)->u.gen.wrid_low))
697 u8 gen; member in struct:t4_cq
766 cq->gen ^= 1;
772 return (CQE_GENBIT(cqe) == cq->gen);

Completed in 301 milliseconds

1234567891011>>