Searched refs:outw (Results 1 - 17 of 17) sorted by path

/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm1250cpci/src/
H A Ddev_ide.c229 disp->outw = idedrv_outw;
/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/src/
H A Ddev_ide.c231 disp->outw = idedrv_outw;
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_ide.c232 disp->outw = idedrv_outw;
H A Dsb_pci_machdep.c599 outw (unsigned int port, uint16_t val)
601 xprintf("outw: i/o regions not supported\n");
598 outw (unsigned int port, uint16_t val) function
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Ddev_sb1250_pcmcia.c323 disp->outw = pcmcia_outw;
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_pci_machdep.c1515 outw (unsigned int port, uint16_t val)
1514 outw (unsigned int port, uint16_t val) function
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_pci_machdep.c1494 outw (unsigned int port, uint16_t val)
1493 outw (unsigned int port, uint16_t val) function
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Dmpc824x_pci_machdep.c543 outw (unsigned int port, uint16_t val)
545 xprintf("outw: i/o regions not supported\n");
542 outw (unsigned int port, uint16_t val) function
/broadcom-cfe-1.4.2/cfe/arch/x86/common/src/
H A Dlib_physio.S133 PHYSOP2(outw,movw,ax)
174 .globl outw
175 outw: label
178 outw %ax,%dx
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_atapi.c194 disp->outw = atapidrv_outw;
H A Ddev_ide_frodo.c116 #define OUTW(x,y) outw(x,y)
369 disp->outw = idedrv_outw;
H A Ddev_ide_pci.c67 #define OUTW(x,y) outw(x,y)
325 disp->outw = idedrv_outw;
/broadcom-cfe-1.4.2/cfe/include/
H A Ddev_ide_common.h163 void (*outw)(idecommon_dispatch_t *disp,uint32_t reg,uint16_t val); member in struct:idecommon_dispatch_s
168 #define IDEDISP_WRITEREG16(ide,reg,val) (*((ide)->outw))(ide,reg,val)
/broadcom-cfe-1.4.2/cfe/pccons/
H A Dvgainit.c82 #define OUTW(x,y) outw(x,y)
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpcivar.h62 void outw(unsigned int port, uint16_t val);
/broadcom-cfe-1.4.2/cfe/x86emu/
H A Dsys.c470 Default PIO word write function. Doesn't perform real outw.
477 printk("outw %#04x -> %#04x \n", val, addr);)
550 sys_outw = funcs->outw;
H A Dx86emu.h81 outw - Function to write a word to an I/O port
89 void (X86APIP outw)(X86EMU_pioAddr addr, u16 val);

Completed in 123 milliseconds