Searched refs:yenta_allocate_res (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pcmcia/ |
D | yenta_socket.c | 692 static int yenta_allocate_res(struct yenta_socket *socket, int nr, unsigned type, int addr_start, i… in yenta_allocate_res() function 768 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_0_WINDOW, in yenta_allocate_resources() 771 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_1_WINDOW, in yenta_allocate_resources() 774 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW, in yenta_allocate_resources() 777 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW, in yenta_allocate_resources()
|