HomeSort by relevance Sort by last modified time
    Searched refs:probe_ent (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/ata/
ahci.c 32 struct ahci_uc_priv *probe_ent = NULL; variable in typeref:struct:ahci_uc_priv
939 uc_priv = probe_ent;
1001 probe_ent = calloc(1, sizeof(struct ahci_uc_priv));
1002 if (!probe_ent) {
1006 uc_priv = probe_ent;
1019 uc_priv = probe_ent;
1077 probe_ent = malloc(sizeof(struct ahci_uc_priv));
1078 if (!probe_ent) {
1083 uc_priv = probe_ent;
  /external/u-boot/board/highbank/
ahci.c 174 int ahci_link_up(struct ahci_uc_priv *probe_ent, int port)
178 u8 *port_mmio = (u8 *)probe_ent->port[port].port_mmio;

Completed in 4418 milliseconds