Searched refs:inw (Results 1 - 17 of 17) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/x86/common/src/
H A Dlib_physio.S109 PHYSOP(inw,movw,ax)
154 .globl inw
155 inw: label
158 inw %dx,%ax
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpcivar.h59 uint16_t inw(unsigned int port);
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_atapi.c198 disp->inw = atapidrv_inw;
H A Ddev_ide_pci.c69 #define INW(x) inw(x)
329 disp->inw = idedrv_inw;
H A Ddev_ide_frodo.c118 #define INW(x) inw(x)
373 disp->inw = idedrv_inw;
/broadcom-cfe-1.4.2/cfe/x86emu/
H A Dx86emu.h78 inw - Function to read a word from an I/O port
86 u16 (X86APIP inw)(X86EMU_pioAddr addr);
H A Dsys.c423 Default PIO word read function. Doesn't perform real inw.
429 printk("inw %#04x \n", addr);)
547 sys_inw = funcs->inw;
/broadcom-cfe-1.4.2/cfe/include/
H A Ddev_ide_common.h159 uint16_t (*inw)(idecommon_dispatch_t *disp,uint32_t reg); member in struct:idecommon_dispatch_s
171 #define IDEDISP_READREG16(ide,reg) (*((ide)->inw))(ide,reg)
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm1250cpci/src/
H A Ddev_ide.c233 disp->inw = idedrv_inw;
/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/src/
H A Ddev_ide.c235 disp->inw = idedrv_inw;
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_ide.c236 disp->inw = idedrv_inw;
H A Dsb_pci_machdep.c579 inw (unsigned int port)
581 xprintf("inw: i/o regions not supported\n");
578 inw (unsigned int port) function
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Ddev_sb1250_pcmcia.c327 disp->inw = pcmcia_inw;
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Dmpc824x_pci_machdep.c523 inw (unsigned int port)
525 xprintf("inw: i/o regions not supported\n");
522 inw (unsigned int port) function
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_pci_machdep.c1475 inw (unsigned int port)
1474 inw (unsigned int port) function
/broadcom-cfe-1.4.2/cfe/pccons/
H A Dvgainit.c79 #define INW(x) inw(x)
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_pci_machdep.c1496 inw (unsigned int port)
1495 inw (unsigned int port) function

Completed in 122 milliseconds