Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 54) sorted by relevance

123

/include/
A Dp2sb.h114 static inline void pcr_setbits32(struct udevice *dev, uint offset, uint set) in pcr_setbits32()
119 static inline void pcr_setbits16(struct udevice *dev, uint offset, uint set) in pcr_setbits16()
124 static inline void pcr_setbits8(struct udevice *dev, uint offset, uint set) in pcr_setbits8()
129 static inline void pcr_clrbits32(struct udevice *dev, uint offset, uint clr) in pcr_clrbits32()
134 static inline void pcr_clrbits16(struct udevice *dev, uint offset, uint clr) in pcr_clrbits16()
139 static inline void pcr_clrbits8(struct udevice *dev, uint offset, uint clr) in pcr_clrbits8()
A Dspi_flash.h116 static inline int spi_flash_read(struct spi_flash *flash, u32 offset, in spi_flash_read()
122 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write()
128 static inline int spi_flash_erase(struct spi_flash *flash, u32 offset, in spi_flash_erase()
149 static inline int spi_flash_read_dm(struct udevice *dev, u32 offset, size_t len, in spi_flash_read_dm()
155 static inline int spi_flash_write_dm(struct udevice *dev, u32 offset, size_t len, in spi_flash_write_dm()
161 static inline int spi_flash_erase_dm(struct udevice *dev, u32 offset, size_t len) in spi_flash_erase_dm()
181 static inline int spi_flash_read(struct spi_flash *flash, u32 offset, in spi_flash_read()
193 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write()
205 static inline int spi_flash_erase(struct spi_flash *flash, u32 offset, in spi_flash_erase()
A Deeprom.h22 #define eeprom_read(dev_addr, offset, buffer, cnt) (-ENOSYS) argument
23 #define eeprom_write(dev_addr, offset, buffer, cnt) (-ENOSYS) argument
A Dspl_load.h16 size_t offset) in _spl_load()
147 size_t offset) in spl_load()
A Dvirtio.h553 unsigned int offset, in __virtio_cread_many()
573 unsigned int offset, in virtio_cread_bytes()
579 static inline u8 virtio_cread8(struct udevice *vdev, unsigned int offset) in virtio_cread8()
588 unsigned int offset, u8 val) in virtio_cwrite8()
594 unsigned int offset) in virtio_cread16()
603 unsigned int offset, u16 val) in virtio_cwrite16()
610 unsigned int offset) in virtio_cread32()
619 unsigned int offset, u32 val) in virtio_cwrite32()
626 unsigned int offset) in virtio_cread64()
635 unsigned int offset, u64 val) in virtio_cwrite64()
A Di2c_eeprom.h65 static inline int i2c_eeprom_read(struct udevice *dev, int offset, uint8_t *buf, in i2c_eeprom_read()
71 static inline int i2c_eeprom_write(struct udevice *dev, int offset, in i2c_eeprom_write()
A Dfsl_devdis.h11 u32 offset; member
A Dvbe.h52 ulong offset; member
A Dfdt_region.h8 int offset; member
58 int offset; /* Offset of node */ member
A Dnvmem.h32 unsigned int offset; member
A Dsplash.h47 u32 offset; /* offset from start of storage */ member
A Dcbfs.h66 u32 offset; member
76 u32 offset; member
150 u32 offset; member
A Dtrace.h41 uint32_t offset; /* Function offset into code */ member
A Dregmap.h373 static inline int regmap_set_bits(struct regmap *map, uint offset, uint bits) in regmap_set_bits()
387 static inline int regmap_clear_bits(struct regmap *map, uint offset, uint bits) in regmap_clear_bits()
A Dnand.h69 loff_t offset; /* first address in NAND to erase */ member
A Davb_verify.h62 static inline uint64_t calc_offset(struct mmc_part *part, int64_t offset) in calc_offset()
A Dqfw.h121 __le32 offset; member
134 __le32 offset; member
/include/linux/
A Dio.h59 static inline void __iomem *ioremap(resource_size_t offset, in ioremap()
70 #define devm_ioremap(dev, offset, size) ioremap(offset, size) argument
/include/dt-bindings/gpio/
A Dtegra186-gpio.h43 #define TEGRA_MAIN_GPIO(port, offset) \ argument
56 #define TEGRA_AON_GPIO(port, offset) \ argument
/include/cavium/
A Datf_part.h12 unsigned long offset; member
/include/dm/
A Dofnode_decl.h95 int offset; member
A Dof_extra.h29 uint32_t offset; member
/include/linux/mtd/
A Dubi.h275 int offset, int len) in ubi_read()
285 struct ubi_sgl *sgl, int offset, int len) in ubi_read_sg()
A Dpartitions.h41 uint64_t offset; /* offset within the master MTD space */ member
/include/net/pfe_eth/pfe/
A Dcbus.h54 #define PE_MEM_ACCESS_BYTE_ENABLE(offset, size) (((((1 << (size)) - 1) << (4 \ argument

Completed in 28 milliseconds

123