Home
last modified time | relevance | path

Searched refs:PORT_SIZE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h523 #define PORT_SIZE long macro
525 #define PORT_SIZE short macro
531 outb(unsigned PORT_SIZE port, unsigned char val) in outb()
533 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) = in outb()
538 outw(unsigned PORT_SIZE port, unsigned short val) in outw()
540 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) = in outw()
545 outl(unsigned PORT_SIZE port, unsigned int val) in outl()
547 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) = in outl()
552 inb(unsigned PORT_SIZE port) in inb()
554 return *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + in inb()
[all …]
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D04_compiler_h_inb_outb_mips.diff27 #define PORT_SIZE long
29 -#define PORT_SIZE short
36 outb(unsigned PORT_SIZE port, unsigned char val)
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_inic162x.c81 PORT_SIZE = 0x40, enumerator
268 return hpriv->mmio_base + ap->port_no * PORT_SIZE; in inic_port_base()
781 void __iomem *port_base = mmio_base + i * PORT_SIZE; in init_controller()
863 ata_port_pbar_desc(ap, mmio_bar, i * PORT_SIZE, "port"); in inic_init_one()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog46697 Use long as PORT_SIZE