Home
last modified time | relevance | path

Searched refs:outb_p (Results 1 – 25 of 29) sorted by relevance

12

/arch/mips/include/asm/mach-generic/
A Dmc146818rtc.h20 outb_p(addr, RTC_PORT(0)); in CMOS_READ()
26 outb_p(addr, RTC_PORT(0)); in CMOS_WRITE()
27 outb_p(data, RTC_PORT(1)); in CMOS_WRITE()
A Dfloppy.h35 outb_p(value, base + reg); in fd_outb()
/arch/alpha/include/asm/
A Dmc146818rtc.h20 outb_p((addr),RTC_PORT(0)); \
24 outb_p((addr),RTC_PORT(0)); \
25 outb_p((val),RTC_PORT(1)); \
A Dfloppy.h15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
/arch/powerpc/include/asm/
A Dmc146818rtc.h23 outb_p((addr),RTC_PORT(0)); \
27 outb_p((addr),RTC_PORT(0)); \
28 outb_p((val),RTC_PORT(1)); \
A Dfloppy.h17 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
69 outb_p(*lptr, virtual_dma_port + FD_DATA); in floppy_hardint()
A Ddma.h34 #define dma_outb outb_p
/arch/sparc/include/asm/
A Dmc146818rtc_32.h20 outb_p((addr),RTC_PORT(0)); \
24 outb_p((addr),RTC_PORT(0)); \
25 outb_p((val),RTC_PORT(1)); \
A Dmc146818rtc_64.h21 outb_p((addr),RTC_PORT(0)); \
25 outb_p((addr),RTC_PORT(0)); \
26 outb_p((val),RTC_PORT(1)); \
/arch/arm/include/asm/
A Dmc146818rtc.h23 outb_p((addr),RTC_PORT(0)); \
27 outb_p((addr),RTC_PORT(0)); \
28 outb_p((val),RTC_PORT(1)); \
/arch/sh/boards/mach-se/770x/
A Dsetup.c25 outb_p(index, INDEX_PORT); in smsc_config()
26 outb_p(data, DATA_PORT); in smsc_config()
32 outb_p(CONFIG_ENTER, CONFIG_PORT); in smsc_setup()
33 outb_p(CONFIG_ENTER, CONFIG_PORT); in smsc_setup()
65 outb_p(CONFIG_EXIT, CONFIG_PORT); in smsc_setup()
/arch/mips/include/asm/mach-jazz/
A Dmc146818rtc.h24 outb_p(addr, RTC_PORT(0)); in CMOS_READ()
30 outb_p(addr, RTC_PORT(0)); in CMOS_WRITE()
/arch/x86/include/asm/
A Dmach_timer.h36 outb_p(CALIBRATE_LATCH & 0xff, 0x42); /* LSB of count */ in mach_prepare_counter()
37 outb_p(CALIBRATE_LATCH >> 8, 0x42); /* MSB of count */ in mach_prepare_counter()
A Dfloppy.h35 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
84 outb_p(*lptr, virtual_dma_port + FD_DATA); in floppy_hardint()
A Dio.h319 #define outb_p outb_p macro
A Ddma.h16 #define dma_outb outb_p
/arch/m68k/include/asm/
A Dvga.h23 #undef outb_p
30 #define outb_p(port, val) do { } while (0) macro
A Dfloppy.h78 outb_p(value, base + reg); in fd_outb()
219 outb_p(*lptr, virtual_dma_port + FD_DATA); in floppy_hardint()
A Dio_mm.h317 #define outb_p isa_outb_p macro
353 #define outb_p(val, port) ((port) < 1024 ? isa_rom_outb_p((val), (port)) : out_8((port), (val))) macro
/arch/powerpc/platforms/
A Dfsl_uli1575.c170 outb_p(0x7c, 0x72); in quirk_final_uli1575()
171 outb_p(RTC_ALARM_DONT_CARE, 0x73); in quirk_final_uli1575()
173 outb_p(0x7d, 0x72); in quirk_final_uli1575()
174 outb_p(RTC_ALARM_DONT_CARE, 0x73); in quirk_final_uli1575()
/arch/mips/sni/
A Dtime.c84 outb_p(0x34, 0x43); in dosample()
85 outb_p(SNI_8254_TCSAMP_COUNTER & 0xff, 0x40); in dosample()
A Dreset.c39 outb_p(0xfe, 0x64); /* pulse reset low */ in sni_machine_restart()
/arch/mips/include/asm/
A Ddma.h22 #define dma_outb outb_p
/arch/parisc/include/asm/
A Dio.h143 #define outb_p outb macro
/arch/x86/kernel/
A Dapm_32.c1198 outb_p(0x34, PIT_MODE); /* binary, mode 2, LSB/MSB, ch 0 */ in reinit_timer()
1200 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ in reinit_timer()
1202 outb_p(LATCH >> 8, PIT_CH0); /* MSB */ in reinit_timer()

Completed in 38 milliseconds

12