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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_macio.c940 const int *bidp; local
970 bidp = of_get_property(priv->node, "AAPL,bus-id", NULL);
971 priv->aapl_bus_id = bidp ? *bidp : 0;
974 if (priv->mediabay && bidp == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dpmac.c1031 const int *bidp; local
1068 bidp = of_get_property(np, "AAPL,bus-id", NULL);
1069 pmif->aapl_bus_id = bidp ? *bidp : 0;
1093 if (!bidp)

Completed in 107 milliseconds