Lines Matching refs:bt1_apb
38 * struct bt1_apb - Baikal-T1 APB EHB private data
48 struct bt1_apb {
71 static inline unsigned long bt1_apb_n_to_timeout_us(struct bt1_apb *apb, u32 n)
81 static inline unsigned long bt1_apb_timeout_to_n_us(struct bt1_apb *apb,
94 struct bt1_apb *apb = data;
120 struct bt1_apb *apb = data;
126 static struct bt1_apb *bt1_apb_create_data(struct platform_device *pdev)
129 struct bt1_apb *apb;
149 static int bt1_apb_request_regs(struct bt1_apb *apb)
173 static int bt1_apb_request_rst(struct bt1_apb *apb)
192 struct bt1_apb *apb = data;
197 static int bt1_apb_request_clk(struct bt1_apb *apb)
230 struct bt1_apb *apb = data;
235 static int bt1_apb_request_irq(struct bt1_apb *apb)
268 struct bt1_apb *apb = dev_get_drvdata(dev);
277 struct bt1_apb *apb = dev_get_drvdata(dev);
295 struct bt1_apb *apb = dev_get_drvdata(dev);
322 struct bt1_apb *apb = dev_get_drvdata(dev);
350 struct bt1_apb *apb = data;
355 static int bt1_apb_init_sysfs(struct bt1_apb *apb)
374 struct bt1_apb *apb;