Home
last modified time | relevance | path

Searched defs:field (Results 1 – 25 of 40) sorted by relevance

12

/u-boot/common/eeprom/
A Deeprom_field.c13 static void __eeprom_field_print_bin(const struct eeprom_field *field, in __eeprom_field_print_bin()
27 static int __eeprom_field_update_bin(struct eeprom_field *field, in __eeprom_field_update_bin()
69 static int __eeprom_field_update_bin_delim(struct eeprom_field *field, in __eeprom_field_update_bin_delim()
112 void eeprom_field_print_bin(const struct eeprom_field *field) in eeprom_field_print_bin()
123 int eeprom_field_update_bin(struct eeprom_field *field, char *value) in eeprom_field_update_bin()
154 void eeprom_field_print_bin_rev(const struct eeprom_field *field) in eeprom_field_print_bin_rev()
185 void eeprom_field_print_mac(const struct eeprom_field *field) in eeprom_field_print_mac()
197 int eeprom_field_update_mac(struct eeprom_field *field, char *value) in eeprom_field_update_mac()
206 void eeprom_field_print_ascii(const struct eeprom_field *field) in eeprom_field_print_ascii()
222 int eeprom_field_update_ascii(struct eeprom_field *field, char *value) in eeprom_field_update_ascii()
[all …]
/u-boot/tools/
A Dmips-relocs.c22 #define hdr_field(pfx, idx, field) ({ \ argument
51 #define set_hdr_field(pfx, idx, field, val) ({ \ argument
86 #define ehdr_field(field) \ argument
88 #define phdr_field(idx, field) \ argument
90 #define shdr_field(idx, field) \ argument
93 #define set_phdr_field(idx, field, val) \ argument
95 #define set_shdr_field(idx, field, val) \ argument
A Drkmux.py120 def add_it(field): argument
168 def out_enum(field, suffix, value, skip_val=False): argument
/u-boot/drivers/usb/isp1760/
A Disp1760-core.h58 static inline u32 isp1760_field_read(struct regmap_field **fields, u32 field) in isp1760_field_read()
67 static inline void isp1760_field_write(struct regmap_field **fields, u32 field, in isp1760_field_write()
73 static inline void isp1760_field_set(struct regmap_field **fields, u32 field) in isp1760_field_set()
78 static inline void isp1760_field_clear(struct regmap_field **fields, u32 field) in isp1760_field_clear()
A Disp1760-hcd.c264 static u32 isp1760_hcd_read(struct usb_hcd *hcd, u32 field) in isp1760_hcd_read()
275 static void isp1760_hcd_portsc1_set_clear(struct isp1760_hcd *priv, u32 field, in isp1760_hcd_portsc1_set_clear()
287 static void isp1760_hcd_write(struct usb_hcd *hcd, u32 field, u32 val) in isp1760_hcd_write()
298 static void isp1760_hcd_set(struct usb_hcd *hcd, u32 field) in isp1760_hcd_set()
303 static void isp1760_hcd_clear(struct usb_hcd *hcd, u32 field) in isp1760_hcd_clear()
308 static int isp1760_hcd_set_and_wait(struct usb_hcd *hcd, u32 field, in isp1760_hcd_set_and_wait()
320 static int isp1760_hcd_set_and_wait_swap(struct usb_hcd *hcd, u32 field, in isp1760_hcd_set_and_wait_swap()
332 static int isp1760_hcd_clear_and_wait(struct usb_hcd *hcd, u32 field, in isp1760_hcd_clear_and_wait()
344 static bool isp1760_hcd_is_set(struct usb_hcd *hcd, u32 field) in isp1760_hcd_is_set()
/u-boot/arch/mips/mach-octeon/
A Dcvmx-global-resources.c40 #define CVMX_GLOBAL_RESOURCES_GET_FIELD(field) \ argument
51 #define CVMX_GLOBAL_RESOURCES_SET_FIELD(field, value) \ argument
63 #define CVMX_RESOURCE_ENTRY_GET_FIELD(addr, field) \ argument
74 #define CVMX_RESOURCE_ENTRY_SET_FIELD(addr, field, value) \ argument
84 #define CVMX_RESOURCE_TAG_SET_FIELD(addr, field, value) \ argument
89 #define CVMX_RESOURCE_TAG_GET_FIELD(addr, field) \ argument
121 #define SIZEOF_FIELD(s, field) sizeof(((s *)NULL)->field) argument
A Dcvmx-bootmem.c37 #define SIZEOF_FIELD(s, field) sizeof(((s *)NULL)->field) argument
49 #define CVMX_BOOTMEM_DESC_GET_FIELD(field) \ argument
62 #define CVMX_BOOTMEM_DESC_SET_FIELD(field, value) \ argument
79 #define CVMX_BOOTMEM_NAMED_GET_FIELD(addr, field) \ argument
94 #define CVMX_BOOTMEM_NAMED_SET_FIELD(addr, field, value) \ argument
A Dcvmx-helper-pki.c167 enum cvmx_pki_term field; in __cvmx_helper_pki_install_dflt_vlan() local
/u-boot/arch/mips/lib/
A Dtraps.c30 const int field = 2 * sizeof(unsigned long); in show_regs() local
84 const int field = 2 * sizeof(unsigned long); in do_ejtag_debug() local
/u-boot/include/linux/
A Dbitfield.h112 static __always_inline u64 field_multiplier(u64 field) in field_multiplier()
119 static __always_inline u64 field_mask(u64 field) in field_mask()
A Drbtree.h91 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument
/u-boot/board/compulab/common/
A Deeprom.c194 void eeprom_field_print_bin_ver(const struct eeprom_field *field) in eeprom_field_print_bin_ver()
223 int eeprom_field_update_bin_ver(struct eeprom_field *field, char *value) in eeprom_field_update_bin_ver()
265 void eeprom_field_print_date(const struct eeprom_field *field) in eeprom_field_print_date()
336 int eeprom_field_update_date(struct eeprom_field *field, char *value) in eeprom_field_update_date()
/u-boot/cmd/
A Dbcb.c199 char *field, *str, *found, *tmp; in __bcb_set() local
238 char *field; in do_bcb_clear() local
257 char *field; in do_bcb_test() local
284 char *field; in do_bcb_dump() local
/u-boot/drivers/memory/
A Dti-gpmc.c261 #define GPMC_GET_RAW(reg, st, end, field) \ argument
263 #define GPMC_GET_RAW_MAX(reg, st, end, max, field) \ argument
265 #define GPMC_GET_RAW_BOOL(reg, st, end, field) \ argument
267 #define GPMC_GET_RAW_SHIFT_MAX(reg, st, end, shift, max, field) \ argument
269 #define GPMC_GET_TICKS(reg, st, end, field) \ argument
271 #define GPMC_GET_TICKS_CD(reg, st, end, field, cd) \ argument
273 #define GPMC_GET_TICKS_CD_MAX(reg, st, end, max, field, cd) \ argument
A Dti-aemif.c28 #define set_config_field(reg, field, val) \ argument
/u-boot/drivers/usb/host/
A Dxhci-ring.c509 u32 field; in reset_ep() local
542 u32 field; in abort_td() local
615 u32 field = 0; in xhci_bulk_tx() local
812 u32 field; in xhci_ctrl_tx() local
/u-boot/drivers/mux/
A Dmmio.c97 struct reg_field field; in mmio_mux_probe() local
/u-boot/arch/arm/mach-davinci/include/mach/
A Ddavinci_misc.h20 unsigned char field; /* field number */ member
/u-boot/test/dm/
A Dregmap.c224 struct regmap_field *field; in remaptest_probe() local
331 struct regmap_field *field, in test_one_field()
/u-boot/drivers/core/
A Dregmap.c656 int regmap_field_read(struct regmap_field *field, unsigned int *val) in regmap_field_read()
672 int regmap_field_write(struct regmap_field *field, unsigned int val) in regmap_field_write()
702 void devm_regmap_field_free(struct udevice *dev, struct regmap_field *field) in devm_regmap_field_free()
720 void regmap_field_free(struct regmap_field *field) in regmap_field_free()
/u-boot/drivers/gpio/
A Dsh_pfc.c134 unsigned long field) in read_config_reg()
151 unsigned long field, unsigned long value) in write_config_reg()
332 int in_range, pos, field, value; in pinmux_config_gpio() local
/u-boot/board/sunxi/
A Dchip.c22 #define dip_convert(field) \ argument
/u-boot/arch/arm/cpu/arm1136/mx31/
A Dgeneric.c119 u32 field, l, reg; in mx31_set_pad() local
/u-boot/drivers/pinctrl/mediatek/
A Dpinctrl-mtk-common.c136 int field, struct mtk_pin_field *pfd) in mtk_hw_pin_field_get()
185 static int mtk_hw_set_value(struct udevice *dev, int pin, int field, in mtk_hw_set_value()
204 static int mtk_hw_get_value(struct udevice *dev, int pin, int field, in mtk_hw_get_value()
/u-boot/drivers/pinctrl/renesas/
A Dpfc.c183 unsigned int field, u32 value) in sh_pfc_write_config_reg()
303 unsigned int field; in sh_pfc_config_mux() local
726 const struct pinmux_drive_reg_field *field; in sh_pfc_pinconf_find_drive_strength_reg() local

Completed in 67 milliseconds

12