Searched refs:in_le16 (Results 1 – 15 of 15) sorted by relevance
/linux-2.4.37.9/include/asm-m68k/ |
D | io.h | 190 #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))
|
D | raw_io.h | 36 #define in_le16(addr) \ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | eeh.h | 117 u16 val = in_le16(vaddr); in eeh_readw() 200 val = in_le16((u16 *)(port+pci_io_base)); in eeh_inw()
|
D | io.h | 203 static inline int in_le16(volatile unsigned short *addr) in in_le16() function
|
/linux-2.4.37.9/include/asm-ppc/ |
D | io.h | 54 #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/ |
D | indirect_pci.c | 56 INDIRECT_PCI_OP(read, word, u16 *, in_le16, 2)
|
D | mpc10x_common.c | 278 MPC10X_PCI_OP(read, word, u16 *, in_le16, 2)
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | chrp_pci.c | 63 GG2_PCI_OP(read, word, u16 *, in_le16) 98 PYTHON_PCI_OP(read, word, u16 *, in_le16, 2)
|
D | pmac_pci.c | 170 MACRISC_PCI_OP(read, word, u16 *, in_le16, x) 173 MACRISC_PCI_OP(write, word, u16, out_le16, in_le16)
|
D | prep_pci.c | 645 PREP_PCI_OP(read, word, u16 *, in_le16)
|
/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | misc-spruce.c | 101 *val= in_le16((unsigned short *)(pci_config_data + (offset&3))); in cpc700_pcibios_read_config_word()
|
/linux-2.4.37.9/drivers/net/ |
D | gmac.h | 920 : (((reg) & REG_SZ_16) ? in_le16((volatile u16 *) \
|
D | bmac.c | 234 return in_le16((void *)dev->base_addr + reg_offset); in bmread()
|
/linux-2.4.37.9/drivers/video/ |
D | S3triofb.c | 50 #define mem_in16(addr) in_le16((void *)(addr))
|
/linux-2.4.37.9/drivers/macintosh/ |
D | macserial.c | 549 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()
|