Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 25 of 38) sorted by relevance

12

/drivers/clk/sunxi-ng/
Dccu_nm.c31 struct _ccu_nm *nm) in ccu_nm_find_best() argument
37 for (_n = nm->min_n; _n <= nm->max_n; _n++) { in ccu_nm_find_best()
38 for (_m = nm->min_m; _m <= nm->max_m; _m++) { in ccu_nm_find_best()
53 nm->n = best_n; in ccu_nm_find_best()
54 nm->m = best_m; in ccu_nm_find_best()
59 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_disable() local
61 return ccu_gate_helper_disable(&nm->common, nm->enable); in ccu_nm_disable()
66 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_enable() local
68 return ccu_gate_helper_enable(&nm->common, nm->enable); in ccu_nm_enable()
73 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_is_enabled() local
[all …]
/drivers/ntb/test/
Dntb_msi_test.c28 struct ntb_msit_ctx *nm; member
33 struct ntb_msit_ctx *nm; member
46 struct ntb_msit_ctx *nm = isr_ctx->nm; in ntb_msit_isr() local
48 dev_dbg(&nm->ntb->dev, "Interrupt Occurred: %d", in ntb_msit_isr()
58 struct ntb_msit_ctx *nm = container_of(work, struct ntb_msit_ctx, in ntb_msit_setup_work() local
65 ret = ntb_msi_setup_mws(nm->ntb); in ntb_msit_setup_work()
67 dev_err(&nm->ntb->dev, "Unable to setup MSI windows: %d\n", in ntb_msit_setup_work()
73 nm->isr_ctx[i].irq_idx = i; in ntb_msit_setup_work()
74 nm->isr_ctx[i].nm = nm; in ntb_msit_setup_work()
76 if (!nm->isr_ctx[i].irq_num) { in ntb_msit_setup_work()
[all …]
/drivers/scsi/fcoe/
Dfcoe_transport.c564 struct fcoe_netdev_mapping *nm = NULL, *tmp; in fcoe_transport_detach() local
576 list_for_each_entry_safe(nm, tmp, &fcoe_netdevs, list) { in fcoe_transport_detach()
577 if (nm->ft == ft) { in fcoe_transport_detach()
580 ft->name, nm->netdev->name); in fcoe_transport_detach()
581 list_del(&nm->list); in fcoe_transport_detach()
582 kfree(nm); in fcoe_transport_detach()
639 struct fcoe_netdev_mapping *nm; in fcoe_add_netdev_mapping() local
641 nm = kmalloc(sizeof(*nm), GFP_KERNEL); in fcoe_add_netdev_mapping()
642 if (!nm) { in fcoe_add_netdev_mapping()
647 nm->netdev = netdev; in fcoe_add_netdev_mapping()
[all …]
/drivers/gpu/drm/msm/
DKconfig84 bool "Enable DSI 28nm PHY driver in MSM DRM"
88 Choose this option if the 28nm DSI PHY is used on the platform.
91 bool "Enable DSI 20nm PHY driver in MSM DRM"
95 Choose this option if the 20nm DSI PHY is used on the platform.
98 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM"
102 Choose this option if the 28nm DSI PHY 8960 variant is used on the
106 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)"
113 bool "Enable DSI 10nm PHY driver in MSM DRM (used by SDM845)"
120 bool "Enable DSI 7nm PHY driver in MSM DRM"
/drivers/usb/host/
Dxhci-debugfs.h73 #define dump_register(nm) \ argument
75 .name = __stringify(nm), \
76 .offset = REG_ ##nm, \
/drivers/tee/optee/
Dsupp.c298 size_t nm; in supp_pop_req() local
309 nm = 1; in supp_pop_req()
312 nm = 0; in supp_pop_req()
319 if ((num_params - nm) != req->num_params) in supp_pop_req()
324 *num_meta = nm; in supp_pop_req()
/drivers/phy/marvell/
DMakefile13 obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o
14 obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o
DKconfig85 tristate "Marvell USB HSIC 28nm PHY Driver"
96 tristate "Marvell USB 2.0 28nm PHY Driver"
/drivers/memory/
Datmel-ebi.c70 #define ATMEL_SMC_SETUP_XLATE(nm, pos) \ argument
71 { .name = nm, .converter = atmel_smc_cs_conf_set_setup, .shift = pos}
73 #define ATMEL_SMC_PULSE_XLATE(nm, pos) \ argument
74 { .name = nm, .converter = atmel_smc_cs_conf_set_pulse, .shift = pos}
76 #define ATMEL_SMC_CYCLE_XLATE(nm, pos) \ argument
77 { .name = nm, .converter = atmel_smc_cs_conf_set_cycle, .shift = pos}
/drivers/md/
Dmd.h645 char nm[20]; in sysfs_link_rdev() local
649 sprintf(nm, "rd%d", rdev->raid_disk); in sysfs_link_rdev()
650 return sysfs_create_link(&mddev->kobj, &rdev->kobj, nm); in sysfs_link_rdev()
657 char nm[20]; in sysfs_unlink_rdev() local
661 sprintf(nm, "rd%d", rdev->raid_disk); in sysfs_unlink_rdev()
662 sysfs_remove_link(&mddev->kobj, nm); in sysfs_unlink_rdev()
/drivers/gpu/drm/exynos/
Dexynos_dp.c33 #define to_dp(nm) container_of(nm, struct exynos_dp_device, nm) argument
/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-debugfs.c21 #define dump_register(nm ...) \ argument
23 .name = #nm, \
24 .offset = nm, \
/drivers/usb/mtu3/
Dmtu3_debugfs.c16 #define dump_register(nm) \ argument
18 .name = __stringify(nm), \
19 .offset = U3D_ ##nm, \
22 #define dump_prb_reg(nm, os) \ argument
24 .name = nm, \
/drivers/gpu/drm/i915/display/
Dintel_audio.c394 const struct dp_aud_n_m *nm; in hsw_dp_audio_config_update() local
399 nm = audio_config_dp_get_n_m(crtc_state, rate); in hsw_dp_audio_config_update()
400 if (nm) in hsw_dp_audio_config_update()
401 drm_dbg_kms(&dev_priv->drm, "using Maud %u, Naud %u\n", nm->m, in hsw_dp_audio_config_update()
402 nm->n); in hsw_dp_audio_config_update()
412 if (nm) { in hsw_dp_audio_config_update()
414 tmp |= AUD_CONFIG_N(nm->n); in hsw_dp_audio_config_update()
425 if (nm) { in hsw_dp_audio_config_update()
426 tmp |= nm->m; in hsw_dp_audio_config_update()
/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c402 #define AMKSTR(nm) #nm "_BE", #nm "_BK", #nm "_VI", #nm "_VO" argument
Ddebug.c1245 #define AMKSTR(nm) #nm "_BE", #nm "_BK", #nm "_VI", #nm "_VO" argument
/drivers/mtd/ubi/
Ddebug.c195 char nm[17]; in ubi_dump_mkvol_req() local
204 memcpy(nm, req->name, 16); in ubi_dump_mkvol_req()
205 nm[16] = 0; in ubi_dump_mkvol_req()
206 pr_err("\t1st 16 characters of name: %s\n", nm); in ubi_dump_mkvol_req()
/drivers/gpu/drm/rockchip/
Danalogix_dp-rockchip.c43 #define to_dp(nm) container_of(nm, struct rockchip_dp_device, nm) argument
/drivers/phy/qualcomm/
DMakefile11 obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
DKconfig89 tristate "Qualcomm 28nm High-Speed PHY"
94 Enable this to support the Qualcomm Synopsys DesignWare Core 28nm
/drivers/misc/
Dxilinx_sdfec.c493 u32 no_packing, u32 nm, u32 offset) in xsdfec_reg1_write() argument
507 if (nm & ~(XSDFEC_REG1_NM_MASK >> XSDFEC_REG1_NM_LSB)) in xsdfec_reg1_write()
509 nm = (nm << XSDFEC_REG1_NM_LSB) & XSDFEC_REG1_NM_MASK; in xsdfec_reg1_write()
511 wdata = nm | no_packing | psize; in xsdfec_reg1_write()
685 ret = xsdfec_reg1_write(xsdfec, ldpc->psize, ldpc->no_packing, ldpc->nm, in xsdfec_add_ldpc()
/drivers/pinctrl/
Dpinctrl-zynq.c379 #define DEFINE_ZYNQ_PINCTRL_GRP(nm) \ argument
381 .name = #nm "_grp", \
382 .pins = nm ## _pins, \
383 .npins = ARRAY_SIZE(nm ## _pins), \
Dpinctrl-bm1880.c361 #define BM1880_PINCTRL_GRP(nm) \ argument
363 .name = #nm "_grp", \
364 .pins = nm ## _pins, \
365 .npins = ARRAY_SIZE(nm ## _pins), \
/drivers/usb/dwc2/
Ddebugfs.c327 #define dump_register(nm) \ argument
329 .name = #nm, \
330 .offset = nm, \
/drivers/infiniband/hw/hfi1/
Ddebugfs.c1095 #define DEBUGFS_OPS(nm, readroutine, writeroutine) \ argument
1097 .name = nm, \
1106 #define DEBUGFS_XOPS(nm, readf, writef, openf, releasef) \ argument
1108 .name = nm, \

12