/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cpl5_cmd.h | 164 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 186 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 [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 88 MemOp ot = decode->op[1].ot; 89 int poslen = 8 << ot; 94 assert(decode->op[2].unit == X86_OP_INT && decode->op[2].ot != MO_8); 96 tcg_gen_andi_tl(ofs, ofs, -1 << ot); 104 static inline int mmx_offset(MemOp ot) 106 switch (ot) { 120 static inline int xmm_offset(MemOp ot) 122 switch (ot) { 145 return op->offset - mmx_offset(op->ot); 147 return op->offset - xmm_offset(op->ot); [all …]
|
H A D | translate.c | 259 static void gen_jmp_rel(DisasContext *s, MemOp ot, int diff, int tb_num); 422 static inline MemOp mo_pushpop(DisasContext *s, MemOp ot) in mo_pushpop() argument 425 return ot == MO_16 ? MO_16 : MO_64; in mo_pushpop() 427 return ot; in mo_pushpop() 445 static TCGv gen_op_deposit_reg_v(DisasContext *s, MemOp ot, int reg, TCGv dest, TCGv t0) in gen_op_deposit_reg_v() argument 447 switch(ot) { in gen_op_deposit_reg_v() 479 static void gen_op_mov_reg_v(DisasContext *s, MemOp ot, int reg, TCGv t0) in gen_op_mov_reg_v() argument 481 gen_op_deposit_reg_v(s, ot, reg, NULL, t0); in gen_op_mov_reg_v() 485 void gen_op_mov_v_reg(DisasContext *s, MemOp ot, TCGv t0, int reg) in gen_op_mov_v_reg() argument 487 if (ot == MO_8 && byte_reg_is_xH(s, reg)) { in gen_op_mov_v_reg() [all …]
|
H A D | decode-new.c.inc | 1912 static bool decode_op_size(DisasContext *s, X86OpEntry *e, X86OpSize size, MemOp *ot) 1916 *ot = MO_8; 1921 *ot = MO_32; 1927 *ot = s->dflag; 1933 *ot = MO_64; 1937 *ot = MO_16; 1941 *ot = s->dflag == MO_16 ? MO_32 : s->dflag; 1945 *ot = CODE64(s) ? MO_64 : MO_32; 1949 *ot = s->dflag == MO_16 ? MO_16 : MO_32; 1953 *ot = !CODE64(s) && s->dflag == MO_16 ? MO_16 : MO_32; [all …]
|
H A D | decode-new.h | 307 MemOp ot; /* For b/c/d/p/s/q/v/w/y/z */ member
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | overlay_common.dtsi | 18 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 D | overlay.dtso | 9 compatible = "ot,hvac-large"; 37 compatible = "ot,ferris-wheel";
|
H A D | overlay_bad_symbol.dtso | 10 compatible = "ot,hvac-medium";
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_cpl.h | 204 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 480 union opcode_tid ot; member 492 RSS_HDR union opcode_tid ot; member 502 RSS_HDR union opcode_tid ot; member 539 RSS_HDR union opcode_tid ot; member 567 union opcode_tid ot; member 577 union opcode_tid ot; member 618 RSS_HDR union opcode_tid ot; member 629 RSS_HDR union opcode_tid ot; member 643 union opcode_tid ot; member [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 203 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 313 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 [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | dm9000x.h | 118 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument 119 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
|
/openbmc/linux/drivers/net/ethernet/davicom/ |
H A D | dm9000.h | 124 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument 125 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
|
/openbmc/linux/fs/ext4/ |
H A D | orphan.c | 537 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/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.h | 44 union opcode_tid ot; member 54 union opcode_tid ot; member
|
/openbmc/linux/fs/ocfs2/ |
H A D | journal.c | 508 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers); in ocfs2_frozen_trigger() local 516 ocfs2_block_check_compute(data, size, data + ot->ot_offset); in ocfs2_frozen_trigger() 562 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers); in ocfs2_abort_trigger() local 570 ocfs2_error(ot->sb, in ocfs2_abort_trigger() 576 struct ocfs2_triggers *ot) in ocfs2_setup_csum_triggers() argument 582 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers() 583 ot->ot_offset = offsetof(struct ocfs2_dinode, i_check); in ocfs2_setup_csum_triggers() 586 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers() 587 ot->ot_offset = offsetof(struct ocfs2_extent_block, h_check); in ocfs2_setup_csum_triggers() 590 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers() [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-max3191x.c | 128 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 D | panel-edp.c | 702 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 D | panel-simple.c | 510 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 D | ot-br-posix_git.bb | 17 SRC_URI = "gitsm://github.com/openthread/ot-br-posix.git;protocol=https;branch=main \ 64 RCONFLICTS:${PN} = "ot-daemon"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
H A D | 0001-Musl-build-fix.patch | 25 target_compile_definitions(ot-posix-config
|
H A D | 0001-fix-build-on-GCC-14-for-yocto.patch | 11 error: 'ot::BorderRouter::RoutingManager::RxRaTracker' declared with 12 greater visibility than the type of its field 'ot::BorderRouter::
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.js | 4 …ot.matches=function(e,t){return ot(e,null,null,t)},ot.matchesSelector=function(e,t){if((e.ownerDoc… function 5 …ot=/^(?:checkbox|radio)$/i,st=/checked\s*(?:[^=]|=\s*.checked.)/i,at=/^$|\/(?:java|ecma)script/i,u… variable
|
/openbmc/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_main.c | 512 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/Documentation/devicetree/bindings/mfd/ |
H A D | twl6040.txt | 5 They are connected ot the host processor via i2c for commands, McPDM for audio
|
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 2337 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()
|