Searched refs:ioread (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
D | cb710.h | 64 return ioread##t(slot->iobase + port); \ 71 (ioread##t(slot->iobase + port) & ~clear)|set, \
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | Makefile | 11 pvrusb2-context.o pvrusb2-io.o pvrusb2-ioread.o \
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_drv.h | 145 val = ioread##x(ast->regs + reg); \ 156 val = ioread##x(ast->ioregs + reg); \
|
/linux-4.1.27/drivers/misc/cb710/ |
D | debug.c | 45 reg[j] = ioread##t(iobase \
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 45 _data = ioread##b##_native((u8 __iomem *)_object->map.ptr + (c)); \
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 1251 static void ioread(u16 off, u32 v, u32 mask, u32 *val) in ioread() function 1346 ioread(port - PCI_CONFIG_ADDR, pci_config_addr.val, mask, val); in pci_addr_ioread() 1502 ioread(port - PCI_CONFIG_DATA, d->config_words[reg], mask, val); in pci_data_ioread()
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.pvrusb2 | 171 pvrusb2-ioread.[ch] - This module layers on top of pvrusb2-io.[ch]
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c59x.c | 677 ret = ioread ## size(vp->ioaddr + addr); \
|