Searched refs:bfn (Results 1 – 1 of 1) sorted by relevance
2313 unsigned bfn; /* desired swapper setting */ in pcibr_addr_pci_to_xio() local2323 bfn = bst ? PCIIO_BYTE_STREAM : PCIIO_WORD_VALUES; in pcibr_addr_pci_to_xio()2325 if (bfn == bfo) { /* we already match. */ in pcibr_addr_pci_to_xio()2334 bfn & PCIIO_BYTE_STREAM ? " BYTE_STREAM" : "", in pcibr_addr_pci_to_xio()2335 bfn & PCIIO_WORD_VALUES ? " WORD_VALUES" : ""); in pcibr_addr_pci_to_xio()2350 *bfp = bfn; /* record the assignment */ in pcibr_addr_pci_to_xio()2356 bfn & PCIIO_BYTE_STREAM ? " BYTE_STREAM" : "", in pcibr_addr_pci_to_xio()2357 bfn & PCIIO_WORD_VALUES ? " WORD_VALUES" : ""); in pcibr_addr_pci_to_xio()