| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
| H A D | dram.c | 30 uint32_t ck; in ddr_init() local 38 ck = get_sdram_clk_rate(); in ddr_init() 45 writel((ck / dram->trp) & 0x0000000F, &emc->t_rp); in ddr_init() 46 writel((ck / dram->tras) & 0x0000000F, &emc->t_ras); in ddr_init() 47 writel((ck / dram->tsrex) & 0x0000007F, &emc->t_srex); in ddr_init() 48 writel((ck / dram->twr) & 0x0000000F, &emc->t_wr); in ddr_init() 49 writel((ck / dram->trc) & 0x0000001F, &emc->t_rc); in ddr_init() 50 writel((ck / dram->trfc) & 0x0000001F, &emc->t_rfc); in ddr_init() 51 writel((ck / dram->txsr) & 0x000000FF, &emc->t_xsr); in ddr_init() 56 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 86 u32 ck; member 387 const u32 tRTP = MAX(para->tRTP.ck, PS2CYCLES_ROUNDUP(para->tRTP.ps)); in mctl_channel_init() 388 const u32 tWTR = MAX(para->tWTR.ck, PS2CYCLES_ROUNDUP(para->tWTR.ps)); in mctl_channel_init() 391 const u32 tMOD = MAX(para->tMOD.ck, PS2CYCLES_ROUNDUP(para->tMOD.ps)); in mctl_channel_init() 393 const u32 tRRD = MAX(para->tRRD.ck, PS2CYCLES_ROUNDUP(para->tRRD.ps)); in mctl_channel_init() 399 const u32 tZQoper = MAX(para->tZQoper.ck, in mctl_channel_init() 401 const u32 tZQCS = MAX(para->tZQCS.ck, in mctl_channel_init() 409 const u32 tXP = MAX(para->tXP.ck, PS2CYCLES_ROUNDUP(para->tXP.ps)); in mctl_channel_init() 410 const u32 tXPDLL = MAX(para->tXPDLL.ck, in mctl_channel_init() 412 const u32 tCKE = MAX(para->tCKE.ck, PS2CYCLES_ROUNDUP(para->tCKE.ps)); in mctl_channel_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-omap-uwire.c | 93 struct clk *ck; member 345 rate = clk_get_rate(uwire->ck); in uwire_setup_transfer() 417 clk_get_rate(uwire->ck) / 1000, in uwire_setup_transfer() 453 clk_disable_unprepare(uwire->ck); in uwire_off() 478 uwire->ck = devm_clk_get(&pdev->dev, "fck"); in uwire_probe() 479 if (IS_ERR(uwire->ck)) { in uwire_probe() 480 status = PTR_ERR(uwire->ck); in uwire_probe() 485 clk_prepare_enable(uwire->ck); in uwire_probe()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/consolekit/consolekit/ |
| H A D | sepbuildfix.patch | 7 Index: pam-ck-connector/Makefile.am 9 --- consolekit/pam-ck-connector.orig/Makefile.am 2010-09-03 13:54:31.000000000 +0000 10 +++ consolekit/pam-ck-connector/Makefile.am 2013-04-17 09:06:49.093524918 +0000
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | wext-sme.c | 21 struct cfg80211_cached_keys *ck = NULL; in cfg80211_mgd_wext_connect() local 47 ck = kmemdup(wdev->wext.keys, sizeof(*ck), GFP_KERNEL); in cfg80211_mgd_wext_connect() 48 if (!ck) in cfg80211_mgd_wext_connect() 51 ck->params[i].key = ck->data[i]; in cfg80211_mgd_wext_connect() 58 &wdev->wext.connect, ck, prev_bssid); in cfg80211_mgd_wext_connect() 60 kfree_sensitive(ck); in cfg80211_mgd_wext_connect()
|
| H A D | ibss.c | 240 struct cfg80211_cached_keys *ck = NULL; in cfg80211_ibss_wext_join() local 295 ck = kmemdup(wdev->wext.keys, sizeof(*ck), GFP_KERNEL); in cfg80211_ibss_wext_join() 296 if (!ck) in cfg80211_ibss_wext_join() 299 ck->params[i].key = ck->data[i]; in cfg80211_ibss_wext_join() 302 &wdev->wext.ibss, ck); in cfg80211_ibss_wext_join() 304 kfree(ck); in cfg80211_ibss_wext_join()
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | message.c | 60 struct rds_zcopy_cookies *ck = &info->zcookies; in rds_zcookie_add() local 61 int ncookies = ck->num; in rds_zcookie_add() 65 ck->cookies[ncookies] = cookie; in rds_zcookie_add() 66 ck->num = ++ncookies; in rds_zcookie_add() 98 struct rds_zcopy_cookies *ck; in rds_rm_zerocopy_callback() local 118 ck = &info->zcookies; in rds_rm_zerocopy_callback() 119 memset(ck, 0, sizeof(*ck)); in rds_rm_zerocopy_callback()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-ioctl.c | 367 struct omapfb_color_key *ck) in _omapfb_set_color_key() argument 375 if (ck->key_type == OMAPFB_COLOR_KEY_DISABLED) { in _omapfb_set_color_key() 377 omapfb_color_keys[mgr->id] = *ck; in _omapfb_set_color_key() 388 switch (ck->key_type) { in _omapfb_set_color_key() 399 info.default_color = ck->background; in _omapfb_set_color_key() 400 info.trans_key = ck->trans_key; in _omapfb_set_color_key() 404 omapfb_color_keys[mgr->id] = *ck; in _omapfb_set_color_key() 416 struct omapfb_color_key *ck) in omapfb_set_color_key() argument 438 r = _omapfb_set_color_key(mgr, ck); in omapfb_set_color_key() 446 struct omapfb_color_key *ck) in omapfb_get_color_key() argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | sta_sch.c | 21 u32 ck; in poll_own_chk() local 28 ck = B_AX_SS_OWN; in poll_own_chk() 30 ck = 0; in poll_own_chk() 34 if ((val32 & ck) == 0) in poll_own_chk() 57 u32 ck; in poll_own_val() local 63 ck = B_AX_SS_OWN; in poll_own_val() 65 ck = 0; in poll_own_val() 69 if ((*r_val & ck) == 0) in poll_own_val()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | sta_sch.c | 21 u32 ck; in poll_own_chk() local 28 ck = B_AX_SS_OWN; in poll_own_chk() 30 ck = 0; in poll_own_chk() 34 if ((val32 & ck) == 0) in poll_own_chk() 57 u32 ck; in poll_own_val() local 63 ck = B_AX_SS_OWN; in poll_own_val() 65 ck = 0; in poll_own_val() 69 if ((*r_val & ck) == 0) in poll_own_val()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | msg_zerocopy.c | 346 static uint32_t do_process_zerocopy_cookies(struct rds_zcopy_cookies *ck) in do_process_zerocopy_cookies() argument 350 if (ck->num > RDS_MAX_ZCOOKIES) in do_process_zerocopy_cookies() 352 ck->num, RDS_MAX_ZCOOKIES); in do_process_zerocopy_cookies() 353 for (i = 0; i < ck->num; i++) in do_process_zerocopy_cookies() 355 fprintf(stderr, "%d\n", ck->cookies[i]); in do_process_zerocopy_cookies() 356 return ck->num; in do_process_zerocopy_cookies() 362 struct rds_zcopy_cookies *ck; in do_recvmsg_completion() local 381 ck = (struct rds_zcopy_cookies *)CMSG_DATA(cmsg); in do_recvmsg_completion() 382 completions += do_process_zerocopy_cookies(ck); in do_recvmsg_completion()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/consolekit/ |
| H A D | consolekit_0.4.6.bb | 38 PACKAGES =+ "pam-plugin-ck-connector" 39 FILES:pam-plugin-ck-connector += "${base_libdir}/security/*.so" 40 RDEPENDS:pam-plugin-ck-connector += "${PN}"
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | fsl-diu-fb.c | 1271 struct mfb_chroma_key ck; in fsl_diu_ioctl() local 1335 if (copy_from_user(&ck, buf, sizeof(ck))) in fsl_diu_ioctl() 1338 if (ck.enable && in fsl_diu_ioctl() 1339 (ck.red_max < ck.red_min || in fsl_diu_ioctl() 1340 ck.green_max < ck.green_min || in fsl_diu_ioctl() 1341 ck.blue_max < ck.blue_min)) in fsl_diu_ioctl() 1344 if (!ck.enable) { in fsl_diu_ioctl() 1352 ad->ckmax_r = ck.red_max; in fsl_diu_ioctl() 1353 ad->ckmax_g = ck.green_max; in fsl_diu_ioctl() 1354 ad->ckmax_b = ck.blue_max; in fsl_diu_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | clock.h | 121 #define CLK(dev, con, ck) \ argument 125 .clk = ck, \
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | qcs404-evb-4000.dts | 81 tx-ck { 87 rx-ck {
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | clock.c | 935 struct clk *ck; in clk_disable_unused() local 941 list_for_each_entry(ck, &clocks, node) { in clk_disable_unused() 942 if (ck->ops == &clkops_null) in clk_disable_unused() 945 if (ck->usecount > 0 || !ck->enable_reg) in clk_disable_unused() 948 omap1_clk_disable_unused(ck); in clk_disable_unused()
|
| H A D | clock.h | 26 #define CLK(dev, con, ck, cp) \ argument 32 .clk = ck, \
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | sm4_generic.c | 58 static const u32 ck[] = { variable 130 t = rk[0] ^ sm4_key_sub(rk[1] ^ rk[2] ^ rk[3] ^ ck[i]); in crypto_sm4_expand_key()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/ |
| H A D | omapfb.h | 178 int (*set_color_key) (struct omapfb_color_key *ck); 179 int (*get_color_key) (struct omapfb_color_key *ck);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | se-Risback | 1 # Sweden - Risbäck
|
| H A D | se-Hjo_Grevback | 1 # Sweden - Hjo/Grevbäck
|
| H A D | se-Syssleback | 1 # Sweden - Sysslebäck
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | am43xx-clocks.dtsi | 708 clkout1_osc_div_ck: clkout1-osc-div-ck { 717 clkout1_src2_mux_ck: clkout1-src2-mux-ck { 726 clkout1_src2_pre_div_ck: clkout1-src2-pre-div-ck { 735 clkout1_src2_post_div_ck: clkout1-src2-post-div-ck { 745 clkout1_mux_ck: clkout1-mux-ck { 754 clkout1_ck: clkout1-ck {
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | clock.h | 95 #define CLK(dev, con, ck) \ argument 101 .clk = ck, \
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | mtk-sd.txt | 49 - mediatek,latch-ck: Some SoCs do not support enhance_rx, need set correct latch-ck to avoid data c…
|