Home
last modified time | relevance | path

Searched refs:PCI_CB_BRIDGE_MEM_1_WINDOW (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/pcmcia/
Dyenta_socket.c777 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW, in yenta_allocate_resources()
793 yenta_free_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW); in yenta_free_resources()
/linux-5.19.10/drivers/pci/
Dsetup-bus.c1187 b_res = &bridge->resource[PCI_CB_BRIDGE_MEM_1_WINDOW]; in pci_bus_size_cardbus()
/linux-5.19.10/include/linux/
Dpci.h118 #define PCI_CB_BRIDGE_MEM_1_WINDOW (PCI_BRIDGE_RESOURCES + 3) macro