| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | tables_phy_ht.h | 10 #define B43_HTTAB8(table, offset) (((table) << 10) | (offset) | B43_HTTAB_8BIT) argument 11 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) argument 12 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/ |
| H A D | it66353.c | 192 static u8 rx_rd8(u8 offset) in rx_rd8() 201 static u8 cec_rd8(u8 offset) in cec_rd8() 210 static u8 sw_rd8(u8 offset) in sw_rd8() 436 u8 it66353_h2swwr(u8 offset, u8 wdata) in it66353_h2swwr() 442 u8 it66353_h2swrd(u8 offset) in it66353_h2swrd() 450 u8 it66353_h2swset(u8 offset, u8 mask, u8 wdata) in it66353_h2swset() 456 void it66353_h2swbrd(u8 offset, u8 length, u8 *rddata) in it66353_h2swbrd() 464 void it66353_h2swbwr(u8 offset, u8 length, u8 *rddata) in it66353_h2swbwr() 472 u8 it66353_h2rxedidwr(u8 offset, u8 *wrdata, u8 length) in it66353_h2rxedidwr() 485 static u8 it66353_h2rxedidrd(u8 offset, u8 *wrdata, u8 length) in it66353_h2rxedidrd() [all …]
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | gpio.c | 21 unsigned int offset, gpio; in dm_test_gpio() local 115 unsigned int offset, gpio; in dm_test_gpio_anon() local 137 unsigned int offset, gpio; in dm_test_gpio_requestf() local 155 unsigned int offset, gpio; in dm_test_gpio_copy() local
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | userdict.cpp | 209 inline void UserDict::set_lemma_flag(uint32 offset, uint8 flag) { in set_lemma_flag() 214 inline char UserDict::get_lemma_flag(uint32 offset) { in get_lemma_flag() 219 inline char UserDict::get_lemma_nchar(uint32 offset) { in get_lemma_nchar() 224 inline uint16 * UserDict::get_lemma_spell_ids(uint32 offset) { in get_lemma_spell_ids() 229 inline uint16 * UserDict::get_lemma_word(uint32 offset) { in get_lemma_word() 485 uint32 offset = offsets_[middle]; in locate_first_in_offsets() local 595 uint32 offset = offsets_[middle]; in _get_lpis() local 647 uint32 offset = offsets_by_id_[id_lemma - start_id_]; in _get_lpis() local 663 uint32 offset = offsets_by_id_[id_lemma - start_id_]; in _get_lpis() local 683 uint32 offset = predicts_[j]; in _get_lpis() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | directory.c | 26 sector_t *offset) in udf_fileident_read() 158 struct fileIdentDesc *udf_get_fileident(void *buffer, int bufsize, int *offset) in udf_get_fileident() 199 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() 222 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad()
|
| /OK3568_Linux_fs/kernel/drivers/staging/gs_fpgaboot/ |
| H A D | gs_fpgaboot.c | 35 static void read_bitstream(u8 *bitdata, u8 *buf, int *offset, int rdsize) in read_bitstream() 41 static int readinfo_bitstream(u8 *bitdata, u8 *buf, int size, int *offset) in readinfo_bitstream() 67 static int readlength_bitstream(u8 *bitdata, int *lendata, int *offset) in readlength_bitstream() 91 static int readmagic_bitstream(u8 *bitdata, int *offset) in readmagic_bitstream() 129 int offset; in gs_read_bitstream() local
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-kempld.c | 58 static int kempld_gpio_get(struct gpio_chip *chip, unsigned offset) in kempld_gpio_get() 66 static void kempld_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in kempld_gpio_set() 76 static int kempld_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in kempld_gpio_direction_input() 88 static int kempld_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in kempld_gpio_direction_output() 102 static int kempld_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in kempld_gpio_get_direction()
|
| H A D | gpio-104-idi-48.c | 54 static int idi_48_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in idi_48_gpio_get_direction() 59 static int idi_48_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in idi_48_gpio_direction_input() 64 static int idi_48_gpio_get(struct gpio_chip *chip, unsigned offset) in idi_48_gpio_get() 88 unsigned long offset; in idi_48_gpio_get_multiple() local 115 const unsigned offset = irqd_to_hwirq(data); in idi_48_irq_mask() local 147 const unsigned offset = irqd_to_hwirq(data); in idi_48_irq_unmask() local
|
| H A D | gpio-pci-idio-16.c | 61 unsigned int offset) in idio_16_gpio_get_direction() 70 unsigned int offset) in idio_16_gpio_direction_input() 76 unsigned int offset, int value) in idio_16_gpio_direction_output() 82 static int idio_16_gpio_get(struct gpio_chip *chip, unsigned int offset) in idio_16_gpio_get() 103 unsigned long offset; in idio_16_gpio_get_multiple() local 125 static void idio_16_gpio_set(struct gpio_chip *chip, unsigned int offset, in idio_16_gpio_set() 159 unsigned long offset; in idio_16_gpio_set_multiple() local
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | lpc32xx_gpio.c | 68 static int lpc32xx_gpio_direction_input(struct udevice *dev, unsigned offset) in lpc32xx_gpio_direction_input() 110 static int lpc32xx_gpio_get_value(struct udevice *dev, unsigned offset) in lpc32xx_gpio_get_value() 218 static int lpc32xx_gpio_set_value(struct udevice *dev, unsigned offset, in lpc32xx_gpio_set_value() 231 static int lpc32xx_gpio_direction_output(struct udevice *dev, unsigned offset, in lpc32xx_gpio_direction_output() 282 static int lpc32xx_gpio_get_function(struct udevice *dev, unsigned offset) in lpc32xx_gpio_get_function()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha256-avx2-asm.S | 209 offset = \disp + 1*4 define 260 offset = \disp + 2*4 define 310 offset = \disp + 3*4 define 415 offset = 4*1 + \disp define 455 offset = 4*2 + \disp define 495 offset = 4*3 + \disp define
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | swap_case.c | 28 #define offset_to_barnum(offset) \ argument 65 static int sandbox_swap_case_read_config(struct udevice *emul, uint offset, in sandbox_swap_case_read_config() 127 static int sandbox_swap_case_write_config(struct udevice *emul, uint offset, in sandbox_swap_case_write_config() 198 unsigned int offset; in sandbox_swap_case_read_io() local 216 unsigned int offset; in sandbox_swap_case_write_io() local 233 unsigned int offset, avail; in sandbox_swap_case_map_physmem() local
|
| /OK3568_Linux_fs/kernel/drivers/i2c/muxes/ |
| H A D | i2c-mux-ltc4306.c | 76 static int ltc4306_gpio_get(struct gpio_chip *chip, unsigned int offset) in ltc4306_gpio_get() 89 static void ltc4306_gpio_set(struct gpio_chip *chip, unsigned int offset, in ltc4306_gpio_set() 99 unsigned int offset) in ltc4306_gpio_get_direction() 113 unsigned int offset) in ltc4306_gpio_direction_input() 122 unsigned int offset, int value) in ltc4306_gpio_direction_output() 132 unsigned int offset, unsigned long config) in ltc4306_gpio_set_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800lib.h | 72 const unsigned int offset) in rt2800_register_read() 80 const unsigned int offset) in rt2800_register_read_lock() 88 const unsigned int offset, in rt2800_register_write() 97 const unsigned int offset, in rt2800_register_write_lock() 106 const unsigned int offset, in rt2800_register_multiread() 115 const unsigned int offset, in rt2800_register_multiwrite() 125 const unsigned int offset, in rt2800_regbusy_read()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-agl-defs.h | 35 #define CVMX_AGL_GMX_PRTX_CFG(offset) (CVMX_ADD_IO_SEG(0x00011800E0000010ull) + ((offset) & 1) * 20… argument 36 #define CVMX_AGL_GMX_RXX_ADR_CAM0(offset) (CVMX_ADD_IO_SEG(0x00011800E0000180ull) + ((offset) & 1) … argument 37 #define CVMX_AGL_GMX_RXX_ADR_CAM1(offset) (CVMX_ADD_IO_SEG(0x00011800E0000188ull) + ((offset) & 1) … argument 38 #define CVMX_AGL_GMX_RXX_ADR_CAM2(offset) (CVMX_ADD_IO_SEG(0x00011800E0000190ull) + ((offset) & 1) … argument 39 #define CVMX_AGL_GMX_RXX_ADR_CAM3(offset) (CVMX_ADD_IO_SEG(0x00011800E0000198ull) + ((offset) & 1) … argument 40 #define CVMX_AGL_GMX_RXX_ADR_CAM4(offset) (CVMX_ADD_IO_SEG(0x00011800E00001A0ull) + ((offset) & 1) … argument 41 #define CVMX_AGL_GMX_RXX_ADR_CAM5(offset) (CVMX_ADD_IO_SEG(0x00011800E00001A8ull) + ((offset) & 1) … argument 42 #define CVMX_AGL_GMX_RXX_ADR_CAM_EN(offset) (CVMX_ADD_IO_SEG(0x00011800E0000108ull) + ((offset) & 1… argument 43 #define CVMX_AGL_GMX_RXX_ADR_CTL(offset) (CVMX_ADD_IO_SEG(0x00011800E0000100ull) + ((offset) & 1) *… argument 44 #define CVMX_AGL_GMX_RXX_DECISION(offset) (CVMX_ADD_IO_SEG(0x00011800E0000040ull) + ((offset) & 1) … argument [all …]
|
| H A D | cvmx-mixx-defs.h | 31 #define CVMX_MIXX_BIST(offset) (CVMX_ADD_IO_SEG(0x0001070000100078ull) + ((offset) & 1) * 2048) argument 32 #define CVMX_MIXX_CTL(offset) (CVMX_ADD_IO_SEG(0x0001070000100020ull) + ((offset) & 1) * 2048) argument 33 #define CVMX_MIXX_INTENA(offset) (CVMX_ADD_IO_SEG(0x0001070000100050ull) + ((offset) & 1) * 2048) argument 34 #define CVMX_MIXX_IRCNT(offset) (CVMX_ADD_IO_SEG(0x0001070000100030ull) + ((offset) & 1) * 2048) argument 35 #define CVMX_MIXX_IRHWM(offset) (CVMX_ADD_IO_SEG(0x0001070000100028ull) + ((offset) & 1) * 2048) argument 36 #define CVMX_MIXX_IRING1(offset) (CVMX_ADD_IO_SEG(0x0001070000100010ull) + ((offset) & 1) * 2048) argument 37 #define CVMX_MIXX_IRING2(offset) (CVMX_ADD_IO_SEG(0x0001070000100018ull) + ((offset) & 1) * 2048) argument 38 #define CVMX_MIXX_ISR(offset) (CVMX_ADD_IO_SEG(0x0001070000100048ull) + ((offset) & 1) * 2048) argument 39 #define CVMX_MIXX_ORCNT(offset) (CVMX_ADD_IO_SEG(0x0001070000100040ull) + ((offset) & 1) * 2048) argument 40 #define CVMX_MIXX_ORHWM(offset) (CVMX_ADD_IO_SEG(0x0001070000100038ull) + ((offset) & 1) * 2048) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_dcb.c | 41 u16 offset = 0; in i40e_parse_ieee_etscfg_tlv() local 111 u16 offset = 0; in i40e_parse_ieee_etsrec_tlv() local 193 u16 offset = 0; in i40e_parse_ieee_app_tlv() local 283 u16 offset = 0; in i40e_parse_cee_pgcfg_tlv() local 358 u16 length, typelength, offset = 0; in i40e_parse_cee_app_tlv() local 508 u16 offset = 0; in i40e_lldp_to_dcb_config() local 881 u8 offset = 0; in i40e_init_dcb() local 948 u32 address, offset = (2 * word_offset); in _i40e_read_lldp_cfg() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 209 int buf_sz, unsigned long offset) in pread_adi() 264 int buf_sz, unsigned long offset) in pwrite_adi() 297 static off_t seek_adi(int fd, off_t offset, int whence) in seek_adi() 323 loff_t offset; in test0_prpw_aligned_1byte() local 358 loff_t offset; in test1_prpw_aligned_4096bytes() local 398 loff_t offset; in test2_prpw_aligned_10327bytes() local 438 loff_t offset; in test3_prpw_unaligned_12541bytes() local 525 loff_t offset; in test5_rw_aligned_1byte() local 571 loff_t offset; in test6_rw_aligned_9434bytes() local 623 loff_t offset; in test7_rw_aligned_14963bytes() local
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/clock/ |
| H A D | am4.h | 9 #define AM4_CLKCTRL_INDEX(offset) ((offset) - AM4_CLKCTRL_OFFSET) argument 111 #define AM4_L3S_TSC_CLKCTRL_INDEX(offset) ((offset) - AM4_L3S_TSC_CLKCTRL_OFFSET) argument 116 #define AM4_L4_WKUP_AON_CLKCTRL_INDEX(offset) ((offset) - AM4_L4_WKUP_AON_CLKCTRL_OFFSET) argument 122 #define AM4_L4_WKUP_CLKCTRL_INDEX(offset) ((offset) - AM4_L4_WKUP_CLKCTRL_OFFSET) argument 157 #define AM4_L3S_CLKCTRL_INDEX(offset) ((offset) - AM4_L3S_CLKCTRL_OFFSET) argument 170 #define AM4_PRUSS_OCP_CLKCTRL_INDEX(offset) ((offset) - AM4_PRUSS_OCP_CLKCTRL_OFFSET) argument 175 #define AM4_L4LS_CLKCTRL_INDEX(offset) ((offset) - AM4_L4LS_CLKCTRL_OFFSET) argument 224 #define AM4_EMIF_CLKCTRL_INDEX(offset) ((offset) - AM4_EMIF_CLKCTRL_OFFSET) argument 229 #define AM4_DSS_CLKCTRL_INDEX(offset) ((offset) - AM4_DSS_CLKCTRL_OFFSET) argument 234 #define AM4_CPSW_125MHZ_CLKCTRL_INDEX(offset) ((offset) - AM4_CPSW_125MHZ_CLKCTRL_OFFSET) argument
|
| /OK3568_Linux_fs/kernel/drivers/ssb/ |
| H A D | pci.c | 169 #define SPOFF(offset) ((offset) / sizeof(u16)) argument 327 static s8 sprom_extract_antgain(u8 sprom_revision, const u16 *in, u16 offset, in sprom_extract_antgain() 962 static u8 ssb_pci_read8(struct ssb_device *dev, u16 offset) in ssb_pci_read8() 975 static u16 ssb_pci_read16(struct ssb_device *dev, u16 offset) in ssb_pci_read16() 988 static u32 ssb_pci_read32(struct ssb_device *dev, u16 offset) in ssb_pci_read32() 1003 size_t count, u16 offset, u8 reg_width) in ssb_pci_block_read() 1036 static void ssb_pci_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_pci_write8() 1049 static void ssb_pci_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_pci_write16() 1062 static void ssb_pci_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_pci_write32() 1077 size_t count, u16 offset, u8 reg_width) in ssb_pci_block_write()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | fatent.c | 23 int *offset, sector_t *blocknr) in fat12_ent_blocknr() 33 int *offset, sector_t *blocknr) in fat_ent_blocknr() 42 static void fat12_ent_set_ptr(struct fat_entry *fatent, int offset) in fat12_ent_set_ptr() 56 static void fat16_ent_set_ptr(struct fat_entry *fatent, int offset) in fat16_ent_set_ptr() 62 static void fat32_ent_set_ptr(struct fat_entry *fatent, int offset) in fat32_ent_set_ptr() 69 int offset, sector_t blocknr) in fat12_ent_bread() 102 int offset, sector_t blocknr) in fat_ent_bread() 320 int offset, sector_t blocknr) in fat_ent_update_ptr() 353 int err, offset; in fat_ent_read() local 440 int offset; in fat_ent_read_block() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | sg_sw_qm2.h | 13 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one() 29 struct dpaa2_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg() 51 u16 offset) in sg_to_qm_sg_last()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | efuse.c | 201 u8 offset, wren; in read_efuse() local 387 u16 offset, u32 *value) in efuse_shadow_read() 399 void efuse_shadow_write(struct ieee80211_hw *hw, u8 type, u16 offset, in efuse_shadow_write() 415 u16 i, offset, base; in efuse_shadow_update() local 520 u16 offset, u8 *value) in efuse_shadow_read_1byte() 527 u16 offset, u16 *value) in efuse_shadow_read_2byte() 537 u16 offset, u32 *value) in efuse_shadow_read_4byte() 548 u16 offset, u8 value) in efuse_shadow_write_1byte() 556 u16 offset, u16 value) in efuse_shadow_write_2byte() 566 u16 offset, u32 value) in efuse_shadow_write_4byte() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | kernel_read_file.c | 35 int kernel_read_file(struct file *file, loff_t offset, void **buf, in kernel_read_file() 127 int kernel_read_file_from_path(const char *path, loff_t offset, void **buf, in kernel_read_file_from_path() 147 int kernel_read_file_from_path_initns(const char *path, loff_t offset, in kernel_read_file_from_path_initns() 174 int kernel_read_file_from_fd(int fd, loff_t offset, void **buf, in kernel_read_file_from_fd()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | hpet.c | 23 static unsigned int smbus_read(int offset) in smbus_read() 28 static void smbus_write(int offset, int data) in smbus_write() 33 static void smbus_enable(int offset, int bit) in smbus_enable() 41 static int hpet_read(int offset) in hpet_read() 46 static void hpet_write(int offset, int data) in hpet_write()
|