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

  /src/sys/arch/macppc/dev/
obiovar.h 43 uint8_t obio_read_1(int);
obio.c 410 uint8_t obio_read_1(int offset) function in typeref:typename:uint8_t
784 val = obio_read_1(reg);
854 return ((obio_read_1(reg) & GPIO_LEVEL) != 0);
861 uint8_t gpio = obio_read_1(reg);
snapper.c 1883 if (obio_read_1(addr) & GPIO_DATA)
1968 sense = obio_read_1(headphone_detect);
1980 sense = obio_read_1(lineout_detect);
2217 obio_read_1(headphone_detect) | 0x80);
2221 obio_read_1(lineout_detect) | 0x80);
2307 int data = (obio_read_1(owaddr) & GPIO_LEVEL) ? 1 : 0;
smu.c 526 gpio = obio_read_1(sc->sc_dbell_gpio);
533 gpio = obio_read_1(sc->sc_dbell_gpio);

Completed in 15 milliseconds