Home
last modified time | relevance | path

Searched refs:ost (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/clocksource/
H A Dingenic-sysost.c69 struct ingenic_ost *ost; member
98 prescale = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_recalc_rate()
112 prescale = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_recalc_rate()
157 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate()
160 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate()
173 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate()
176 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate()
221 struct ingenic_ost *ost = ingenic_ost; in ingenic_ost_global_timer_read_cntl() local
224 count = readl(ost->base + OST_REG_OST2CNTL); in ingenic_ost_global_timer_read_cntl()
241 struct ingenic_ost *ost = to_ingenic_ost(evt); in ingenic_ost_cevt_set_state_shutdown() local
[all …]
H A Dingenic-ost.c70 struct ingenic_ost *ost; in ingenic_ost_probe() local
80 ost = devm_kzalloc(dev, sizeof(*ost), GFP_KERNEL); in ingenic_ost_probe()
81 if (!ost) in ingenic_ost_probe()
84 ingenic_ost = ost; in ingenic_ost_probe()
86 ost->regs = devm_platform_ioremap_resource(pdev, 0); in ingenic_ost_probe()
87 if (IS_ERR(ost->regs)) in ingenic_ost_probe()
88 return PTR_ERR(ost->regs); in ingenic_ost_probe()
96 ost->clk = devm_clk_get_enabled(dev, "ost"); in ingenic_ost_probe()
97 if (IS_ERR(ost->clk)) in ingenic_ost_probe()
98 return PTR_ERR(ost->clk); in ingenic_ost_probe()
[all …]
/linux/arch/mips/boot/dts/ingenic/
H A Dcu1000-neo.dts55 &ost {
57 assigned-clocks = <&ost OST_CLK_EVENT_TIMER>, <&ost OST_CLK_GLOBAL_TIMER>;
H A Dcu1830-neo.dts55 &ost {
57 assigned-clocks = <&ost OST_CLK_EVENT_TIMER>, <&ost OST_CLK_GLOBAL_TIMER>;
H A Dx1830.dtsi83 ost: timer@12000000 { label
84 compatible = "ingenic,x1830-ost", "ingenic,x1000-ost";
90 clock-names = "ost";
H A Djz4725b.dtsi105 ost: timer@e0 { label
106 compatible = "ingenic,jz4725b-ost";
110 clock-names = "ost";
H A Djz4780.dtsi138 ost: timer@e0 { label
139 compatible = "ingenic,jz4780-ost", "ingenic,jz4770-ost";
143 clock-names = "ost";
H A Dx1000.dtsi90 ost: timer@12000000 { label
91 compatible = "ingenic,x1000-ost";
97 clock-names = "ost";
H A Djz4770.dtsi118 ost: timer@e0 { label
119 compatible = "ingenic,jz4770-ost";
123 clock-names = "ost";
/linux/Documentation/translations/zh_CN/arch/mips/
H A Dingenic-tcu.rst63 OST drivers/clocksource/ingenic-ost.c
/linux/Documentation/translations/zh_TW/arch/mips/
H A Dingenic-tcu.rst63 OST drivers/clocksource/ingenic-ost.c
/linux/scripts/
H A Dunifdef.c330 struct stat ist, ost; in main() local
331 if (stat(ofilename, &ost) == 0 && in main()
333 overwriting = (ist.st_dev == ost.st_dev in main()
334 && ist.st_ino == ost.st_ino); in main()
/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst61 OST drivers/clocksource/ingenic-ost.c
/linux/fs/nfsd/
H A Dnfs4state.c8080 const struct nfs4_ol_stateid *ost) in find_lock_stateid() argument
8084 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock); in find_lock_stateid()
8087 if (!nfs4_ol_stateid_unhashed(ost)) in find_lock_stateid()
8088 list_for_each_entry(lst, &ost->st_locks, st_locks) { in find_lock_stateid()
8146 struct inode *inode, struct nfs4_ol_stateid *ost, in find_or_create_lock_stateid() argument
8151 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in find_or_create_lock_stateid()
8156 lst = find_lock_stateid(lo, ost); in find_or_create_lock_stateid()
8167 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost); in find_or_create_lock_stateid()
8197 struct nfs4_ol_stateid *ost, in lookup_or_create_lock_state() argument
8202 struct nfs4_file *fi = ost->st_stid.sc_file; in lookup_or_create_lock_state()
[all …]