Searched refs:ms_dev (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/memstick/host/ |
| H A D | rtsx_usb_ms.c | 42 static inline struct device *ms_dev(struct rtsx_usb_ms *host) in ms_dev() function 92 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 94 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 96 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 98 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", CARD_DATA_SOURCE, *(ptr++)); in ms_print_debug_regs() 99 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", CARD_SELECT, *(ptr++)); in ms_print_debug_regs() 100 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", CARD_CLK_EN, *(ptr++)); in ms_print_debug_regs() 101 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", CARD_PWR_CTL, *(ptr++)); in ms_print_debug_regs() 173 dev_dbg(ms_dev(host), "%s\n", __func__); in ms_power_on() 213 dev_dbg(ms_dev(host), "%s\n", __func__); in ms_power_off() [all …]
|
| H A D | rtsx_pci_ms.c | 33 static inline struct device *ms_dev(struct realtek_pci_ms *host) in ms_dev() function 62 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 64 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 139 dev_dbg(ms_dev(host), "%s: tpc = 0x%02x, data_dir = %s, length = %d\n", in ms_transfer_data() 205 dev_dbg(ms_dev(host), "%s: tpc = 0x%02x\n", __func__, tpc); in ms_write_bytes() 237 dev_dbg(ms_dev(host), "MS_TRANS_CFG: 0x%02x\n", val); in ms_write_bytes() 274 dev_dbg(ms_dev(host), "%s: tpc = 0x%02x\n", __func__, tpc); in ms_read_bytes() 306 dev_dbg(ms_dev(host), "MS_TRANS_CFG: 0x%02x\n", val); in ms_read_bytes() 344 dev_dbg(ms_dev(host), "%s\n", __func__); in rtsx_pci_ms_issue_cmd() 374 dev_dbg(ms_dev(host), "int_reg: 0x%02x\n", int_reg); in rtsx_pci_ms_issue_cmd() [all …]
|