Searched defs:bidp (Results 1 - 2 of 2) sorted by relevance

/drivers/ata/
H A Dpata_macio.c938 const int *bidp; local
969 bidp = of_get_property(priv->node, "AAPL,bus-id", NULL);
970 priv->aapl_bus_id = bidp ? *bidp : 0;
973 if (priv->mediabay && bidp == 0)
/drivers/ide/
H A Dpmac.c1024 const int *bidp; local
1061 bidp = of_get_property(np, "AAPL,bus-id", NULL);
1062 pmif->aapl_bus_id = bidp ? *bidp : 0;
1086 if (!bidp)

Completed in 136 milliseconds