Searched refs:msh (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/memstick/host/ |
H A D | rtsx_pci_ms.c | 21 struct memstick_host *msh; member 136 struct memstick_dev *card = host->msh->card; in ms_transfer_data() 394 struct memstick_host *msh = host->msh; in rtsx_pci_ms_handle_req() local 409 rc = memstick_next_req(msh, &host->req); in rtsx_pci_ms_handle_req() 420 static void rtsx_pci_ms_request(struct memstick_host *msh) in rtsx_pci_ms_request() argument 422 struct realtek_pci_ms *host = memstick_priv(msh); in rtsx_pci_ms_request() 432 static int rtsx_pci_ms_set_param(struct memstick_host *msh, in rtsx_pci_ms_set_param() argument 435 struct realtek_pci_ms *host = memstick_priv(msh); in rtsx_pci_ms_set_param() 498 struct memstick_host *msh = host->msh; in rtsx_pci_ms_suspend() local 502 memstick_suspend_host(msh); in rtsx_pci_ms_suspend() [all …]
|
H A D | jmb38x_ms.c | 58 struct memstick_host *msh; member 366 static int jmb38x_ms_issue_cmd(struct memstick_host *msh) in jmb38x_ms_issue_cmd() argument 368 struct jmb38x_ms_host *host = memstick_priv(msh); in jmb38x_ms_issue_cmd() 372 dev_dbg(&msh->dev, "no media status\n"); in jmb38x_ms_issue_cmd() 377 dev_dbg(&msh->dev, "control %08x\n", readl(host->addr + HOST_CONTROL)); in jmb38x_ms_issue_cmd() 378 dev_dbg(&msh->dev, "status %08x\n", readl(host->addr + INT_STATUS)); in jmb38x_ms_issue_cmd() 379 dev_dbg(&msh->dev, "hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_issue_cmd() 461 dev_dbg(&msh->dev, "executing TPC %08x, len %x\n", cmd, data_len); in jmb38x_ms_issue_cmd() 466 static void jmb38x_ms_complete_cmd(struct memstick_host *msh, int last) in jmb38x_ms_complete_cmd() argument 468 struct jmb38x_ms_host *host = memstick_priv(msh); in jmb38x_ms_complete_cmd() [all …]
|
H A D | tifm_ms.c | 337 struct memstick_host *msh = tifm_get_drvdata(sock); in tifm_ms_complete_cmd() local 362 rc = memstick_next_req(msh, &host->req); in tifm_ms_complete_cmd() 457 struct memstick_host *msh = (struct memstick_host *)data; in tifm_ms_req_tasklet() local 458 struct tifm_ms *host = memstick_priv(msh); in tifm_ms_req_tasklet() 467 rc = memstick_next_req(msh, &host->req); in tifm_ms_req_tasklet() 476 rc = memstick_next_req(msh, &host->req); in tifm_ms_req_tasklet() 482 static void tifm_ms_dummy_submit(struct memstick_host *msh) in tifm_ms_dummy_submit() argument 487 static void tifm_ms_submit_req(struct memstick_host *msh) in tifm_ms_submit_req() argument 489 struct tifm_ms *host = memstick_priv(msh); in tifm_ms_submit_req() 494 static int tifm_ms_set_param(struct memstick_host *msh, in tifm_ms_set_param() argument [all …]
|
H A D | rtsx_usb_ms.c | 27 struct memstick_host *msh; member 239 struct memstick_dev *card = host->msh->card; in ms_transfer_data() 511 struct memstick_host *msh = host->msh; in rtsx_usb_ms_handle_req() local 517 rc = memstick_next_req(msh, &host->req); in rtsx_usb_ms_handle_req() 541 static void rtsx_usb_ms_request(struct memstick_host *msh) in rtsx_usb_ms_request() argument 543 struct rtsx_usb_ms *host = memstick_priv(msh); in rtsx_usb_ms_request() 551 static int rtsx_usb_ms_set_param(struct memstick_host *msh, in rtsx_usb_ms_set_param() argument 554 struct rtsx_usb_ms *host = memstick_priv(msh); in rtsx_usb_ms_set_param() 647 struct memstick_host *msh = host->msh; in rtsx_usb_ms_suspend() local 665 memstick_suspend_host(msh); in rtsx_usb_ms_suspend() [all …]
|
/openbmc/qemu/hw/net/ |
H A D | e1000.c | 646 unsigned int msh = 0xfffff; in process_tx_desc() local 685 msh = tp->tso_props.hdr_len + tp->tso_props.mss; in process_tx_desc() 688 if (tp->size >= msh) { in process_tx_desc() 691 if (tp->size + bytes > msh) in process_tx_desc() 692 bytes = msh - tp->size; in process_tx_desc() 703 if (sz == msh) { in process_tx_desc()
|
/openbmc/linux/Documentation/power/ |
H A D | swsusp-dmcrypt.rst | 119 Please don't mind the weird loop above, busybox's msh doesn't know
|
/openbmc/linux/net/mac80211/ |
H A D | ieee80211_i.h | 755 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument 756 do { (msh)->mshstats.name++; } while (0) 758 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument
|
/openbmc/u-boot/board/freescale/m5373evb/ |
H A D | README | 323 BusyBox v1.00 (2007.11.07-19:57+0000) Built-in shell (msh) Enter 'help' for a list of built-in comm…
|