Home
last modified time | relevance | path

Searched refs:hme (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsun_esp.c82 static int esp_sbus_map_regs(struct esp *esp, int hme) in esp_sbus_map_regs() argument
90 if (hme) in esp_sbus_map_regs()
452 struct platform_device *espdma, int hme) in esp_sbus_probe_one() argument
465 host->max_id = (hme ? 16 : 8); in esp_sbus_probe_one()
472 if (hme) in esp_sbus_probe_one()
479 err = esp_sbus_map_regs(esp, hme); in esp_sbus_probe_one()
518 of_iounmap(&op->resource[(hme ? 1 : 0)], esp->regs, SBUS_ESP_REG_SIZE); in esp_sbus_probe_one()
530 int hme = 0; in esp_sbus_probe() local
538 hme = 1; in esp_sbus_probe()
545 ret = esp_sbus_probe_one(op, dma_of, hme); in esp_sbus_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A DKconfig25 This driver supports the "hme" interface present on most Ultra
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c11078 const hnd_ext_trap_heap_err_t* hme; local
11081 hme = (const hnd_ext_trap_heap_err_t *)tlv->data;
11082 bcm_bprintf(b, " arena total: %d\n", hme->arena_total);
11083 bcm_bprintf(b, " heap free: %d\n", hme->heap_free);
11084 bcm_bprintf(b, " heap in use: %d\n", hme->heap_inuse);
11085 bcm_bprintf(b, " mf count: %d\n", hme->mf_count);
11086 bcm_bprintf(b, " stack LWM: %x\n", hme->stack_lwm);
11090 if (hme->heap_histogm[i] == 0xfffe)
11091 bcm_bprintf(b, " Others\t%d\t?\n", hme->heap_histogm[i + 1]);
11092 else if (hme->heap_histogm[i] == 0xffff)
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c11080 const hnd_ext_trap_heap_err_t* hme; local
11083 hme = (const hnd_ext_trap_heap_err_t *)tlv->data;
11084 bcm_bprintf(b, " arena total: %d\n", hme->arena_total);
11085 bcm_bprintf(b, " heap free: %d\n", hme->heap_free);
11086 bcm_bprintf(b, " heap in use: %d\n", hme->heap_inuse);
11087 bcm_bprintf(b, " mf count: %d\n", hme->mf_count);
11088 bcm_bprintf(b, " stack LWM: %x\n", hme->stack_lwm);
11092 if (hme->heap_histogm[i] == 0xfffe)
11093 bcm_bprintf(b, " Others\t%d\t?\n", hme->heap_histogm[i + 1]);
11094 else if (hme->heap_histogm[i] == 0xffff)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c11078 const hnd_ext_trap_heap_err_t* hme; local
11081 hme = (const hnd_ext_trap_heap_err_t *)tlv->data;
11082 bcm_bprintf(b, " arena total: %d\n", hme->arena_total);
11083 bcm_bprintf(b, " heap free: %d\n", hme->heap_free);
11084 bcm_bprintf(b, " heap in use: %d\n", hme->heap_inuse);
11085 bcm_bprintf(b, " mf count: %d\n", hme->mf_count);
11086 bcm_bprintf(b, " stack LWM: %x\n", hme->stack_lwm);
11090 if (hme->heap_histogm[i] == 0xfffe)
11091 bcm_bprintf(b, " Others\t%d\t?\n", hme->heap_histogm[i + 1]);
11092 else if (hme->heap_histogm[i] == 0xffff)
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c14493 const hnd_ext_trap_heap_err_t* hme; local
14496 hme = (const hnd_ext_trap_heap_err_t *)tlv->data;
14497 bcm_bprintf(b, " arena total: %d\n", hme->arena_total);
14498 bcm_bprintf(b, " heap free: %d\n", hme->heap_free);
14499 bcm_bprintf(b, " heap in use: %d\n", hme->heap_inuse);
14500 bcm_bprintf(b, " mf count: %d\n", hme->mf_count);
14501 bcm_bprintf(b, " stack LWM: %x\n", hme->stack_lwm);
14505 if (hme->heap_histogm[i] == 0xfffe)
14506 bcm_bprintf(b, " Others\t%d\t?\n", hme->heap_histogm[i + 1]);
14507 else if (hme->heap_histogm[i] == 0xffff)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c14497 const hnd_ext_trap_heap_err_t* hme; local
14500 hme = (const hnd_ext_trap_heap_err_t *)tlv->data;
14501 bcm_bprintf(b, " arena total: %d\n", hme->arena_total);
14502 bcm_bprintf(b, " heap free: %d\n", hme->heap_free);
14503 bcm_bprintf(b, " heap in use: %d\n", hme->heap_inuse);
14504 bcm_bprintf(b, " mf count: %d\n", hme->mf_count);
14505 bcm_bprintf(b, " stack LWM: %x\n", hme->stack_lwm);
14509 if (hme->heap_histogm[i] == 0xfffe)
14510 bcm_bprintf(b, " Others\t%d\t?\n", hme->heap_histogm[i + 1]);
14511 else if (hme->heap_histogm[i] == 0xffff)
[all …]
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...