| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | tables_phy_ht.c | 606 u32 b43_httab_read(struct b43_wldev *dev, u32 offset) in b43_httab_read() 637 void b43_httab_read_bulk(struct b43_wldev *dev, u32 offset, in b43_httab_read_bulk() 672 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_httab_write() 702 void b43_httab_write_few(struct b43_wldev *dev, u32 offset, size_t num, ...) in b43_httab_write_few() 747 void b43_httab_write_bulk(struct b43_wldev *dev, u32 offset, in b43_httab_write_bulk() 791 #define httab_upload(dev, offset, data) do { \ argument
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | dm355evm_msp.c | 168 #define MSP_GPIO_REG(offset) (msp_gpios[(offset)] >> 3) argument 169 #define MSP_GPIO_MASK(offset) BIT(msp_gpios[(offset)] & 0x07) argument 171 static int msp_gpio_in(struct gpio_chip *chip, unsigned offset) in msp_gpio_in() 185 static int msp_gpio_get(struct gpio_chip *chip, unsigned offset) in msp_gpio_get() 198 static int msp_gpio_out(struct gpio_chip *chip, unsigned offset, int value) in msp_gpio_out() 220 static void msp_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in msp_gpio_set() 289 int offset; in add_children() member
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-tqmx86.c | 55 static int tqmx86_gpio_get(struct gpio_chip *chip, unsigned int offset) in tqmx86_gpio_get() 62 static void tqmx86_gpio_set(struct gpio_chip *chip, unsigned int offset, in tqmx86_gpio_set() 80 unsigned int offset) in tqmx86_gpio_direction_input() 90 unsigned int offset, in tqmx86_gpio_direction_output() 102 unsigned int offset) in tqmx86_gpio_get_direction() 112 unsigned int offset = (data->hwirq - TQMX86_NGPO); in tqmx86_gpio_irq_mask() local 129 unsigned int offset = (data->hwirq - TQMX86_NGPO); in tqmx86_gpio_irq_unmask() local 149 unsigned int offset = (data->hwirq - TQMX86_NGPO); in tqmx86_gpio_irq_set_type() local
|
| H A D | gpio-regmap.c | 43 unsigned int base, unsigned int offset, in gpio_regmap_simple_xlate() 55 static int gpio_regmap_get(struct gpio_chip *chip, unsigned int offset) in gpio_regmap_get() 78 static void gpio_regmap_set(struct gpio_chip *chip, unsigned int offset, in gpio_regmap_set() 93 unsigned int offset, int val) in gpio_regmap_set_with_clear() 108 unsigned int offset) in gpio_regmap_get_direction() 139 unsigned int offset, bool output) in gpio_regmap_set_direction() 168 unsigned int offset) in gpio_regmap_direction_input() 174 unsigned int offset, int value) in gpio_regmap_direction_output()
|
| H A D | gpio-mockup.c | 58 unsigned int offset; member 82 unsigned int offset) in __gpio_mockup_get() 87 static int gpio_mockup_get(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_get() 116 unsigned int offset, int value) in __gpio_mockup_set() 122 unsigned int offset, int value) in gpio_mockup_set() 144 unsigned int offset, int value) in gpio_mockup_apply_pull() 195 unsigned int offset, unsigned long config) in gpio_mockup_set_config() 211 unsigned int offset, int value) in gpio_mockup_dirout() 223 static int gpio_mockup_dirin(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_dirin() 234 static int gpio_mockup_get_direction(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_get_direction() [all …]
|
| H A D | gpio-wm8350.c | 27 static int wm8350_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in wm8350_gpio_direction_in() 36 static int wm8350_gpio_get(struct gpio_chip *chip, unsigned offset) in wm8350_gpio_get() 52 static void wm8350_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in wm8350_gpio_set() 64 unsigned offset, int value) in wm8350_gpio_direction_out() 81 static int wm8350_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in wm8350_gpio_to_irq()
|
| H A D | gpio-tps68470.c | 29 static int tps68470_gpio_get(struct gpio_chip *gc, unsigned int offset) in tps68470_gpio_get() 51 unsigned int offset) in tps68470_gpio_get_direction() 73 static void tps68470_gpio_set(struct gpio_chip *gc, unsigned int offset, in tps68470_gpio_set() 88 static int tps68470_gpio_output(struct gpio_chip *gc, unsigned int offset, in tps68470_gpio_output() 106 static int tps68470_gpio_input(struct gpio_chip *gc, unsigned int offset) in tps68470_gpio_input()
|
| H A D | gpio-twl6040.c | 23 static int twl6040gpo_get(struct gpio_chip *chip, unsigned offset) in twl6040gpo_get() 35 static int twl6040gpo_get_direction(struct gpio_chip *chip, unsigned offset) in twl6040gpo_get_direction() 40 static int twl6040gpo_direction_out(struct gpio_chip *chip, unsigned offset, in twl6040gpo_direction_out() 47 static void twl6040gpo_set(struct gpio_chip *chip, unsigned offset, int value) in twl6040gpo_set()
|
| H A D | gpio-em.c | 126 unsigned int reg, offset, shift; in em_gio_irq_set_type() local 171 unsigned int offset, irqs_handled = 0; in em_gio_irq_handler() local 188 static int em_gio_direction_input(struct gpio_chip *chip, unsigned offset) in em_gio_direction_input() 194 static int em_gio_get(struct gpio_chip *chip, unsigned offset) in em_gio_get() 207 static void em_gio_set(struct gpio_chip *chip, unsigned offset, int value) in em_gio_set() 216 static int em_gio_direction_output(struct gpio_chip *chip, unsigned offset, in em_gio_direction_output() 225 static int em_gio_to_irq(struct gpio_chip *chip, unsigned offset) in em_gio_to_irq() 230 static int em_gio_request(struct gpio_chip *chip, unsigned offset) in em_gio_request() 235 static void em_gio_free(struct gpio_chip *chip, unsigned offset) in em_gio_free()
|
| H A D | gpio-tc3589x.c | 37 static int tc3589x_gpio_get(struct gpio_chip *chip, unsigned int offset) in tc3589x_gpio_get() 52 static void tc3589x_gpio_set(struct gpio_chip *chip, unsigned int offset, int val) in tc3589x_gpio_set() 64 unsigned int offset, int val) in tc3589x_gpio_direction_output() 77 unsigned int offset) in tc3589x_gpio_direction_input() 88 unsigned int offset) in tc3589x_gpio_get_direction() 106 static int tc3589x_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in tc3589x_gpio_set_config() 161 int offset = d->hwirq; in tc3589x_gpio_irq_set_type() local 227 int offset = d->hwirq; in tc3589x_gpio_irq_mask() local 239 int offset = d->hwirq; in tc3589x_gpio_irq_unmask() local
|
| H A D | gpio-vr41xx.c | 73 #define giu_read(offset) readw(giu_base + (offset)) argument 74 #define giu_write(offset, value) writew((value), giu_base + (offset)) argument 80 static inline u16 giu_set(u16 offset, u16 set) in giu_set() 91 static inline u16 giu_clear(u16 offset, u16 clear) in giu_clear() 326 u16 offset, mask, reg; in giu_set_direction() local 402 u16 offset, mask, reg; in vr41xx_gpio_set() local 435 static int vr41xx_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in vr41xx_gpio_direction_input() 440 static int vr41xx_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in vr41xx_gpio_direction_output() 448 static int vr41xx_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in vr41xx_gpio_to_irq()
|
| H A D | gpio-gpio-mm.c | 49 unsigned int offset) in gpiomm_gpio_get_direction() 62 unsigned int offset) in gpiomm_gpio_direction_input() 100 unsigned int offset, int value) in gpiomm_gpio_direction_output() 146 static int gpiomm_gpio_get(struct gpio_chip *chip, unsigned int offset) in gpiomm_gpio_get() 176 unsigned long offset; in gpiomm_gpio_get_multiple() local 194 static void gpiomm_gpio_set(struct gpio_chip *chip, unsigned int offset, in gpiomm_gpio_set() 219 unsigned long offset; in gpiomm_gpio_set_multiple() local
|
| H A D | gpio-xra1403.c | 46 static unsigned int to_reg(unsigned int reg, unsigned int offset) in to_reg() 51 static int xra1403_direction_input(struct gpio_chip *chip, unsigned int offset) in xra1403_direction_input() 59 static int xra1403_direction_output(struct gpio_chip *chip, unsigned int offset, in xra1403_direction_output() 76 static int xra1403_get_direction(struct gpio_chip *chip, unsigned int offset) in xra1403_get_direction() 92 static int xra1403_get(struct gpio_chip *chip, unsigned int offset) in xra1403_get() 105 static void xra1403_set(struct gpio_chip *chip, unsigned int offset, int value) in xra1403_set()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | ivc.c | 74 ulong offset) in tegra_ivc_invalidate_counter() 82 ulong offset) in tegra_ivc_flush_counter() 183 ulong offset; in tegra_ivc_check_read() local 212 ulong offset; in tegra_ivc_check_write() local 257 ulong offset; in tegra_ivc_read_advance() local 301 ulong offset; in tegra_ivc_write_advance() local 354 ulong offset; in tegra_ivc_channel_notified() local 475 ulong offset; in tegra_ivc_channel_reset() local
|
| /OK3568_Linux_fs/kernel/arch/s390/pci/ |
| H A D | pci_insn.c | 20 static inline void zpci_err_insn(u8 cc, u8 status, u64 req, u64 offset) in zpci_err_insn() 24 u64 offset; in zpci_err_insn() member 114 static inline int ____pcilg(u64 *data, u64 req, u64 offset, u8 *status) in ____pcilg() 135 static inline int __pcilg(u64 *data, u64 req, u64 offset, u8 *status) in __pcilg() 147 int __zpci_load(u64 *data, u64 req, u64 offset) in __zpci_load() 212 static inline int __pcistg(u64 data, u64 req, u64 offset, u8 *status) in __pcistg() 231 int __zpci_store(u64 data, u64 req, u64 offset) in __zpci_store() 294 static inline int __pcistb(const u64 *data, u64 req, u64 offset, u8 *status) in __pcistb() 311 int __zpci_store_block(const u64 *data, u64 req, u64 offset) in __zpci_store_block() 334 u64 offset = ZPCI_OFFSET(dst); in zpci_write_block_fh() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/pm8001/ |
| H A D | pm8001_chips.h | 49 static inline void pm8001_write_32(void *addr, u32 offset, __le32 val) in pm8001_write_32() 55 u32 offset) in pm8001_cr32() 65 static inline u32 pm8001_mr32(void __iomem *addr, u32 offset) in pm8001_mr32() 69 static inline void pm8001_mw32(void __iomem *addr, u32 offset, u32 val) in pm8001_mw32()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw-common.c | 12 #define CTRL_MAC_LO_REG(offset, id) ((offset) + 0x8 * (id)) argument 13 #define CTRL_MAC_HI_REG(offset, id) ((offset) + 0x8 * (id) + 0x4) argument 15 static int davinci_emac_3517_get_macid(struct device *dev, u16 offset, in davinci_emac_3517_get_macid() 42 static int cpsw_am33xx_cm_get_macid(struct device *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_dw.c | 81 static inline int dw8250_modify_msr(struct uart_port *p, int offset, int value) in dw8250_modify_msr() 104 void __iomem *offset = p->membase + (UART_LCR << p->regshift); in dw8250_check_lcr() local 158 static void dw8250_serial_out38x(struct uart_port *p, int offset, int value) in dw8250_serial_out38x() 173 static void dw8250_serial_out(struct uart_port *p, int offset, int value) in dw8250_serial_out() 183 static unsigned int dw8250_serial_in(struct uart_port *p, int offset) in dw8250_serial_in() 191 static unsigned int dw8250_serial_inq(struct uart_port *p, int offset) in dw8250_serial_inq() 200 static void dw8250_serial_outq(struct uart_port *p, int offset, int value) in dw8250_serial_outq() 214 static void dw8250_serial_out32(struct uart_port *p, int offset, int value) in dw8250_serial_out32() 224 static unsigned int dw8250_serial_in32(struct uart_port *p, int offset) in dw8250_serial_in32() 231 static void dw8250_serial_out32be(struct uart_port *p, int offset, int value) in dw8250_serial_out32be() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_exthdr.c | 19 u8 offset; member 27 static unsigned int optlen(const u8 *opt, unsigned int offset) in optlen() 42 unsigned int offset = 0; in nft_exthdr_ipv6_eval() local 74 unsigned int *offset, int target) in ipv4_find_option() 139 unsigned int offset; in nft_exthdr_ipv4_eval() local 188 unsigned int i, optl, tcphdr_len, offset; in nft_exthdr_tcp_eval() local 231 unsigned int i, optl, tcphdr_len, offset; in nft_exthdr_tcp_set_eval() local 321 u32 offset, len, flags = 0, op = NFT_EXTHDR_OP_IPV6; in nft_exthdr_init() local 369 u32 offset, len, flags = 0, op = NFT_EXTHDR_OP_IPV6; in nft_exthdr_tcp_set_init() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/ |
| H A D | wlan_cfg.c | 59 static int wilc_wlan_cfg_set_byte(u8 *frame, u32 offset, u16 id, u8 val8) in wilc_wlan_cfg_set_byte() 70 static int wilc_wlan_cfg_set_hword(u8 *frame, u32 offset, u16 id, u16 val16) in wilc_wlan_cfg_set_hword() 82 static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32) in wilc_wlan_cfg_set_word() 94 static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, in wilc_wlan_cfg_set_str() 108 static int wilc_wlan_cfg_set_bin(u8 *frame, u32 offset, u16 id, u8 *b, u32 size) in wilc_wlan_cfg_set_bin() 221 int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) in wilc_wlan_cfg_set_wid() 256 int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) in wilc_wlan_cfg_get_wid()
|
| /OK3568_Linux_fs/kernel/crypto/async_tx/ |
| H A D | async_xor.c | 100 do_sync_xor_offs(struct page *dest, unsigned int offset, in do_sync_xor_offs() 141 dma_xor_aligned_offsets(struct dma_device *device, unsigned int offset, in dma_xor_aligned_offsets() 182 async_xor_offs(struct page *dest, unsigned int offset, in async_xor_offs() 273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() 281 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero() 315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs() 409 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, in async_xor_val()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | ioremap.c | 40 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_29bit() 72 #define __ioremap_29bit(offset, size, prot) NULL argument 89 unsigned long offset, last_addr, addr, orig_addr; in __ioremap_caller() local 147 static inline int iomapping_nontranslatable(unsigned long offset) in iomapping_nontranslatable()
|
| /OK3568_Linux_fs/u-boot/fs/cramfs/ |
| H A D | cramfs.c | 101 static char *cramfs_uncompress_link (unsigned long begin, unsigned long offset) in cramfs_uncompress_link() 116 static unsigned long cramfs_resolve (unsigned long begin, unsigned long offset, in cramfs_resolve() 207 static int cramfs_uncompress (unsigned long begin, unsigned long offset, in cramfs_uncompress() 239 unsigned long offset; in cramfs_load() local 256 static int cramfs_list_inode (struct part_info *info, unsigned long offset) in cramfs_list_inode() 300 unsigned long offset, size; in cramfs_ls() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | bgmac-platform.c | 36 static u32 platform_bgmac_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_read() 41 static void platform_bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_write() 46 static u32 platform_bgmac_idm_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_idm_read() 51 static void platform_bgmac_idm_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_idm_write() 96 static void platform_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, in platform_bgmac_cco_ctl_maskset() 111 static void platform_bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, in platform_bgmac_cmn_maskset32()
|
| /OK3568_Linux_fs/u-boot/board/cavium/thunderx/ |
| H A D | atf.c | 21 ssize_t atf_read_mmc(uintptr_t offset, void *buffer, size_t size) in atf_read_mmc() 34 ssize_t atf_read_nor(uintptr_t offset, void *buffer, size_t size) in atf_read_nor() 69 ssize_t atf_erase_nor(uintptr_t offset, size_t size) in atf_erase_nor() 81 ssize_t atf_write_nor(uintptr_t offset, const void *buffer, size_t size) in atf_write_nor() 95 ssize_t atf_write_mmc(uintptr_t offset, const void *buffer, size_t size) in atf_write_mmc() 232 size_t size, offset; in do_atf() local
|