Home
last modified time | relevance | path

Searched defs:BT (Results 1 – 4 of 4) sorted by relevance

/linux/net/bluetooth/
H A DKconfig6 menuconfig BT config
/linux/arch/powerpc/include/asm/
H A Ddbdma.h39 #define BT 0x0100 macro
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h491 #define WX_BT2KB(BT) (((BT) + (8 * 1024 - 1)) / (8 * 1024)) argument
492 #define WX_B2BT(BT) ((BT) * 8) argument
/linux/arch/powerpc/xmon/
H A Dppc-opc.c237 #define BT BH + 1 macro