Searched refs:yenta_allocate_res (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/pcmcia/ |
D | yenta_socket.c | 689 static int yenta_allocate_res(struct yenta_socket *socket, int nr, unsigned type, int addr_start, i… in yenta_allocate_res() function 753 program += yenta_allocate_res(socket, 0, IORESOURCE_IO, in yenta_allocate_resources() 755 program += yenta_allocate_res(socket, 1, IORESOURCE_IO, in yenta_allocate_resources() 757 program += yenta_allocate_res(socket, 2, IORESOURCE_MEM|IORESOURCE_PREFETCH, in yenta_allocate_resources() 759 program += yenta_allocate_res(socket, 3, IORESOURCE_MEM, in yenta_allocate_resources()
|