| /openbmc/u-boot/drivers/net/ |
| H A D | mvneta.c | 419 static void mvreg_write(struct mvneta_port *pp, u32 offset, u32 data) in mvreg_write() 425 static u32 mvreg_read(struct mvneta_port *pp, u32 offset) in mvreg_read() 431 static void mvneta_mib_counters_clear(struct mvneta_port *pp) in mvneta_mib_counters_clear() 454 static void mvneta_rxq_non_occup_desc_add(struct mvneta_port *pp, in mvneta_rxq_non_occup_desc_add() 473 static int mvneta_rxq_busy_desc_num_get(struct mvneta_port *pp, in mvneta_rxq_busy_desc_num_get() 485 static void mvneta_rxq_desc_num_update(struct mvneta_port *pp, in mvneta_rxq_desc_num_update() 531 static void mvneta_txq_pend_desc_add(struct mvneta_port *pp, in mvneta_txq_pend_desc_add() 555 static void mvneta_rxq_buf_size_set(struct mvneta_port *pp, in mvneta_rxq_buf_size_set() 569 static int mvneta_port_is_fixed_link(struct mvneta_port *pp) in mvneta_port_is_fixed_link() 577 static void mvneta_port_up(struct mvneta_port *pp) in mvneta_port_up() [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | memalign.h | 52 void **pp = (void **)p; in qemu_cleanup_generic_vfree() local
|
| /openbmc/u-boot/drivers/ata/ |
| H A D | ahci.c | 98 static void ahci_dcache_flush_sata_cmd(struct ahci_ioports *pp) in ahci_dcache_flush_sata_cmd() 506 struct ahci_ioports *pp = &(uc_priv->port[port]); in ahci_fill_sg() local 533 static void ahci_fill_cmd_slot(struct ahci_ioports *pp, u32 opts) in ahci_fill_cmd_slot() 561 struct ahci_ioports *pp = &(uc_priv->port[port]); in ahci_port_start() local 638 struct ahci_ioports *pp = &(uc_priv->port[port]); in ahci_device_data_io() local 1117 struct ahci_ioports *pp = &(uc_priv->port[port]); in ata_io_flush() local
|
| H A D | dwc_ahsata.c | 324 struct ahci_ioports *pp = &uc_priv->port[port]; in ahci_fill_sg() local 351 static void ahci_fill_cmd_slot(struct ahci_ioports *pp, u32 cmd_slot, u32 opts) in ahci_fill_cmd_slot() 372 struct ahci_ioports *pp = &uc_priv->port[port]; in ahci_exec_ata_cmd() local 435 struct ahci_ioports *pp = &uc_priv->port[port]; in ahci_port_start() local
|
| /openbmc/u-boot/drivers/core/ |
| H A D | of_access.c | 125 struct property *pp; in of_find_property() local 168 struct property *pp = of_find_property(np, name, lenp); in of_get_property() local 307 #define for_each_property_of_node(dn, pp) \ argument 314 struct property *pp; in of_find_node_opts_by_path() local 735 struct property *pp; in of_alias_scan() local
|
| H A D | ofnode.c | 808 struct property *pp; in ofnode_write_prop() local
|
| /openbmc/qemu/target/ppc/ |
| H A D | mmu-hash32.h | 116 static inline int ppc_hash32_prot(bool key, int pp, bool nx) in ppc_hash32_prot() 155 int pp = batl & BATL32_PP; in ppc_hash32_bat_prot() local
|
| H A D | mmu-hash64.c | 401 unsigned pp, key; in ppc_hash64_pte_prot() local
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | emc.c | 175 struct apb_misc_pp_ctlr *pp = in decode_emc() local
|
| /openbmc/u-boot/lib/ |
| H A D | of_live.c | 48 struct property *pp, **prev_pp = NULL; in unflatten_dt_node() local
|
| H A D | bch.c | 431 int k, pp = -1; in compute_error_locator_polynomial() local
|
| /openbmc/u-boot/lib/bzip2/ |
| H A D | bzlib_huffman.c | 202 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables() local
|
| H A D | bzlib_decompress.c | 464 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local
|
| /openbmc/qemu/monitor/ |
| H A D | hmp.c | 77 static int get_str(char *buf, int buf_size, const char **pp) in get_str() 510 static int get_expr(Monitor *mon, int64_t *pval, const char **pp) in get_expr() 525 static int get_double(Monitor *mon, double *pval, const char **pp) in get_double()
|
| /openbmc/ipmitool/src/plugins/serial/ |
| H A D | serial_terminal.c | 162 char * pp; in ipmi_serial_term_open() local 363 char *p, *pp; in recv_response() local
|
| H A D | serial_basic.c | 215 char * pp; in serial_bm_open() local
|
| /openbmc/u-boot/net/ |
| H A D | eth_legacy.c | 391 void *pp = push_packet; in eth_receive() local
|
| /openbmc/qemu/accel/tcg/ |
| H A D | translate-all.c | 69 static int64_t decode_sleb128(const uint8_t **pp) in decode_sleb128()
|
| H A D | tb-maint.c | 671 void **pp = *lp; in tb_remove_all_1() local
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | mmu.h | 33 unsigned long pp:2; /* Page protection */ member 61 unsigned long pp:2; /* Page access protections */ member 95 unsigned long pp:2; /* Page access protections */ member
|
| /openbmc/u-boot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip-core.c | 575 struct property *pp; local
|
| /openbmc/qemu/net/ |
| H A D | slirp.c | 52 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep) in get_str_sep()
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | spi-nor-core.c | 1829 spi_nor_set_pp_settings(struct spi_nor_pp_command *pp, in spi_nor_set_pp_settings() 2633 const struct spi_nor_pp_command *pp; in spi_nor_select_pp() local
|
| /openbmc/u-boot/drivers/video/ |
| H A D | mx3fb.c | 342 struct chan_param_mem_planar pp; member
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | checks.c | 524 struct property **pp, *prop = NULL; in check_name_properties() local
|