HomeSort by: relevance | last modified time | path
    Searched refs:nreset (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-overo-base.dtsi 64 /* Regulator to trigger the nReset signal of the Wifi module */
65 w3cbw003c_wifi_nreset: regulator-w3cbw003c-wifi-nreset {
69 regulator-name = "regulator-w3cbw003c-wifi-nreset";
72 gpio = <&gpio1 16 GPIO_ACTIVE_HIGH>; /* gpio_16: WiFi nReset */
s5pv210-goni.dts 381 nreset-gpios = <&gpb 2 GPIO_ACTIVE_HIGH>;
  /src/sys/dev/vme/
xy.c 1643 int nreset = 0; local in function:xyc_piodriver
1655 if (res == XY_ERR_FAIL && nreset >= 2) {
1664 (nreset++ == 0) ? XY_RSET_NONE : iorq,
xd.c 1734 int nreset = 0; local in function:xdc_piodriver
1753 if (count == 0 && nreset >= 2) {
1762 (nreset++ == 0) ? XD_RSET_NONE : iorqno,
  /src/sys/arch/sun3/dev/
xy.c 1500 int nreset = 0; local in function:xyc_piodriver
1513 if (res == XY_ERR_FAIL && nreset >= 2) {
1522 (nreset++ == 0) ? XY_RSET_NONE : iorq,
xd.c 1562 int nreset = 0; local in function:xdc_piodriver
1581 if (count == 0 && nreset >= 2) {
1590 (nreset++ == 0) ? XD_RSET_NONE : iorqno,

Completed in 33 milliseconds