Lines Matching refs:b53_device
80 struct b53_device *dev;
91 static int b53_srab_request_grant(struct b53_device *dev) in b53_srab_request_grant()
114 static void b53_srab_release_grant(struct b53_device *dev) in b53_srab_release_grant()
125 static int b53_srab_op(struct b53_device *dev, u8 page, u8 reg, u32 op) in b53_srab_op()
153 static int b53_srab_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_srab_read8()
175 static int b53_srab_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_srab_read16()
197 static int b53_srab_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_srab_read32()
219 static int b53_srab_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_srab_read48()
242 static int b53_srab_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_srab_read64()
265 static int b53_srab_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_srab_write8()
285 static int b53_srab_write16(struct b53_device *dev, u8 page, u8 reg, in b53_srab_write16()
306 static int b53_srab_write32(struct b53_device *dev, u8 page, u8 reg, in b53_srab_write32()
327 static int b53_srab_write48(struct b53_device *dev, u8 page, u8 reg, in b53_srab_write48()
349 static int b53_srab_write64(struct b53_device *dev, u8 page, u8 reg, in b53_srab_write64()
374 struct b53_device *dev = port->dev; in b53_srab_port_thread()
385 struct b53_device *dev = port->dev; in b53_srab_port_isr()
395 static u8 b53_srab_serdes_map_lane(struct b53_device *dev, int port) in b53_srab_serdes_map_lane()
414 static int b53_srab_irq_enable(struct b53_device *dev, int port) in b53_srab_irq_enable()
435 static void b53_srab_irq_disable(struct b53_device *dev, int port) in b53_srab_irq_disable()
505 struct b53_device *dev = platform_get_drvdata(pdev); in b53_srab_prepare_irq()
536 struct b53_device *dev = platform_get_drvdata(pdev); in b53_srab_mux_init()
593 struct b53_device *dev; in b53_srab_probe()
631 struct b53_device *dev = platform_get_drvdata(pdev); in b53_srab_remove()
646 struct b53_device *dev = platform_get_drvdata(pdev); in b53_srab_shutdown()