Home
last modified time | relevance | path

Searched refs:in_le16 (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/include/asm-m68k/
Dio.h190 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port)))
195 #define isa_readw(p) (ISA_SEX ? in_be16(isa_mtw(p)) : in_le16(isa_mtw(p)))
260 #define readw(addr) in_le16(addr)
267 #define inw(port) in_le16(port)
279 #define inw(port) ((port)<1024 ? isa_inw(port) : in_le16(port))
Draw_io.h36 #define in_le16(addr) \ macro
/linux-2.4.37.9/include/asm-ppc64/
Deeh.h117 u16 val = in_le16(vaddr); in eeh_readw()
200 val = in_le16((u16 *)(port+pci_io_base)); in eeh_inw()
Dio.h203 static inline int in_le16(volatile unsigned short *addr) in in_le16() function
/linux-2.4.37.9/include/asm-ppc/
Dio.h54 #define readw(addr) in_le16((volatile u16 *)(addr))
156 #define inw(port) in_le16((u16 *)((port)+_IO_BASE))
318 extern inline int in_le16(volatile unsigned short *addr) in in_le16() function
/linux-2.4.37.9/arch/ppc/kernel/
Dindirect_pci.c56 INDIRECT_PCI_OP(read, word, u16 *, in_le16, 2)
Dmpc10x_common.c278 MPC10X_PCI_OP(read, word, u16 *, in_le16, 2)
/linux-2.4.37.9/arch/ppc/platforms/
Dchrp_pci.c63 GG2_PCI_OP(read, word, u16 *, in_le16)
98 PYTHON_PCI_OP(read, word, u16 *, in_le16, 2)
Dpmac_pci.c170 MACRISC_PCI_OP(read, word, u16 *, in_le16, x)
173 MACRISC_PCI_OP(write, word, u16, out_le16, in_le16)
Dprep_pci.c645 PREP_PCI_OP(read, word, u16 *, in_le16)
/linux-2.4.37.9/arch/ppc/boot/simple/
Dmisc-spruce.c101 *val= in_le16((unsigned short *)(pci_config_data + (offset&3))); in cpc700_pcibios_read_config_word()
/linux-2.4.37.9/drivers/net/
Dgmac.h920 : (((reg) & REG_SZ_16) ? in_le16((volatile u16 *) \
Dbmac.c234 return in_le16((void *)dev->base_addr + reg_offset); in bmread()
/linux-2.4.37.9/drivers/video/
DS3triofb.c50 #define mem_in16(addr) in_le16((void *)(addr))
/linux-2.4.37.9/drivers/macintosh/
Dmacserial.c549 where -= in_le16(&info->rx->res_count); in receive_special_dma()
637 if ((in_le16(&cd->xfer_status) & (RUN | ACTIVE)) != (RUN | ACTIVE)) { in rs_rxdma_irq()
823 residue = in_le16(&info->rx->res_count); in rxdma_to_tty()