/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/ |
H A D | 0001-build-Use-ilp32d-abi-on-riscv32-and-lp64d-on-rv64.patch | 9 Upstream-Status: Submitted [https://github.com/concurrencykit/ck/pull/204] 12 build/ck.build.riscv | 2 +- 13 build/ck.build.riscv64 | 2 +- 16 diff --git a/build/ck.build.riscv b/build/ck.build.riscv 18 --- a/build/ck.build.riscv 19 +++ b/build/ck.build.riscv 23 diff --git a/build/ck.build.riscv64 b/build/ck.build.riscv64 25 --- a/build/ck.build.riscv64 26 +++ b/build/ck.build.riscv64
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
H A D | dram.c | 26 uint32_t ck; in ddr_init() local 34 ck = get_sdram_clk_rate(); in ddr_init() 41 writel((ck / dram->trp) & 0x0000000F, &emc->t_rp); in ddr_init() 42 writel((ck / dram->tras) & 0x0000000F, &emc->t_ras); in ddr_init() 43 writel((ck / dram->tsrex) & 0x0000007F, &emc->t_srex); in ddr_init() 44 writel((ck / dram->twr) & 0x0000000F, &emc->t_wr); in ddr_init() 45 writel((ck / dram->trc) & 0x0000001F, &emc->t_rc); in ddr_init() 46 writel((ck / dram->trfc) & 0x0000001F, &emc->t_rfc); in ddr_init() 47 writel((ck / dram->txsr) & 0x000000FF, &emc->t_xsr); in ddr_init() 52 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init() [all …]
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sun9i.c | 52 * either be 2*CK or CK/2)... we only support the 2*CK clock at this 77 * clock cycles (CK) or nanoseconds. We express these using a structure 83 u32 ck; member 214 * PLL6 should be 2*CK * in mctl_sys_init() 218 * PLL6 should be CK/2 * in mctl_sys_init() 299 /* TODO: we only support the common case ... i.e. 2*CK */ in mctl_sys_init() 308 * PLL6 should be 2*CK * in mctl_sys_init() 384 const u32 tRTP = MAX(para->tRTP.ck, PS2CYCLES_ROUNDUP(para->tRTP.ps)); in mctl_channel_init() 385 const u32 tWTR = MAX(para->tWTR.ck, PS2CYCLES_ROUNDUP(para->tWTR.ps)); in mctl_channel_init() 388 const u32 tMOD = MAX(para->tMOD.ck, PS2CYCLES_ROUNDUP(para->tMOD.ps)); in mctl_channel_init() [all …]
|
/openbmc/u-boot/board/mpr2/ |
H A D | lowlevel_init.S | 80 /* tSW=0.5ck, 6 wait cycles, NO external wait, tHW=0.5ck */ 89 /* tRP=1ck, tRCD=1ck, CL=2, tRWL=2ck, tRC=4ck */
|
/openbmc/linux/crypto/ |
H A D | aria_generic.c | 33 const u32 *ck; in aria_set_encrypt_key() local 36 ck = &key_rc[(key_len - 16) / 2]; in aria_set_encrypt_key() 43 reg0 = w0[0] ^ ck[0]; in aria_set_encrypt_key() 44 reg1 = w0[1] ^ ck[1]; in aria_set_encrypt_key() 45 reg2 = w0[2] ^ ck[2]; in aria_set_encrypt_key() 46 reg3 = w0[3] ^ ck[3]; in aria_set_encrypt_key() 77 reg0 ^= ck[4]; in aria_set_encrypt_key() 78 reg1 ^= ck[5]; in aria_set_encrypt_key() 79 reg2 ^= ck[6]; in aria_set_encrypt_key() 80 reg3 ^= ck[7]; in aria_set_encrypt_key() [all …]
|
H A D | sm4.c | 18 static const u32 ____cacheline_aligned ck[32] = { variable 65 extern const u32 crypto_sm4_ck[32] __alias(ck); 135 rk[0] ^= sm4_key_sub(rk[1] ^ rk[2] ^ rk[3] ^ ck[i + 0]); in sm4_expandkey() 136 rk[1] ^= sm4_key_sub(rk[2] ^ rk[3] ^ rk[0] ^ ck[i + 1]); in sm4_expandkey() 137 rk[2] ^= sm4_key_sub(rk[3] ^ rk[0] ^ rk[1] ^ ck[i + 2]); in sm4_expandkey() 138 rk[3] ^= sm4_key_sub(rk[0] ^ rk[1] ^ rk[2] ^ ck[i + 3]); in sm4_expandkey()
|
/openbmc/qemu/hw/s390x/ |
H A D | 3270-ccw.c | 24 EmulatedCcw3270Class *ck = EMULATED_CCW_3270_GET_CLASS(dev); in handle_payload_3270_read() local 32 len = ck->read_payload_3270(dev); in handle_payload_3270_read() 44 EmulatedCcw3270Class *ck = EMULATED_CCW_3270_GET_CLASS(dev); in handle_payload_3270_write() local 52 len = ck->write_payload_3270(dev, ccw->cmd_code); in handle_payload_3270_write() 102 EmulatedCcw3270Class *ck = EMULATED_CCW_3270_GET_CLASS(dev); in emulated_ccw_3270_realize() local 113 if (!ck->init) { in emulated_ccw_3270_realize() 134 ck->init(dev, &err); in emulated_ccw_3270_realize()
|
/openbmc/u-boot/board/armadeus/apf27/ |
H A D | apf27.h | 87 #define ACFG_SDRAM_TWR_DELAY 1 /* LPDDR: 0=2ck 1=3ck 88 * SDRAM: 0=1ck 1=2ck 133 #define ACFG_SDRAM_TWR_DELAY 1 /* LPDDR: 0=2ck 1=3ck 134 * SDRAM: 0=1ck 1=2ck 179 #define ACFG_SDRAM_TWR_DELAY 1 /* LPDDR: 0=2ck 1=3ck 180 * SDRAM: 0=1ck 1=2ck
|
/openbmc/openbmc/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
|
/openbmc/linux/drivers/spi/ |
H A D | spi-omap-uwire.c | 90 struct clk *ck; member 342 rate = clk_get_rate(uwire->ck); in uwire_setup_transfer() 414 clk_get_rate(uwire->ck) / 1000, in uwire_setup_transfer() 450 clk_disable_unprepare(uwire->ck); in uwire_off() 475 uwire->ck = devm_clk_get(&pdev->dev, "fck"); in uwire_probe() 476 if (IS_ERR(uwire->ck)) { in uwire_probe() 477 status = PTR_ERR(uwire->ck); in uwire_probe() 482 clk_prepare_enable(uwire->ck); in uwire_probe() 527 // suspend ... unuse ck 528 // resume ... use ck
|
/openbmc/linux/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 | 238 struct cfg80211_cached_keys *ck = NULL; in cfg80211_ibss_wext_join() local 293 ck = kmemdup(wdev->wext.keys, sizeof(*ck), GFP_KERNEL); in cfg80211_ibss_wext_join() 294 if (!ck) in cfg80211_ibss_wext_join() 297 ck->params[i].key = ck->data[i]; in cfg80211_ibss_wext_join() 300 &wdev->wext.ibss, ck); in cfg80211_ibss_wext_join() 302 kfree(ck); in cfg80211_ibss_wext_join()
|
/openbmc/linux/kernel/sched/ |
H A D | core_sched.c | 13 struct sched_core_cookie *ck = kmalloc(sizeof(*ck), GFP_KERNEL); in sched_core_alloc_cookie() local 14 if (!ck) in sched_core_alloc_cookie() 17 refcount_set(&ck->refcnt, 1); in sched_core_alloc_cookie() 20 return (unsigned long)ck; in sched_core_alloc_cookie()
|
/openbmc/openbmc/poky/meta/recipes-support/consolekit/ |
H A D | consolekit_0.4.6.bb | 41 PACKAGES =+ "pam-plugin-ck-connector" 42 FILES:pam-plugin-ck-connector += "${base_libdir}/security/*.so" 43 RDEPENDS:pam-plugin-ck-connector += "${PN}"
|
/openbmc/linux/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()
|
/openbmc/linux/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 …]
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_plane.h | 4 * Author: CK Hu <ck.hu@mediatek.com>
|
/openbmc/linux/fs/lockd/ |
H A D | svc4proc.c | 514 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */ macro 537 .pc_xdrressize = Ck+St+2+No+Rg, 547 .pc_xdrressize = Ck+St, 557 .pc_xdrressize = Ck+St, 567 .pc_xdrressize = Ck+St, 577 .pc_xdrressize = Ck+St, 727 .pc_xdrressize = Ck+St+1, 737 .pc_xdrressize = Ck+St+1, 747 .pc_xdrressize = Ck+St,
|
H A D | svcproc.c | 548 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */ macro 571 .pc_xdrressize = Ck+St+2+No+Rg, 581 .pc_xdrressize = Ck+St, 591 .pc_xdrressize = Ck+St, 601 .pc_xdrressize = Ck+St, 611 .pc_xdrressize = Ck+St, 761 .pc_xdrressize = Ck+St+1, 771 .pc_xdrressize = Ck+St+1, 781 .pc_xdrressize = Ck+St,
|
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/ |
H A D | mediatek,cec.yaml | 10 - CK Hu <ck.hu@mediatek.com>
|
H A D | mediatek,hdmi-ddc.yaml | 10 - CK Hu <ck.hu@mediatek.com>
|
/openbmc/linux/include/soc/at91/ |
H A D | sama7-ddr.h | 23 #define DDR3PHY_PGCR_CKDV1 (1 << 13) /* CK# Disable Value */ 24 #define DDR3PHY_PGCR_CKDV0 (1 << 12) /* CK Disable Value */ 34 #define DDR3PHY_ACIOCR_CKPDD_CK0 (1 << 8) /* CK[0] Power Down Driver */
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-stm32.c | 64 *| MII | - | eth-ck | n/a | n/a | 67 *| GMII | - | eth-ck | n/a | n/a | 70 *| RGMII | - | eth-ck | n/a | eth-ck | 74 *| RMII | - | eth-ck | eth-ck | n/a | 319 dwmac->clk_eth_ck = devm_clk_get(dev, "eth-ck"); in stm32mp1_parse_data()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | qcs404-evb-4000.dts | 83 tx-ck-pins { 89 rx-ck-pins {
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 349 static uint32_t do_process_zerocopy_cookies(struct rds_zcopy_cookies *ck) in do_process_zerocopy_cookies() argument 353 if (ck->num > RDS_MAX_ZCOOKIES) in do_process_zerocopy_cookies() 355 ck->num, RDS_MAX_ZCOOKIES); in do_process_zerocopy_cookies() 356 for (i = 0; i < ck->num; i++) in do_process_zerocopy_cookies() 358 fprintf(stderr, "%d\n", ck->cookies[i]); in do_process_zerocopy_cookies() 359 return ck->num; in do_process_zerocopy_cookies() 365 struct rds_zcopy_cookies *ck; in do_recvmsg_completion() local 384 ck = (struct rds_zcopy_cookies *)CMSG_DATA(cmsg); in do_recvmsg_completion() 385 completions += do_process_zerocopy_cookies(ck); in do_recvmsg_completion()
|