Home
last modified time | relevance | path

Searched refs:bus_clock (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
H A Daec62xx.c89 struct chipset_bus_clock_list_entry *bus_clock = host->host_priv; in aec6210_set_mode() local
99 tmp0 = pci_bus_clock_list(speed, bus_clock); in aec6210_set_mode()
107 ultra_conf = pci_bus_clock_list_ultra(speed, bus_clock); in aec6210_set_mode()
117 struct chipset_bus_clock_list_entry *bus_clock = host->host_priv; in aec6260_set_mode() local
127 drive_conf = pci_bus_clock_list(speed, bus_clock); in aec6260_set_mode()
132 ultra_conf = pci_bus_clock_list_ultra(speed, bus_clock); in aec6260_set_mode()
257 const struct chipset_bus_clock_list_entry *bus_clock; in aec62xx_init_one() local
264 bus_clock = aec6xxx_33_base; in aec62xx_init_one()
266 bus_clock = aec6xxx_34_base; in aec62xx_init_one()
284 err = ide_pci_init_one(dev, &d, (void *)bus_clock); in aec62xx_init_one()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c59 pfdev->bus_clock = devm_clk_get_optional(pfdev->dev, "bus"); in panfrost_clk_init()
60 if (IS_ERR(pfdev->bus_clock)) { in panfrost_clk_init()
61 dev_err(pfdev->dev, "get bus_clock failed %ld\n", in panfrost_clk_init()
62 PTR_ERR(pfdev->bus_clock)); in panfrost_clk_init()
63 err = PTR_ERR(pfdev->bus_clock); in panfrost_clk_init()
67 if (pfdev->bus_clock) { in panfrost_clk_init()
68 rate = clk_get_rate(pfdev->bus_clock); in panfrost_clk_init()
69 dev_info(pfdev->dev, "bus_clock rate = %lu\n", rate); in panfrost_clk_init()
71 err = clk_prepare_enable(pfdev->bus_clock); in panfrost_clk_init()
86 clk_disable_unprepare(pfdev->bus_clock); in panfrost_clk_fini()
[all...]
H A Dpanfrost_device.h85 struct clk *bus_clock; member
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c55 pfdev->bus_clock = devm_clk_get_optional(pfdev->dev, "bus"); in panfrost_clk_init()
56 if (IS_ERR(pfdev->bus_clock)) { in panfrost_clk_init()
57 dev_err(pfdev->dev, "get bus_clock failed %ld\n", in panfrost_clk_init()
58 PTR_ERR(pfdev->bus_clock)); in panfrost_clk_init()
59 err = PTR_ERR(pfdev->bus_clock); in panfrost_clk_init()
63 if (pfdev->bus_clock) { in panfrost_clk_init()
64 rate = clk_get_rate(pfdev->bus_clock); in panfrost_clk_init()
65 dev_info(pfdev->dev, "bus_clock rate = %lu\n", rate); in panfrost_clk_init()
67 err = clk_prepare_enable(pfdev->bus_clock); in panfrost_clk_init()
82 clk_disable_unprepare(pfdev->bus_clock); in panfrost_clk_fini()
[all...]
H A Dpanfrost_device.h87 struct clk *bus_clock; member
/kernel/linux/linux-5.10/arch/mips/ar7/
H A Dclock.c160 u32 *bootcr, u32 bus_clock) in tnetd7300_get_clock()
173 base_clock = bus_clock; in tnetd7300_get_clock()
159 tnetd7300_get_clock(u32 shift, struct tnetd7300_clock *clock, u32 *bootcr, u32 bus_clock) tnetd7300_get_clock() argument
/kernel/linux/linux-6.6/arch/mips/ar7/
H A Dclock.c162 u32 *bootcr, u32 bus_clock) in tnetd7300_get_clock()
175 base_clock = bus_clock; in tnetd7300_get_clock()
161 tnetd7300_get_clock(u32 shift, struct tnetd7300_clock *clock, u32 *bootcr, u32 bus_clock) tnetd7300_get_clock() argument

Completed in 5 milliseconds