Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pcmcia/
Dyenta_socket.c774 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW, in yenta_allocate_resources()
792 yenta_free_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW); in yenta_free_resources()
/linux-6.1.9/drivers/pci/
Dsetup-bus.c1164 b_res = &bridge->resource[PCI_CB_BRIDGE_MEM_0_WINDOW]; in pci_bus_size_cardbus()
/linux-6.1.9/include/linux/
Dpci.h117 #define PCI_CB_BRIDGE_MEM_0_WINDOW (PCI_BRIDGE_RESOURCES + 2) macro