/arch/alpha/include/asm/ |
D | mc146818rtc.h | 20 outb_p((addr),RTC_PORT(0)); \ 24 outb_p((addr),RTC_PORT(0)); \ 25 outb_p((val),RTC_PORT(1)); \
|
D | floppy.h | 15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg))
|
/arch/sparc/include/asm/ |
D | mc146818rtc_32.h | 20 outb_p((addr),RTC_PORT(0)); \ 24 outb_p((addr),RTC_PORT(0)); \ 25 outb_p((val),RTC_PORT(1)); \
|
D | mc146818rtc_64.h | 21 outb_p((addr),RTC_PORT(0)); \ 25 outb_p((addr),RTC_PORT(0)); \ 26 outb_p((val),RTC_PORT(1)); \
|
/arch/powerpc/include/asm/ |
D | mc146818rtc.h | 23 outb_p((addr),RTC_PORT(0)); \ 27 outb_p((addr),RTC_PORT(0)); \ 28 outb_p((val),RTC_PORT(1)); \
|
D | floppy.h | 17 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) 69 outb_p(*lptr, virtual_dma_port + FD_DATA); in floppy_hardint()
|
D | dma.h | 34 #define dma_outb outb_p
|
/arch/arm/include/asm/ |
D | mc146818rtc.h | 23 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/ |
D | mc146818rtc.h | 20 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()
|
D | floppy.h | 35 outb_p(value, base + reg); in fd_outb()
|
/arch/sh/boards/mach-se/770x/ |
D | setup.c | 25 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/ |
D | mach_timer.h | 36 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()
|
D | floppy.h | 35 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) 85 outb_p(*lptr, virtual_dma_port + FD_DATA); in floppy_hardint()
|
D | io.h | 351 #define outb_p outb_p macro
|
D | dma.h | 16 #define dma_outb outb_p
|
/arch/mips/include/asm/mach-jazz/ |
D | mc146818rtc.h | 24 outb_p(addr, RTC_PORT(0)); in CMOS_READ() 30 outb_p(addr, RTC_PORT(0)); in CMOS_WRITE()
|
/arch/m68k/include/asm/ |
D | vga.h | 23 #undef outb_p 30 #define outb_p(port, val) do { } while (0) macro
|
D | floppy.h | 78 outb_p(value, base + reg); in fd_outb() 219 outb_p(*lptr, virtual_dma_port + FD_DATA); in floppy_hardint()
|
/arch/powerpc/platforms/maple/ |
D | time.c | 41 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()
|
D | setup.c | 112 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/ |
D | fsl_uli1575.c | 166 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/ |
D | time.c | 84 outb_p(0x34, 0x43); in dosample() 85 outb_p(SNI_8254_TCSAMP_COUNTER & 0xff, 0x40); in dosample()
|
D | reset.c | 39 outb_p(0xfe, 0x64); /* pulse reset low */ in sni_machine_restart()
|
/arch/sh/include/asm/ |
D | io_noioport.h | 52 #define outb_p(x, addr) outb((x), (addr)) macro
|
/arch/mips/include/asm/ |
D | dma.h | 22 #define dma_outb outb_p
|