Home
last modified time | relevance | path

Searched refs:avb_ops (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/cmd/
H A Davb.c15 static struct AvbOps *avb_ops; variable
31 if (avb_ops) in do_avb_init()
32 avb_ops_free(avb_ops); in do_avb_init()
34 avb_ops = avb_ops_alloc(mmc_dev); in do_avb_init()
35 if (avb_ops) in do_avb_init()
50 if (!avb_ops) { in do_avb_read_part()
63 if (avb_ops->read_from_partition(avb_ops, part, offset, bytes, in do_avb_read_part()
83 if (!avb_ops) { in do_avb_read_part_hex()
102 if (avb_ops->read_from_partition(avb_ops, part, offset, bytes, buffer, in do_avb_read_part_hex()
128 if (!avb_ops) { in do_avb_write_part()
[all …]
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c24 if (!chip->info->ops->avb_ops->port_ptp_read) in mv88e6xxx_port_ptp_read()
27 return chip->info->ops->avb_ops->port_ptp_read(chip, port, addr, in mv88e6xxx_port_ptp_read()
34 if (!chip->info->ops->avb_ops->port_ptp_write) in mv88e6xxx_port_ptp_write()
37 return chip->info->ops->avb_ops->port_ptp_write(chip, port, addr, in mv88e6xxx_port_ptp_write()
44 if (!chip->info->ops->avb_ops->ptp_write) in mv88e6xxx_ptp_write()
47 return chip->info->ops->avb_ops->ptp_write(chip, addr, data); in mv88e6xxx_ptp_write()
53 if (!chip->info->ops->avb_ops->ptp_read) in mv88e6xxx_ptp_read()
56 return chip->info->ops->avb_ops->ptp_read(chip, addr, data, 1); in mv88e6xxx_ptp_read()
H A Dptp.c84 if (!chip->info->ops->avb_ops->tai_read) in mv88e6xxx_tai_read()
87 return chip->info->ops->avb_ops->tai_read(chip, addr, data, len); in mv88e6xxx_tai_read()
92 if (!chip->info->ops->avb_ops->tai_write) in mv88e6xxx_tai_write()
95 return chip->info->ops->avb_ops->tai_write(chip, addr, data); in mv88e6xxx_tai_write()
H A Dchip.c4344 .avb_ops = &mv88e6165_avb_ops,
4382 .avb_ops = &mv88e6165_avb_ops,
4804 .avb_ops = &mv88e6390_avb_ops,
4864 .avb_ops = &mv88e6352_avb_ops,
4909 .avb_ops = &mv88e6352_avb_ops,
4970 .avb_ops = &mv88e6390_avb_ops,
5020 .avb_ops = &mv88e6352_avb_ops,
5068 .avb_ops = &mv88e6352_avb_ops,
5127 .avb_ops = &mv88e6390_avb_ops,
5227 .avb_ops = &mv88e6352_avb_ops,
[all …]
H A Dchip.h644 const struct mv88e6xxx_avb_ops *avb_ops; member