/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | ingenic-sysost.c | 70 struct ingenic_ost *ost; member 99 prescale = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_recalc_rate() 113 prescale = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_recalc_rate() 153 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate() 155 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate() 168 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate() 170 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate() 215 struct ingenic_ost *ost = ingenic_ost; in ingenic_ost_global_timer_read_cntl() local 218 count = readl(ost->base + OST_REG_OST2CNTL); in ingenic_ost_global_timer_read_cntl() 235 struct ingenic_ost *ost in ingenic_ost_cevt_set_state_shutdown() local 245 struct ingenic_ost *ost = to_ingenic_ost(evt); ingenic_ost_cevt_set_next() local 259 struct ingenic_ost *ost = to_ingenic_ost(evt); ingenic_ost_cevt_cb() local 269 ingenic_ost_register_clock(struct ingenic_ost *ost, unsigned int idx, const struct ingenic_ost_clk_info *info, struct clk_hw_onecell_data *clocks) ingenic_ost_register_clock() argument 312 ingenic_ost_percpu_timer_init(struct device_node *np, struct ingenic_ost *ost) ingenic_ost_percpu_timer_init() argument 366 ingenic_ost_global_timer_init(struct device_node *np, struct ingenic_ost *ost) ingenic_ost_global_timer_init() argument 425 struct ingenic_ost *ost; ingenic_ost_probe() local 498 struct ingenic_ost *ost; ingenic_ost_init() local [all...] |
H A D | ingenic-ost.c | 70 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(dev, "ost"); in ingenic_ost_probe() 146 struct ingenic_ost *ost = dev_get_drvdata(dev); ingenic_ost_suspend() local 155 struct ingenic_ost *ost = dev_get_drvdata(dev); ingenic_ost_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | ingenic-sysost.c | 69 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() 152 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate() 155 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate() 168 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate() 171 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate() 216 struct ingenic_ost *ost = ingenic_ost; in ingenic_ost_global_timer_read_cntl() local 219 count = readl(ost->base + OST_REG_OST2CNTL); in ingenic_ost_global_timer_read_cntl() 236 struct ingenic_ost *ost in ingenic_ost_cevt_set_state_shutdown() local 246 struct ingenic_ost *ost = to_ingenic_ost(evt); ingenic_ost_cevt_set_next() local 260 struct ingenic_ost *ost = to_ingenic_ost(evt); ingenic_ost_cevt_cb() local 270 ingenic_ost_register_clock(struct ingenic_ost *ost, unsigned int idx, const struct ingenic_ost_clk_info *info, struct clk_hw_onecell_data *clocks) ingenic_ost_register_clock() argument 313 ingenic_ost_percpu_timer_init(struct device_node *np, struct ingenic_ost *ost) ingenic_ost_percpu_timer_init() argument 367 ingenic_ost_global_timer_init(struct device_node *np, struct ingenic_ost *ost) ingenic_ost_global_timer_init() argument 426 struct ingenic_ost *ost; ingenic_ost_probe() local 499 struct ingenic_ost *ost; ingenic_ost_init() local [all...] |
H A D | ingenic-ost.c | 70 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(dev, "ost"); in ingenic_ost_probe() 146 struct ingenic_ost *ost = dev_get_drvdata(dev); ingenic_ost_suspend() local 155 struct ingenic_ost *ost = dev_get_drvdata(dev); ingenic_ost_resume() local [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
H A D | mtd-xip.h | 15 #include <mach/regs-ost.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | reset.c | 10 #include <mach/regs-ost.h>
|
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 330 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()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | unifdef.c | 330 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()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | sa1100_wdt.c | 34 #include <mach/regs-ost.h>
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4state.c | 6522 const struct nfs4_ol_stateid *ost) in find_lock_stateid() 6526 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock); in find_lock_stateid() 6528 /* If ost is not hashed, ost->st_locks will not be valid */ in find_lock_stateid() 6529 if (!nfs4_ol_stateid_unhashed(ost)) in find_lock_stateid() 6530 list_for_each_entry(lst, &ost->st_locks, st_locks) { in find_lock_stateid() 6588 struct inode *inode, struct nfs4_ol_stateid *ost, in find_or_create_lock_stateid() 6593 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in find_or_create_lock_stateid() 6598 lst = find_lock_stateid(lo, ost); in find_or_create_lock_stateid() 6609 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost); in find_or_create_lock_stateid() 6521 find_lock_stateid(const struct nfs4_lockowner *lo, const struct nfs4_ol_stateid *ost) find_lock_stateid() argument 6587 find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi, struct inode *inode, struct nfs4_ol_stateid *ost, bool *new) find_or_create_lock_stateid() argument 6638 lookup_or_create_lock_state(struct nfsd4_compound_state *cstate, struct nfs4_ol_stateid *ost, struct nfsd4_lock *lock, struct nfs4_ol_stateid **plst, bool *new) lookup_or_create_lock_state() argument [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4state.c | 7315 const struct nfs4_ol_stateid *ost) in find_lock_stateid() 7319 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock); in find_lock_stateid() 7321 /* If ost is not hashed, ost->st_locks will not be valid */ in find_lock_stateid() 7322 if (!nfs4_ol_stateid_unhashed(ost)) in find_lock_stateid() 7323 list_for_each_entry(lst, &ost->st_locks, st_locks) { in find_lock_stateid() 7381 struct inode *inode, struct nfs4_ol_stateid *ost, in find_or_create_lock_stateid() 7386 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in find_or_create_lock_stateid() 7391 lst = find_lock_stateid(lo, ost); in find_or_create_lock_stateid() 7402 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost); in find_or_create_lock_stateid() 7314 find_lock_stateid(const struct nfs4_lockowner *lo, const struct nfs4_ol_stateid *ost) find_lock_stateid() argument 7380 find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi, struct inode *inode, struct nfs4_ol_stateid *ost, bool *new) find_or_create_lock_stateid() argument 7431 lookup_or_create_lock_state(struct nfsd4_compound_state *cstate, struct nfs4_ol_stateid *ost, struct nfsd4_lock *lock, struct nfs4_ol_stateid **plst, bool *new) lookup_or_create_lock_state() argument [all...] |