HomeSort by: relevance | last modified time | path
    Searched defs:isrockchip (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
anx_dp.c 227 isrockchip(struct anxdp_softc * const sc) function in typeref:typename:const bool
264 const bus_size_t pd_reg = isrockchip(sc) ? RKANXDP_PD : ANXDP_PHY_PD;
310 const bus_size_t pd_reg = isrockchip(sc) ? RKANXDP_PD : ANXDP_PHY_PD;
311 const uint32_t pd_mask = isrockchip(sc) ? RK_AUX_PD : AUX_PD;
331 if (!isrockchip(sc))
620 if (isrockchip(sc)) {
644 if (isrockchip(sc)) {
695 if (isrockchip(sc)) {
anx_dp.c 227 isrockchip(struct anxdp_softc * const sc) function in typeref:typename:const bool
264 const bus_size_t pd_reg = isrockchip(sc) ? RKANXDP_PD : ANXDP_PHY_PD;
310 const bus_size_t pd_reg = isrockchip(sc) ? RKANXDP_PD : ANXDP_PHY_PD;
311 const uint32_t pd_mask = isrockchip(sc) ? RK_AUX_PD : AUX_PD;
331 if (!isrockchip(sc))
620 if (isrockchip(sc)) {
644 if (isrockchip(sc)) {
695 if (isrockchip(sc)) {

Completed in 23 milliseconds