/openbmc/u-boot/common/spl/ |
H A D | spl_nand.c | 30 static ulong spl_nand_fit_read(struct spl_load_info *load, ulong offs, in spl_nand_fit_read()
|
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/ |
H A D | brcmnand.c | 637 static inline u32 nand_readreg(struct brcmnand_controller *ctrl, u32 offs) in nand_readreg() 644 static inline void nand_writereg(struct brcmnand_controller *ctrl, u32 offs, in nand_writereg() 792 u16 offs = ctrl->reg_offsets[reg]; in brcmnand_read_reg() local 803 u16 offs = ctrl->reg_offsets[reg]; in brcmnand_write_reg() local 839 u16 offs = ctrl->edu_offsets[reg]; in edu_writel() local 847 u16 offs = ctrl->edu_offsets[reg]; in edu_readl() local 997 u16 offs = brcmnand_cs_offset(ctrl, host->cs, BRCMNAND_CS_ACC_CONTROL); in brcmnand_set_ecc_enabled() local 1146 u16 offs = ctrl->flash_dma_offsets[dma_reg]; in flash_dma_writel() local 1154 u16 offs = ctrl->flash_dma_offsets[dma_reg]; in flash_dma_readl() local 1408 static inline u8 oob_reg_read(struct brcmnand_controller *ctrl, u32 offs) in oob_reg_read() [all …]
|
/openbmc/linux/tools/lib/perf/ |
H A D | lib.c | 41 ssize_t preadn(int fd, void *buf, size_t n, off_t offs) in preadn()
|
/openbmc/linux/drivers/net/ethernet/altera/ |
H A D | altera_sgdma.c | 410 uintptr_t offs = (uintptr_t)desc - (uintptr_t)priv->tx_dma_desc; in sgdma_txphysaddr() local 419 uintptr_t offs = (uintptr_t)desc - (uintptr_t)priv->rx_dma_desc; in sgdma_rxphysaddr() local
|
/openbmc/linux/drivers/tee/ |
H A D | tee_shm.c | 426 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va() 444 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa()
|
/openbmc/linux/drivers/phy/renesas/ |
H A D | r8a779f0-ether-serdes.c | 46 static void r8a779f0_eth_serdes_write32(void __iomem *addr, u32 offs, u32 bank, u32 data) in r8a779f0_eth_serdes_write32() 54 u32 offs, u32 bank, u32 mask, u32 expected) in r8a779f0_eth_serdes_reg_wait()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | kirkwood_nand.c | 36 u32 offs; in kw_nand_hwcontrol() local
|
H A D | am335x_spl_bch.c | 29 static int nand_command(int block, int page, uint32_t offs, in nand_command()
|
/openbmc/linux/include/media/ |
H A D | dvb_ringbuffer.h | 125 #define DVB_RINGBUFFER_PEEK(rbuf, offs) \ argument
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | fpu.S | 23 .macro EX insn, reg, src, offs
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | clk-emev2.c | 28 static void __init emev2_smu_write(unsigned long value, int offs) in emev2_smu_write()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sifive.c | 189 static void __ssp_early_writel(u32 v, u16 offs, struct uart_port *port) in __ssp_early_writel() 209 static u32 __ssp_early_readl(struct uart_port *port, u16 offs) in __ssp_early_readl() 225 static void __ssp_writel(u32 v, u16 offs, struct sifive_serial_port *ssp) in __ssp_writel() 242 static u32 __ssp_readl(struct sifive_serial_port *ssp, u16 offs) in __ssp_readl()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-devtrace.h | 19 int offs = 24; /* start with normal header length */ in iwl_trace_data() local
|
/openbmc/u-boot/drivers/mmc/ |
H A D | fsl_esdhc_spl.c | 22 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst) in mmc_spl_load_image()
|
/openbmc/linux/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()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_cong.c | 323 size_t offs = 0; in tcp_get_available_congestion_control() local 352 size_t offs = 0; in tcp_get_allowed_congestion_control() local
|
H A D | tcp_ulp.c | 88 size_t offs = 0; in tcp_get_available_ulp() local
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-rcar.c | 69 static inline u32 gpio_rcar_read(struct gpio_rcar_priv *p, int offs) in gpio_rcar_read() 74 static inline void gpio_rcar_write(struct gpio_rcar_priv *p, int offs, in gpio_rcar_write() 80 static void gpio_rcar_modify_bit(struct gpio_rcar_priv *p, int offs, in gpio_rcar_modify_bit()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac3_mac.c | 17 u32 ru = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC), offs = 0; in mt76_connac3_mac_decode_he_radiotap_ru() local
|
/openbmc/qemu/hw/char/ |
H A D | sh_serial.c | 93 static void sh_serial_write(void *opaque, hwaddr offs, in sh_serial_write() 212 static uint64_t sh_serial_read(void *opaque, hwaddr offs, in sh_serial_read()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | asm.h | 19 #define PREF(hint, addr, offs) \ argument 27 #define PREF(hint, addr, offs) argument
|
/openbmc/linux/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 | 159 static u32 sh_cmt_read16(void __iomem *base, unsigned long offs) in sh_cmt_read16() 164 static u32 sh_cmt_read32(void __iomem *base, unsigned long offs) in sh_cmt_read32() 169 static void sh_cmt_write16(void __iomem *base, unsigned long offs, u32 value) in sh_cmt_write16() 174 static void sh_cmt_write32(void __iomem *base, unsigned long offs, u32 value) in sh_cmt_write32()
|
/openbmc/linux/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
|
/openbmc/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
|