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

  /src/sys/arch/macppc/dev/
snapper.c 527 static bus_size_t headphone_detect = 0; variable in typeref:typename:bus_size_t
1967 if (headphone_detect != 0) {
1968 sense = obio_read_1(headphone_detect);
2143 headphone_detect = addr;
2189 DPRINTF(" headphone-detect %x\n", headphone_detect);
2215 if (headphone_detect != 0) {
2216 obio_write_1(headphone_detect,
2217 obio_read_1(headphone_detect) | 0x80);

Completed in 13 milliseconds