/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,port) outb_p(value,port)
|
/arch/powerpc/include/asm/ |
D | mc146818rtc.h | 27 outb_p((addr),RTC_PORT(0)); \ 31 outb_p((addr),RTC_PORT(0)); \ 32 outb_p((val),RTC_PORT(1)); \
|
D | floppy.h | 17 #define fd_outb(value,port) outb_p(value,port) 69 outb_p(*lptr, virtual_dma_port+5); in floppy_hardint()
|
/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/m32r/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)); \
|
/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 | 36 outb_p(value, port); in fd_outb()
|
/arch/mips/include/asm/mach-loongson64/ |
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()
|
/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, port) outb_p(value, port) 84 outb_p(*lptr, virtual_dma_port + 5); in floppy_hardint()
|
D | io.h | 326 #define outb_p outb_p macro
|
/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 | 15 #undef outb_p 22 #define outb_p(port, val) do { } while (0) macro
|
D | floppy.h | 78 outb_p(value, port); in fd_outb() 218 outb_p(*lptr, virtual_dma_port+5); in floppy_hardint()
|
D | io_mm.h | 120 #define outb_p mcf_pci_outb macro 362 #define outb_p isa_outb_p macro 398 #define outb_p(val, port) ((port) < 1024 ? isa_rom_outb_p((val), (port)) : out_8((port), (val))) macro 425 #define outb_p(val,port) ((void)0) macro
|
/arch/powerpc/platforms/maple/ |
D | time.c | 47 outb_p(addr, maple_rtc_addr); in maple_clock_read() 53 outb_p(addr, maple_rtc_addr); in maple_clock_write() 54 outb_p(val, maple_rtc_addr+1); in maple_clock_write()
|
D | setup.c | 118 outb_p(*maple_nvram_command, maple_nvram_base + *maple_nvram_offset); in maple_restart() 146 outb_p(*maple_nvram_command, maple_nvram_base + *maple_nvram_offset); in maple_power_off()
|
/arch/powerpc/platforms/ |
D | fsl_uli1575.c | 170 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/ |
D | reset.c | 39 outb_p(0xfe, 0x64); /* pulse reset low */ in sni_machine_restart()
|
D | time.c | 90 outb_p(0x34, 0x43); in dosample() 91 outb_p(SNI_8254_TCSAMP_COUNTER & 0xff, 0x40); in dosample()
|
/arch/sh/include/asm/ |
D | io_noioport.h | 52 #define outb_p(x, addr) outb((x), (addr)) macro
|