Home
last modified time | relevance | path

Searched refs:ot (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h186 union opcode_tid ot; member
198 union opcode_tid ot; member
208 union opcode_tid ot; member
221 union opcode_tid ot; member
237 union opcode_tid ot; member
252 union opcode_tid ot; member
264 union opcode_tid ot; member
275 union opcode_tid ot; member
287 union opcode_tid ot; member
292 union opcode_tid ot; member
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c413 return ot; in mo_pushpop()
457 switch(ot) { in gen_op_deposit_reg_v()
748 switch (ot) { in gen_helper_in_func()
765 switch (ot) { in gen_helper_out_func()
1329 fn(s, ot); in gen_repz()
1351 fn(s, ot); in gen_repz2()
1751 switch (ot) { in gen_rot_rm_T1()
1970 switch (ot) { in gen_shiftd_rm_T1()
2390 switch (ot) { in insn_get_addr()
2415 switch (ot) { in insn_get()
[all …]
H A Demit.c.inc328 MemOp ot = decode->op[0].ot;
1073 MemOp ot = decode->op[0].ot;
1082 MemOp ot = decode->op[0].ot;
1114 MemOp ot = decode->op[0].ot;
1125 MemOp ot = decode->op[0].ot;
1136 MemOp ot = decode->op[0].ot;
1147 MemOp ot = decode->op[0].ot;
1170 MemOp ot = decode->op[2].ot;
1258 MemOp ot = decode->op[0].ot;
1270 MemOp ot = decode->op[2].ot;
[all …]
H A Ddecode-new.c.inc1114 *ot = MO_8;
1119 *ot = MO_32;
1125 *ot = s->dflag;
1131 *ot = MO_64;
1135 *ot = MO_16;
1149 *ot = MO_64;
1155 *ot = MO_128;
1162 *ot = MO_256;
1168 *ot = MO_64;
1190 *ot = -1;
[all …]
H A Ddecode-new.h252 MemOp ot; /* For b/c/d/p/s/q/v/w/y/z */ member
/openbmc/linux/drivers/of/unittest-data/
H A Doverlay_common.dtsi18 compatible = "ot,big-volts-control";
23 compatible = "ot,hvac-medium";
29 compatible = "ot,ferris-wheel-motor";
35 compatible = "ot,roller-coaster-motor";
42 compatible = "ot,rides";
49 compatible = "ot,roller-coaster";
71 compatible = "ot,work-lights";
77 compatible = "ot,show-lights";
85 compatible = "ot,tickets";
H A Doverlay.dtso9 compatible = "ot,hvac-large";
37 compatible = "ot,ferris-wheel";
H A Doverlay_bad_symbol.dtso10 compatible = "ot,hvac-medium";
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h480 union opcode_tid ot; member
567 union opcode_tid ot; member
577 union opcode_tid ot; member
643 union opcode_tid ot; member
657 union opcode_tid ot; member
670 union opcode_tid ot; member
686 union opcode_tid ot; member
711 union opcode_tid ot; member
725 union opcode_tid ot; member
747 union opcode_tid ot; member
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h313 union opcode_tid ot; member
361 union opcode_tid ot; member
373 union opcode_tid ot; member
397 union opcode_tid ot; member
461 union opcode_tid ot; member
496 union opcode_tid ot; member
505 union opcode_tid ot; member
521 union opcode_tid ot; member
534 union opcode_tid ot; member
549 union opcode_tid ot; member
[all …]
/openbmc/u-boot/drivers/net/
H A Ddm9000x.h118 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument
119 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9000.h124 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument
125 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h44 union opcode_tid ot; member
54 union opcode_tid ot; member
/openbmc/linux/fs/ext4/
H A Dorphan.c537 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_csum_verify() local
543 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_csum_verify()
548 return le32_to_cpu(ot->ob_checksum) == calculated; in ext4_orphan_file_block_csum_verify()
560 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_trigger() local
567 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_trigger()
568 ot->ob_checksum = cpu_to_le32(csum); in ext4_orphan_file_block_trigger()
580 struct ext4_orphan_block_tail *ot; in ext4_init_orphan_info() local
609 ot = ext4_orphan_block_tail(sb, oi->of_binfo[i].ob_bh); in ext4_init_orphan_info()
610 if (le32_to_cpu(ot->ob_magic) != EXT4_ORPHAN_BLOCK_MAGIC) { in ext4_init_orphan_info()
/openbmc/linux/fs/ocfs2/
H A Djournal.c553 ocfs2_error(ot->sb, in ocfs2_abort_trigger()
559 struct ocfs2_triggers *ot) in ocfs2_setup_csum_triggers() argument
565 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
569 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
573 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
577 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
584 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
591 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
595 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
603 ot->ot_triggers.t_abort = ocfs2_abort_trigger; in ocfs2_setup_csum_triggers()
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-max3191x.c128 int val, i, ot = 0, uv1 = 0; in max3191x_readout_locked() local
147 ot = (status >> 1) & 1; in max3191x_readout_locked()
148 __assign_bit(i, max3191x->overtemp, ot); in max3191x_readout_locked()
149 if (ot) in max3191x_readout_locked()
182 if (val && !uv1 && !ot) in max3191x_readout_locked()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-edp.c702 const struct display_timing *ot) in panel_edp_parse_panel_timing_node() argument
720 if (!PANEL_EDP_BOUNDS_CHECK(ot, dt, hactive) || in panel_edp_parse_panel_timing_node()
721 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_edp_parse_panel_timing_node()
722 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_edp_parse_panel_timing_node()
723 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hsync_len) || in panel_edp_parse_panel_timing_node()
724 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vactive) || in panel_edp_parse_panel_timing_node()
725 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_edp_parse_panel_timing_node()
726 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vback_porch) || in panel_edp_parse_panel_timing_node()
727 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vsync_len)) in panel_edp_parse_panel_timing_node()
730 if (ot->flags != dt->flags) in panel_edp_parse_panel_timing_node()
[all …]
H A Dpanel-simple.c510 const struct display_timing *ot) in panel_simple_parse_panel_timing_node() argument
528 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node()
529 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node()
530 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_simple_parse_panel_timing_node()
531 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hsync_len) || in panel_simple_parse_panel_timing_node()
532 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node()
533 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_simple_parse_panel_timing_node()
534 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vback_porch) || in panel_simple_parse_panel_timing_node()
535 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vsync_len)) in panel_simple_parse_panel_timing_node()
538 if (ot->flags != dt->flags) in panel_simple_parse_panel_timing_node()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/
H A Dot-br-posix_git.bb17 SRC_URI = "gitsm://github.com/openthread/ot-br-posix.git;protocol=https;branch=main \
62 RCONFLICTS:${PN} = "ot-daemon"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/
H A Dmusl-fixes.patch24 target_compile_definitions(ot-posix-config
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-2.0.3.min.js4ot.matches=function(e,t){return ot(e,null,null,t)},ot.matchesSelector=function(e,t){if((e.ownerDoc… function
5ot=/^(?:checkbox|radio)$/i,st=/checked\s*(?:[^=]|=\s*.checked.)/i,at=/^$|\/(?:java|ecma)script/i,u… variable
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dtwl6040.txt5 They are connected ot the host processor via i2c for commands, McPDM for audio
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rt6245-regulator.yaml42 richtek,ot-level-select:
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c512 op = rpl->ot.opcode; in cxgbit_uld_lro_rx_handler()
516 cdev, op, rpl->ot.opcode_tid, in cxgbit_uld_lro_rx_handler()
517 ntohl(rpl->ot.opcode_tid), skb); in cxgbit_uld_lro_rx_handler()
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2337 opc = rpl->ot.opcode; in t4_uld_rx_handler()
2340 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()

12