Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/parisc/
Dlba_pci.c67 #define DBG_PORT(x...) printk(x) macro
69 #define DBG_PORT(x...) macro
809 DBG_PORT(" 0x%x\n", t); \
848 DBG_PORT("%s(0x%p, 0x%x, 0x%x)\n", __func__, d, addr, val); \
890 DBG_PORT("%s(0x%p, 0x%x) ->", __func__, l, addr); \
892 DBG_PORT(" 0x%x\n", t); \
906 DBG_PORT("%s(0x%p, 0x%x, 0x%x)\n", __func__, l, addr, val); \
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192se/
Dreg.h53 #define DBG_PORT 0x003A macro
Dhw.c688 rtl_write_byte(rtlpriv, DBG_PORT, 0x91); in _rtl92se_macconfig_before_fwdownload()