Home
last modified time | relevance | path

Searched refs:PCICAR_BUSN (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/m68k/include/asm/
Dm54xxpci.h91 #define PCICAR_BUSN 16 /* Move bus bits */ macro
/Linux-v5.10/arch/m68k/coldfire/
Dpci.c55 return (bus << PCICAR_BUSN) | (devfn << PCICAR_DEVFNN) | (where & 0xfc); in mcf_mk_pcicar()