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)
191 struct bt1_apb *apb = data;
196 static int bt1_apb_request_clk(struct bt1_apb *apb)
228 struct bt1_apb *apb = data;
233 static int bt1_apb_request_irq(struct bt1_apb *apb)
266 struct bt1_apb *apb = dev_get_drvdata(dev);
275 struct bt1_apb *apb = dev_get_drvdata(dev);
293 struct bt1_apb *apb = dev_get_drvdata(dev);
320 struct bt1_apb *apb = dev_get_drvdata(dev);
348 struct bt1_apb *apb = data;
353 static int bt1_apb_init_sysfs(struct bt1_apb *apb)
372 struct bt1_apb *apb;