/openbmc/linux/drivers/usb/storage/ |
H A D | sddr09.c | 97 #define LSB_of(s) ((s)&0xFF) argument 98 #define MSB_of(s) ((s)>>8) argument
|
H A D | shuttle_usbat.c | 144 #define LSB_of(s) ((s)&0xFF) argument 145 #define MSB_of(s) ((s)>>8) argument
|
H A D | alauda.c | 113 #define LSB_of(s) ((s)&0xFF) argument 114 #define MSB_of(s) ((s)>>8) argument
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | qconf.cc | 1533 QString s = QFileDialog::getOpenFileName(this, "", conf_get_configname()); in loadConfig() local 1552 QString s = QFileDialog::getSaveFileName(this, "", conf_get_configname()); in saveConfigAs() local
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 145 const volatile u32 __iomem *s = src; in wil_memcpy_fromio_32() local 162 const u32 *s = src; in wil_memcpy_toio_32() local
|
/openbmc/linux/mm/ |
H A D | zswap.c | 888 static bool zswap_pool_changed(const char *s, const struct kernel_param *kp) in zswap_pool_changed() 901 char *s = strstrip((char *)val); in __zswap_param_set() local
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-ns2-mux.c | 164 #define NS2_PIN_DESC(p, n, b, o, s, i, pu, d) \ argument 523 struct seq_file *s, unsigned int offset) in ns2_pin_dbg_show()
|
/openbmc/linux/crypto/ |
H A D | drbg.c | 286 struct s { in drbg_cpu_to_be32() struct 287 __be32 conv; in drbg_cpu_to_be32()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | mca.c | 429 unsigned long s; in ia64_log_get() local 1620 struct ia64_sal_os_state *s; in default_monarch_init_process() local
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 1114 struct seq_buf s; in perf_stats_show() local 1157 struct seq_buf s; in flags_show() local
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sprd_serial.c | 967 static void sprd_console_write(struct console *co, const char *s, in sprd_console_write() 1046 static void sprd_early_write(struct console *con, const char *s, unsigned int n) in sprd_early_write()
|
H A D | xilinx_uartps.c | 1166 static void cdns_early_write(struct console *con, const char *s, in cdns_early_write() 1224 static void cdns_uart_console_write(struct console *co, const char *s, in cdns_uart_console_write()
|
/openbmc/linux/block/ |
H A D | blk-cgroup.c | 649 struct blkg_iostat_set *s = per_cpu_ptr(blkg->iostat_cpu, cpu); in blkg_clear_stat() local 1144 static void blkcg_print_one_stat(struct blkcg_gq *blkg, struct seq_file *s) in blkcg_print_one_stat()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | keystore.c | 626 struct ecryptfs_write_tag_70_packet_silly_stack *s; in ecryptfs_write_tag_70_packet() local 899 struct ecryptfs_parse_tag_70_packet_silly_stack *s; in ecryptfs_parse_tag_70_packet() local
|
/openbmc/qemu/disas/ |
H A D | hppa.c | 269 int s, t; in re_assemble_16() local 1987 const char *s; in print_insn_hppa() local
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 899 uint32_t b, s; in HELPER() local 920 uint32_t s, b; in do_sm4_round() local
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 355 float_status s = { }; /* for snan_bit_is_one */ in helper_fclass_s() local 374 float_status s = { }; /* for snan_bit_is_one */ in helper_fclass_d() local
|
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 62 static bool cmpservice(const char *s, unsigned nargs, unsigned nret, in cmpservice() 862 #define cmpserv(s, a, r) \ in vof_client_handle() argument
|
/openbmc/linux/net/sched/ |
H A D | sch_netem.c | 191 struct rnd_state *s = &p->prng_state; in get_crandom() local 275 struct rnd_state *s = &q->prng.prng_state; in loss_gilb_ell() local
|
/openbmc/linux/drivers/crypto/hisilicon/sec2/ |
H A D | sec_main.c | 304 static int sec_diff_regs_show(struct seq_file *s, void *unused) in sec_diff_regs_show() 827 static int sec_regs_show(struct seq_file *s, void *unused) in sec_regs_show()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | disasm.h | 32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) argument
|
/openbmc/u-boot/drivers/spi/ |
H A D | fsl_espi.c | 28 #define to_fsl_spi_slave(s) container_of(s, struct fsl_spi_slave, slave) argument
|
/openbmc/u-boot/common/ |
H A D | xyzModem.c | 129 parse_num (char *s, unsigned long *val, char **es, char *delim) in parse_num()
|
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ |
H A D | umc-pxs2.c | 314 const struct ddrphy_init_sequence *s; in __ddrphy_training() local
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_udc.c | 60 #define SET_EP0_STATE(s) \ argument
|