Searched refs:BWL (Results 1 – 8 of 8) sorted by relevance
3 void BWL(pci_write)(TYPE v, pciaddr_t a) in BWL() function17 BWL(out) (v, 0xcfc + (a & 3)); in BWL()35 BWL(out) (v, 0xc000 + ((a >> (11 - 8)) & 0xf00) + (a & 0xff)); in BWL()
3 TYPE BWL(pci_read) (pciaddr_t a) in BWL() function19 r = BWL(in) (0xcfc + (a & 3)); in BWL()37 r = BWL(in) (0xc000 + ((a >> (11 - 8)) & 0xf00) + (a & 0xff)); in BWL()
2 #define BWL(x) x ## w macro
2 #define BWL(x) x ## b macro
2 #define BWL(x) x ## l macro