Home
last modified time | relevance | path

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

12

/arch/alpha/include/asm/
Dmc146818rtc.h20 outb_p((addr),RTC_PORT(0)); \
24 outb_p((addr),RTC_PORT(0)); \
25 outb_p((val),RTC_PORT(1)); \
Dfloppy.h15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
/arch/sparc/include/asm/
Dmc146818rtc_32.h20 outb_p((addr),RTC_PORT(0)); \
24 outb_p((addr),RTC_PORT(0)); \
25 outb_p((val),RTC_PORT(1)); \
Dmc146818rtc_64.h21 outb_p((addr),RTC_PORT(0)); \
25 outb_p((addr),RTC_PORT(0)); \
26 outb_p((val),RTC_PORT(1)); \
/arch/powerpc/include/asm/
Dmc146818rtc.h23 outb_p((addr),RTC_PORT(0)); \
27 outb_p((addr),RTC_PORT(0)); \
28 outb_p((val),RTC_PORT(1)); \
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()
Ddma.h34 #define dma_outb outb_p
/arch/arm/include/asm/
Dmc146818rtc.h23 outb_p((addr),RTC_PORT(0)); \
27 outb_p((addr),RTC_PORT(0)); \
28 outb_p((val),RTC_PORT(1)); \
/arch/mips/include/asm/mach-generic/
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()
Dfloppy.h35 outb_p(value, base + reg); in fd_outb()
/arch/sh/boards/mach-se/770x/
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/x86/include/asm/
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()
Dfloppy.h35 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
85 outb_p(*lptr, virtual_dma_port + FD_DATA); in floppy_hardint()
Dio.h351 #define outb_p outb_p macro
Ddma.h16 #define dma_outb outb_p
/arch/mips/include/asm/mach-jazz/
Dmc146818rtc.h24 outb_p(addr, RTC_PORT(0)); in CMOS_READ()
30 outb_p(addr, RTC_PORT(0)); in CMOS_WRITE()
/arch/m68k/include/asm/
Dvga.h23 #undef outb_p
30 #define outb_p(port, val) do { } while (0) macro
Dfloppy.h78 outb_p(value, base + reg); in fd_outb()
219 outb_p(*lptr, virtual_dma_port + FD_DATA); in floppy_hardint()
/arch/powerpc/platforms/maple/
Dtime.c41 outb_p(addr, maple_rtc_addr); in maple_clock_read()
47 outb_p(addr, maple_rtc_addr); in maple_clock_write()
48 outb_p(val, maple_rtc_addr+1); in maple_clock_write()
Dsetup.c112 outb_p(*maple_nvram_command, maple_nvram_base + *maple_nvram_offset); in maple_restart()
140 outb_p(*maple_nvram_command, maple_nvram_base + *maple_nvram_offset); in maple_power_off()
/arch/powerpc/platforms/
Dfsl_uli1575.c166 outb_p(0x7c, 0x72); in quirk_final_uli1575()
167 outb_p(RTC_ALARM_DONT_CARE, 0x73); in quirk_final_uli1575()
169 outb_p(0x7d, 0x72); in quirk_final_uli1575()
170 outb_p(RTC_ALARM_DONT_CARE, 0x73); in quirk_final_uli1575()
/arch/mips/sni/
Dtime.c84 outb_p(0x34, 0x43); in dosample()
85 outb_p(SNI_8254_TCSAMP_COUNTER & 0xff, 0x40); in dosample()
Dreset.c39 outb_p(0xfe, 0x64); /* pulse reset low */ in sni_machine_restart()
/arch/sh/include/asm/
Dio_noioport.h52 #define outb_p(x, addr) outb((x), (addr)) macro
/arch/mips/include/asm/
Ddma.h22 #define dma_outb outb_p

12