Home
last modified time | relevance | path

Searched refs:out8 (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/macppc/dev/
H A Dif_wi_obio.c187 out8(gpio + 0x0f, 5); in wi_obio_enable()
189 out8(gpio + 0x0f, 4); in wi_obio_enable()
198 out8(extint_gpio + 0x0b, 0); in wi_obio_enable()
199 out8(extint_gpio + 0x0a, 0x28); in wi_obio_enable()
200 out8(extint_gpio + 0x0d, 0x28); in wi_obio_enable()
201 out8(gpio + 0x0d, 0x28); in wi_obio_enable()
202 out8(gpio + 0x0e, 0x28); in wi_obio_enable()
H A Dviareg.h76 out8(addr, in8(addr) & val); in via_reg_and()
84 out8(addr, in8(addr) | val); in via_reg_or()
92 out8(addr, in8(addr) ^ val); in via_reg_xor()
108 out8(addr, val); in write_via_reg()
H A Dzs.c777 out8(cs->cs_reg_csr, reg); in zs_read_reg()
787 out8(cs->cs_reg_csr, reg); in zs_write_reg()
789 out8(cs->cs_reg_csr, val); in zs_write_reg()
809 out8(cs->cs_reg_csr, val); in zs_write_csr()
826 out8(cs->cs_reg_data, val); in zs_write_data()
926 out8(&zc->zc_data, c); in zs_putc()
/openbsd/sys/arch/macppc/pci/
H A Dmacobio.c297 out8(sc->obiomem + 0x006a + 0x03, 0x04); in macobio_modem_power()
299 out8(sc->obiomem + 0x006a + 0x02, 0x04); in macobio_modem_power()
301 out8(sc->obiomem + 0x006a + 0x03, 0x05); in macobio_modem_power()
/openbsd/regress/usr.bin/libtool/
H A DMakefile187 ${LIBTOOL} --mode=compile ${CC} -static -prefer-pic -fpie -c dummy.c|tee out8
188 @if fgrep -q .libs/dummy.o out8; then exit 1; fi
189 @fgrep ' dummy.o' out8|fgrep -q -- -fPIC
190 @if fgrep ' dummy.o' out8|fgrep -- -fPIC|fgrep -q -- -fpie; then exit 1; fi
/openbsd/gnu/usr.bin/perl/lib/
H A DConfig.t154 my $out8 = $$out;
208 is("$out7;\n", "PERL_API_REVISION=$out8", "got expected diffs");
/openbsd/sys/arch/powerpc/include/
H A Dpio.h136 #define out8(a,v) outb(a,v) macro