/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mcs_reg.h | 14 #define MCSX_MCS_TOP_SLAVE_PORT_RESET(a) ({ \ argument 24 #define MCSX_MCS_TOP_SLAVE_CHANNEL_CFG(a) ({ \ argument 41 #define MCSX_MIL_RX_LMACX_CFG(a) ({ \ argument 58 #define MCSX_LINK_LMACX_CFG(a) ({ \ argument 84 #define MCSX_PAB_RX_SLAVE_PORT_CFGX(a) ({ \ argument 93 #define MCSX_PAB_TX_SLAVE_PORT_CFGX(a) (0x2930ull + (a) * 0x40ull) argument 96 #define MCSX_PEX_RX_SLAVE_VLAN_CFGX(a) (0x3b58ull + (a) * 0x8ull) argument 97 #define MCSX_PEX_TX_SLAVE_VLAN_CFGX(a) (0x46f8ull + (a) * 0x8ull) argument 98 #define MCSX_PEX_TX_SLAVE_CUSTOM_TAG_REL_MODE_SEL(a) (0x788ull + (a) * 0x8ull) argument 99 #define MCSX_PEX_TX_SLAVE_PORT_CONFIG(a) (0x4738ull + (a) * 0x8ull) argument [all …]
|
H A D | rvu_reg.h | 26 #define RVU_AF_AFPFX_MBOXX(a, b) (0x2000 | (a) << 4 | (b) << 3) argument 44 #define RVU_AF_PFX_BAR4_ADDR(a) (0x5000 | (a) << 4) argument 60 #define RVU_PRIV_PFX_CFG(a) (0x8000100 | (a) << 16) argument 61 #define RVU_PRIV_PFX_MSIX_CFG(a) (0x8000110 | (a) << 16) argument 62 #define RVU_PRIV_PFX_ID_CFG(a) (0x8000120 | (a) << 16) argument 63 #define RVU_PRIV_PFX_INT_CFG(a) (0x8000200 | (a) << 16) argument 64 #define RVU_PRIV_PFX_NIXX_CFG(a) (0x8000300 | (a) << 3) argument 69 #define RVU_PRIV_PFX_CPTX_CFG(a) (0x8000350 | (a) << 3) argument 70 #define RVU_PRIV_BLOCK_TYPEX_REV(a) (0x8000400 | (a) << 3) argument 71 #define RVU_PRIV_HWVFX_INT_CFG(a) (0x8001280 | (a) << 16) argument [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_reg.h | 16 #define RVU_PF_VFX_PFVF_MBOXX(a, b) (0x0 | (a) << 12 | (b) << 3) argument 18 #define RVU_PF_BLOCK_ADDRX_DISC(a) (0x200 | (a) << 3) argument 19 #define RVU_PF_VFME_STATUSX(a) (0x800 | (a) << 3) argument 20 #define RVU_PF_VFTRPENDX(a) (0x820 | (a) << 3) argument 21 #define RVU_PF_VFTRPEND_W1SX(a) (0x840 | (a) << 3) argument 22 #define RVU_PF_VFPF_MBOX_INTX(a) (0x880 | (a) << 3) argument 23 #define RVU_PF_VFPF_MBOX_INT_W1SX(a) (0x8A0 | (a) << 3) argument 24 #define RVU_PF_VFPF_MBOX_INT_ENA_W1SX(a) (0x8C0 | (a) << 3) argument 25 #define RVU_PF_VFPF_MBOX_INT_ENA_W1CX(a) (0x8E0 | (a) << 3) argument 26 #define RVU_PF_VFFLR_INTX(a) (0x900 | (a) << 3) argument [all …]
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cpt_common.h | 39 #define CPTX_PF_CONSTANTS(a) (0x0ll + ((u64)(a) << 36)) argument 40 #define CPTX_PF_RESET(a) (0x100ll + ((u64)(a) << 36)) argument 41 #define CPTX_PF_DIAG(a) (0x120ll + ((u64)(a) << 36)) argument 42 #define CPTX_PF_BIST_STATUS(a) (0x160ll + ((u64)(a) << 36)) argument 43 #define CPTX_PF_ECC0_CTL(a) (0x200ll + ((u64)(a) << 36)) argument 44 #define CPTX_PF_ECC0_FLIP(a) (0x210ll + ((u64)(a) << 36)) argument 45 #define CPTX_PF_ECC0_INT(a) (0x220ll + ((u64)(a) << 36)) argument 46 #define CPTX_PF_ECC0_INT_W1S(a) (0x230ll + ((u64)(a) << 36)) argument 47 #define CPTX_PF_ECC0_ENA_W1S(a) (0x240ll + ((u64)(a) << 36)) argument 48 #define CPTX_PF_ECC0_ENA_W1C(a) (0x250ll + ((u64)(a) << 36)) argument [all …]
|
/openbmc/qemu/target/rx/ |
H A D | disas.c | 196 static bool trans_MOV_rm(DisasContext *ctx, arg_MOV_rm *a) in trans_MOV_rm() 209 static bool trans_MOV_mr(DisasContext *ctx, arg_MOV_mr *a) in trans_MOV_mr() 224 static bool trans_MOV_ir(DisasContext *ctx, arg_MOV_ir *a) in trans_MOV_ir() 232 static bool trans_MOV_im(DisasContext *ctx, arg_MOV_im *a) in trans_MOV_im() 245 static bool trans_MOV_ar(DisasContext *ctx, arg_MOV_ar *a) in trans_MOV_ar() 252 static bool trans_MOV_ra(DisasContext *ctx, arg_MOV_ra *a) in trans_MOV_ra() 263 static bool trans_MOV_mm(DisasContext *ctx, arg_MOV_mm *a) in trans_MOV_mm() 286 static bool trans_MOV_rp(DisasContext *ctx, arg_MOV_rp *a) in trans_MOV_rp() 298 static bool trans_MOV_pr(DisasContext *ctx, arg_MOV_pr *a) in trans_MOV_pr() 309 static bool trans_MOVU_mr(DisasContext *ctx, arg_MOVU_mr *a) in trans_MOVU_mr() [all …]
|
H A D | translate.c | 430 static bool trans_MOV_rm(DisasContext *ctx, arg_MOV_rm *a) in trans_MOV_rm() 440 static bool trans_MOV_mr(DisasContext *ctx, arg_MOV_mr *a) in trans_MOV_mr() 452 static bool trans_MOV_ir(DisasContext *ctx, arg_MOV_ir *a) in trans_MOV_ir() 460 static bool trans_MOV_im(DisasContext *ctx, arg_MOV_im *a) in trans_MOV_im() 471 static bool trans_MOV_ar(DisasContext *ctx, arg_MOV_ar *a) in trans_MOV_ar() 481 static bool trans_MOV_ra(DisasContext *ctx, arg_MOV_ra *a) in trans_MOV_ra() 494 static bool trans_MOV_mm(DisasContext *ctx, arg_MOV_mm *a) in trans_MOV_mm() 526 static bool trans_MOV_rp(DisasContext *ctx, arg_MOV_rp *a) in trans_MOV_rp() 543 static bool trans_MOV_pr(DisasContext *ctx, arg_MOV_pr *a) in trans_MOV_pr() 560 static bool trans_MOVU_mr(DisasContext *ctx, arg_MOVU_mr *a) in trans_MOVU_mr() [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | int128.h | 15 static inline Int128 int128_make64(uint64_t a) in int128_make64() 20 static inline Int128 int128_makes64(int64_t a) in int128_makes64() 30 static inline uint64_t int128_get64(Int128 a) in int128_get64() 37 static inline uint64_t int128_getlo(Int128 a) in int128_getlo() 42 static inline int64_t int128_gethi(Int128 a) in int128_gethi() 62 static inline Int128 int128_exts64(int64_t a) in int128_exts64() 67 static inline Int128 int128_not(Int128 a) in int128_not() 72 static inline Int128 int128_and(Int128 a, Int128 b) in int128_and() 77 static inline Int128 int128_or(Int128 a, Int128 b) in int128_or() 82 static inline Int128 int128_xor(Int128 a, Int128 b) in int128_xor() [all …]
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 259 static inline bool float16_is_any_nan(float16 a) in float16_is_any_nan() 264 static inline bool float16_is_neg(float16 a) in float16_is_neg() 269 static inline bool float16_is_infinity(float16 a) in float16_is_infinity() 274 static inline bool float16_is_zero(float16 a) in float16_is_zero() 279 static inline bool float16_is_zero_or_denormal(float16 a) in float16_is_zero_or_denormal() 284 static inline bool float16_is_normal(float16 a) in float16_is_normal() 289 static inline float16 float16_abs(float16 a) in float16_abs() 297 static inline float16 float16_chs(float16 a) in float16_chs() 305 static inline float16 float16_set_sign(float16 a, int sign) in float16_set_sign() 310 static inline bool float16_eq(float16 a, float16 b, float_status *s) in float16_eq() [all …]
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 2 !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b… argument 4 return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i… argument 5 return new Za.prototype.init(a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c… argument
|
/openbmc/linux/include/linux/ |
H A D | skb_array.h | 32 static inline bool __skb_array_full(struct skb_array *a) in __skb_array_full() 37 static inline bool skb_array_full(struct skb_array *a) in skb_array_full() 42 static inline int skb_array_produce(struct skb_array *a, struct sk_buff *skb) in skb_array_produce() 47 static inline int skb_array_produce_irq(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_irq() 52 static inline int skb_array_produce_bh(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_bh() 57 static inline int skb_array_produce_any(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_any() 66 static inline bool __skb_array_empty(struct skb_array *a) in __skb_array_empty() 71 static inline struct sk_buff *__skb_array_peek(struct skb_array *a) in __skb_array_peek() 76 static inline bool skb_array_empty(struct skb_array *a) in skb_array_empty() 81 static inline bool skb_array_empty_bh(struct skb_array *a) in skb_array_empty_bh() [all …]
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 419 static bool trans_l_add(DisasContext *dc, arg_dab *a) in trans_l_add() 426 static bool trans_l_addc(DisasContext *dc, arg_dab *a) in trans_l_addc() 433 static bool trans_l_sub(DisasContext *dc, arg_dab *a) in trans_l_sub() 440 static bool trans_l_and(DisasContext *dc, arg_dab *a) in trans_l_and() 447 static bool trans_l_or(DisasContext *dc, arg_dab *a) in trans_l_or() 454 static bool trans_l_xor(DisasContext *dc, arg_dab *a) in trans_l_xor() 461 static bool trans_l_sll(DisasContext *dc, arg_dab *a) in trans_l_sll() 468 static bool trans_l_srl(DisasContext *dc, arg_dab *a) in trans_l_srl() 475 static bool trans_l_sra(DisasContext *dc, arg_dab *a) in trans_l_sra() 482 static bool trans_l_ror(DisasContext *dc, arg_dab *a) in trans_l_ror() [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | tx79_translate.c | 65 static bool trans_MFHI1(DisasContext *ctx, arg_r *a) in trans_MFHI1() 72 static bool trans_MFLO1(DisasContext *ctx, arg_r *a) in trans_MFLO1() 79 static bool trans_MTHI1(DisasContext *ctx, arg_r *a) in trans_MTHI1() 86 static bool trans_MTLO1(DisasContext *ctx, arg_r *a) in trans_MTLO1() 117 static bool trans_parallel_arith(DisasContext *ctx, arg_r *a, in trans_parallel_arith() 143 static bool trans_PSUBB(DisasContext *ctx, arg_r *a) in trans_PSUBB() 149 static bool trans_PSUBH(DisasContext *ctx, arg_r *a) in trans_PSUBH() 155 static bool trans_PSUBW(DisasContext *ctx, arg_r *a) in trans_PSUBW() 186 static bool trans_PAND(DisasContext *ctx, arg_r *a) in trans_PAND() 192 static bool trans_POR(DisasContext *ctx, arg_r *a) in trans_POR() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | ui-bootstrap-tpls-0.11.0.js | 8 angular.module("ui.bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse… function 9 return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:… argument
|
H A D | ui-bootstrap-tpls-0.11.0.min.js | 8 angular.module("ui.bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse… argument 9 return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:… argument
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 275 static inline bool f32_is_zon2(union_float32 a, union_float32 b) in f32_is_zon2() 289 static inline bool f64_is_zon2(union_float64 a, union_float64 b) in f64_is_zon2() 301 bool f32_is_zon3(union_float32 a, union_float32 b, union_float32 c) in f32_is_zon3() 314 bool f64_is_zon3(union_float64 a, union_float64 b, union_float64 c) in f64_is_zon3() 326 static inline bool f32_is_inf(union_float32 a) in f32_is_inf() 334 static inline bool f64_is_inf(union_float64 a) in f64_is_inf() 932 static bool frac64_add(FloatParts64 *r, FloatParts64 *a, FloatParts64 *b) in frac64_add() 937 static bool frac128_add(FloatParts128 *r, FloatParts128 *a, FloatParts128 *b) in frac128_add() 945 static bool frac256_add(FloatParts256 *r, FloatParts256 *a, FloatParts256 *b) in frac256_add() 957 static bool frac64_addi(FloatParts64 *r, FloatParts64 *a, uint64_t c) in frac64_addi() [all …]
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 46 static bool esas2r_initmem_alloc(struct esas2r_adapter *a, in esas2r_initmem_alloc() 75 static void esas2r_initmem_free(struct esas2r_adapter *a, in esas2r_initmem_free() 103 static bool alloc_vda_req(struct esas2r_adapter *a, in alloc_vda_req() 133 static void esas2r_unmap_regions(struct esas2r_adapter *a) in esas2r_unmap_regions() 150 static int esas2r_map_regions(struct esas2r_adapter *a) in esas2r_map_regions() 197 static void esas2r_setup_interrupts(struct esas2r_adapter *a, int intr_mode) in esas2r_setup_interrupts() 232 static void esas2r_claim_interrupts(struct esas2r_adapter *a) in esas2r_claim_interrupts() 264 struct esas2r_adapter *a; in esas2r_init_adapter() local 435 static void esas2r_adapter_power_down(struct esas2r_adapter *a, in esas2r_adapter_power_down() 545 struct esas2r_adapter *a = esas2r_adapters[i]; in esas2r_kill_adapter() local [all …]
|
H A D | esas2r_int.c | 56 void esas2r_polled_interrupt(struct esas2r_adapter *a) in esas2r_polled_interrupt() 94 struct esas2r_adapter *a = (struct esas2r_adapter *)dev_id; in esas2r_interrupt() local 105 void esas2r_adapter_interrupt(struct esas2r_adapter *a) in esas2r_adapter_interrupt() 133 struct esas2r_adapter *a = (struct esas2r_adapter *)dev_id; in esas2r_msi_interrupt() local 172 static void esas2r_handle_outbound_rsp_err(struct esas2r_adapter *a, in esas2r_handle_outbound_rsp_err() 205 static void esas2r_get_outbound_responses(struct esas2r_adapter *a) in esas2r_get_outbound_responses() 306 void esas2r_do_deferred_processes(struct esas2r_adapter *a) in esas2r_do_deferred_processes() 388 void esas2r_process_adapter_reset(struct esas2r_adapter *a) in esas2r_process_adapter_reset() 446 static void esas2r_process_bus_reset(struct esas2r_adapter *a) in esas2r_process_bus_reset() 479 static void esas2r_chip_rst_needed_during_tasklet(struct esas2r_adapter *a) in esas2r_chip_rst_needed_during_tasklet() [all …]
|
H A D | esas2r_disc.c | 83 void esas2r_disc_initialize(struct esas2r_adapter *a) in esas2r_disc_initialize() 146 void esas2r_disc_start_waiting(struct esas2r_adapter *a) in esas2r_disc_start_waiting() 158 void esas2r_disc_check_for_work(struct esas2r_adapter *a) in esas2r_disc_check_for_work() 196 void esas2r_disc_check_complete(struct esas2r_adapter *a) in esas2r_disc_check_complete() 289 void esas2r_disc_queue_event(struct esas2r_adapter *a, u8 disc_evt) in esas2r_disc_queue_event() 311 bool esas2r_disc_start_port(struct esas2r_adapter *a) in esas2r_disc_start_port() 386 static bool esas2r_disc_continue(struct esas2r_adapter *a, in esas2r_disc_continue() 459 static bool esas2r_disc_start_request(struct esas2r_adapter *a, in esas2r_disc_start_request() 488 void esas2r_disc_local_start_request(struct esas2r_adapter *a, in esas2r_disc_local_start_request() 502 static void esas2r_disc_abort(struct esas2r_adapter *a, in esas2r_disc_abort() [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
H A D | math_support.h | 21 #define IS_ODD(a) ((a) & 0x1) argument 22 #define IS_EVEN(a) (!IS_ODD(a)) argument 32 #define IMPLIES(a, b) (!(a) || (b)) argument 36 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 37 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 39 #define ROUND_DIV(a, b) (((b) != 0) ? ((a) + ((b) >> 1)) / (b) : 0) argument 40 #define CEIL_DIV(a, b) (((b) != 0) ? ((a) + (b) - 1) / (b) : 0) argument 41 #define CEIL_MUL(a, b) (CEIL_DIV(a, b) * (b)) argument 42 #define CEIL_MUL2(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument 43 #define CEIL_SHIFT(a, b) (((a) + (1 << (b)) - 1) >> (b)) argument [all …]
|
/openbmc/qemu/target/loongarch/ |
H A D | disas.c | 160 static void output_r_i(DisasContext *ctx, arg_r_i *a, const char *mnemonic) in output_r_i() 165 static void output_rrr(DisasContext *ctx, arg_rrr *a, const char *mnemonic) in output_rrr() 170 static void output_rr_i(DisasContext *ctx, arg_rr_i *a, const char *mnemonic) in output_rr_i() 175 static void output_rrr_sa(DisasContext *ctx, arg_rrr_sa *a, in output_rrr_sa() 181 static void output_rr(DisasContext *ctx, arg_rr *a, const char *mnemonic) in output_rr() 186 static void output_rr_ms_ls(DisasContext *ctx, arg_rr_ms_ls *a, in output_rr_ms_ls() 192 static void output_hint_r_i(DisasContext *ctx, arg_hint_r_i *a, in output_hint_r_i() 198 static void output_hint_rr(DisasContext *ctx, arg_hint_rr *a, in output_hint_rr() 204 static void output_i(DisasContext *ctx, arg_i *a, const char *mnemonic) in output_i() 209 static void output_rr_jk(DisasContext *ctx, arg_rr_jk *a, in output_rr_jk() [all …]
|
/openbmc/u-boot/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 27 # define ioswabb(a, x) (x) argument 28 # define __mem_ioswabb(a, x) (x) argument 29 # define ioswabw(a, x) le16_to_cpu(x) argument 30 # define __mem_ioswabw(a, x) (x) argument 31 # define ioswabl(a, x) le32_to_cpu(x) argument 32 # define __mem_ioswabl(a, x) (x) argument 33 # define ioswabq(a, x) le64_to_cpu(x) argument 34 # define __mem_ioswabq(a, x) (x) argument 38 # define ioswabb(a, x) (x) argument 39 # define __mem_ioswabb(a, x) (x) argument [all …]
|
/openbmc/linux/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 30 # define ioswabb(a, x) (x) argument 31 # define __mem_ioswabb(a, x) (x) argument 32 # define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) argument 33 # define __mem_ioswabw(a, x) (x) argument 34 # define ioswabl(a, x) le32_to_cpu((__force __le32)(x)) argument 35 # define __mem_ioswabl(a, x) (x) argument 36 # define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) argument 37 # define __mem_ioswabq(a, x) (x) argument 41 # define ioswabb(a, x) (x) argument 42 # define __mem_ioswabb(a, x) (x) argument [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | acmacros.h | 169 #define ACPI_DIV_2(a) _ACPI_DIV(a, 1) argument 170 #define ACPI_MUL_2(a) _ACPI_MUL(a, 1) argument 171 #define ACPI_MOD_2(a) _ACPI_MOD(a, 2) argument 173 #define ACPI_DIV_4(a) _ACPI_DIV(a, 2) argument 174 #define ACPI_MUL_4(a) _ACPI_MUL(a, 2) argument 175 #define ACPI_MOD_4(a) _ACPI_MOD(a, 4) argument 177 #define ACPI_DIV_8(a) _ACPI_DIV(a, 3) argument 178 #define ACPI_MUL_8(a) _ACPI_MUL(a, 3) argument 179 #define ACPI_MOD_8(a) _ACPI_MOD(a, 8) argument 181 #define ACPI_DIV_16(a) _ACPI_DIV(a, 4) argument [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-debug.h | 43 #define __IWL_ERR_DEV(d, mode, f, a...) \ argument 48 #define IWL_ERR_DEV(d, f, a...) \ argument 50 #define IWL_ERR(m, f, a...) \ argument 52 #define IWL_ERR_LIMIT(m, f, a...) \ argument 54 #define IWL_WARN(m, f, a...) \ argument 59 #define IWL_INFO(m, f, a...) \ argument 64 #define IWL_CRIT(m, f, a...) \ argument 175 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument 176 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument 177 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument [all …]
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | addrspace.h | 24 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) argument 30 #define P1SEGADDR(a) \ argument 32 #define P2SEGADDR(a) \ argument 34 #define P3SEGADDR(a) \ argument 36 #define P4SEGADDR(a) \ argument 42 #define P1SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument 43 #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument 44 #define P3SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument 45 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument 50 #define IS_29BIT(a) (((unsigned long)(a)) < 0x20000000) argument
|