| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | time.c | 63 static u16 timer_readw(struct nios2_timer *timer, u32 offs) in timer_readw() 68 static void timer_writew(struct nios2_timer *timer, u16 val, u32 offs) in timer_writew()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | kirkwood_nand.c | 37 u32 offs; in kw_nand_hwcontrol() local
|
| H A D | am335x_spl_bch.c | 30 static int nand_command(int block, int page, uint32_t offs, in nand_command()
|
| /OK3568_Linux_fs/kernel/drivers/clk/renesas/ |
| H A D | clk-emev2.c | 29 static void __init emev2_smu_write(unsigned long value, int offs) in emev2_smu_write()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | dvb_ringbuffer.h | 125 #define DVB_RINGBUFFER_PEEK(rbuf, offs) \ argument
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | fsl_esdhc_spl.c | 23 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst) in mmc_spl_load_image()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-devtrace.h | 24 int offs = 24; /* start with normal header length */ in iwl_trace_data() local
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | em_sti.c | 53 static inline unsigned long em_sti_read(struct em_sti_priv *p, int offs) in em_sti_read() 58 static inline void em_sti_write(struct em_sti_priv *p, int offs, in em_sti_write()
|
| H A D | sh_cmt.c | 158 static u32 sh_cmt_read16(void __iomem *base, unsigned long offs) in sh_cmt_read16() 163 static u32 sh_cmt_read32(void __iomem *base, unsigned long offs) in sh_cmt_read32() 168 static void sh_cmt_write16(void __iomem *base, unsigned long offs, u32 value) in sh_cmt_write16() 173 static void sh_cmt_write32(void __iomem *base, unsigned long offs, u32 value) in sh_cmt_write32()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fscrypt.h | 297 unsigned int offs, in fscrypt_encrypt_pagecache_blocks() 306 unsigned int offs, u64 lblk_num, in fscrypt_encrypt_block_inplace() 314 unsigned int offs) in fscrypt_decrypt_pagecache_blocks() 322 unsigned int offs, u64 lblk_num) in fscrypt_decrypt_block_inplace()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_probe.c | 273 struct fetch_insn *code, unsigned int flags, int offs) in parse_probe_vars() 340 static int __parse_imm_string(char *str, char **pbuf, int offs) in __parse_imm_string() 356 unsigned int flags, int offs) in parse_probe_arg()
|
| /OK3568_Linux_fs/kernel/lib/vdso/ |
| H A D | gettimeofday.c | 53 const struct timens_offset *offs = &vdns->offset[clk]; in do_hres_timens() local 167 const struct timens_offset *offs = &vdns->offset[clk]; in do_coarse_timens() local
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | paride.h | 101 #define out_p(offs,byte) outb(byte,pi->port+offs); delay_p; argument 102 #define in_p(offs) (delay_p,inb(pi->port+offs)) argument
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_ulp.c | 88 size_t offs = 0; in tcp_get_available_ulp() local
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inftrees.c | 45 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in zlib_inflate_table() local
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inftrees.c | 55 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/ |
| H A D | altera_tse.h | 490 u32 csrrd32(void __iomem *mac, size_t offs) in csrrd32() 497 u16 csrrd16(void __iomem *mac, size_t offs) in csrrd16() 504 u8 csrrd8(void __iomem *mac, size_t offs) in csrrd8() 511 void csrwr32(u32 val, void __iomem *mac, size_t offs) in csrwr32() 519 void csrwr16(u16 val, void __iomem *mac, size_t offs) in csrwr16() 527 void csrwr8(u8 val, void __iomem *mac, size_t offs) in csrwr8()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | dumpstack_64.c | 60 u32 offs; member
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-em.c | 58 static inline unsigned long em_gio_read(struct em_gio_priv *p, int offs) in em_gio_read() 66 static inline void em_gio_write(struct em_gio_priv *p, int offs, in em_gio_write()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-mlxcpld.c | 112 static void mlxcpld_i2c_read_comm(struct mlxcpld_i2c_priv *priv, u8 offs, in mlxcpld_i2c_read_comm() 137 static void mlxcpld_i2c_write_comm(struct mlxcpld_i2c_priv *priv, u8 offs, in mlxcpld_i2c_write_comm()
|
| H A D | i2c-sh_mobile.c | 185 static void iic_wr(struct sh_mobile_i2c_data *pd, int offs, unsigned char data) in iic_wr() 193 static unsigned char iic_rd(struct sh_mobile_i2c_data *pd, int offs) in iic_rd() 198 static void iic_set_clr(struct sh_mobile_i2c_data *pd, int offs, in iic_set_clr()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/softing/ |
| H A D | softing_platform.h | 29 unsigned long offs; member
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/ |
| H A D | smp-shx3.c | 31 unsigned int offs = 4 * cpu; in ipi_interrupt_handler() local
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | orion_nand.c | 34 u32 offs; in orion_nand_cmd_ctrl() local
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | uprobes.h | 35 s32 offs; member
|