Searched refs:bus_clock (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | aec62xx.c | 89 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_device.c | 59 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() 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() 71 err = clk_prepare_enable(pfdev->bus_clock); in panfrost_clk_init() 86 clk_disable_unprepare(pfdev->bus_clock); in panfrost_clk_fini()
|
| H A D | panfrost_device.h | 85 struct clk *bus_clock; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-bcm281xx.c | 338 static struct bus_clock usb_otg_ahb_clk = { 349 static struct bus_clock sdio1_ahb_clk = { 360 static struct bus_clock sdio2_ahb_clk = { 371 static struct bus_clock sdio3_ahb_clk = { 382 static struct bus_clock sdio4_ahb_clk = { 393 static struct bus_clock bsc1_apb_clk = { 404 static struct bus_clock bsc2_apb_clk = { 415 static struct bus_clock bsc3_apb_clk = {
|
| H A D | clk-core.h | 440 struct bus_clock { struct 476 static inline struct bus_clock *to_bus_clk(struct clk *clock) in to_bus_clk() 478 return container_of(clock, struct bus_clock, clk); in to_bus_clk()
|
| H A D | clk-core.c | 337 struct bus_clock *bus_clk = to_bus_clk(c); in bus_clk_enable() 377 struct bus_clock *bus_clk = to_bus_clk(c); in bus_clk_get_rate()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-bcm235xx.c | 334 static struct bus_clock usb_otg_ahb_clk = { 345 static struct bus_clock sdio1_ahb_clk = { 356 static struct bus_clock sdio2_ahb_clk = { 367 static struct bus_clock sdio3_ahb_clk = { 378 static struct bus_clock sdio4_ahb_clk = { 389 static struct bus_clock bsc1_apb_clk = { 400 static struct bus_clock bsc2_apb_clk = { 411 static struct bus_clock bsc3_apb_clk = {
|
| H A D | clk-core.h | 440 struct bus_clock { struct 476 static inline struct bus_clock *to_bus_clk(struct clk *clock) in to_bus_clk() 478 return container_of(clock, struct bus_clock, clk); in to_bus_clk()
|
| H A D | clk-core.c | 337 struct bus_clock *bus_clk = to_bus_clk(c); in bus_clk_enable() 377 struct bus_clock *bus_clk = to_bus_clk(c); in bus_clk_get_rate()
|
| /OK3568_Linux_fs/kernel/arch/mips/ar7/ |
| H A D | clock.c | 160 u32 *bootcr, u32 bus_clock) in tnetd7300_get_clock() argument 173 base_clock = bus_clock; in tnetd7300_get_clock()
|