Searched refs:gpriv (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/can/rcar/ |
| H A D | rcar_canfd.c | 84 #define RCANFD_GERFL_ERR(gpriv, x) \ argument 86 typeof(gpriv) (_gpriv) = (gpriv); \ 95 #define RCANFD_GAFLECTR_AFLPN(gpriv, page_num) ((page_num) & (gpriv)->info->max_aflpn) argument 219 #define RCANFD_CFCC_CFTML(gpriv, cftml) \ argument 221 typeof(gpriv) (_gpriv) = (gpriv); \ 224 #define RCANFD_CFCC_CFM(gpriv, x) (((x) & 0x3) << (gpriv)->info->sh->cfm) argument 226 #define RCANFD_CFCC_CFDC(gpriv, x) (((x) & 0x7) << (gpriv)->info->sh->cfdc) argument 291 #define RCANFD_RFCC(gpriv, x) ((gpriv)->info->regs->rfcc + (0x04 * (x))) argument 293 #define RCANFD_RFSTS(gpriv, x) (RCANFD_RFCC(gpriv, x) + 0x20) argument 295 #define RCANFD_RFPCTR(gpriv, x) (RCANFD_RFCC(gpriv, x) + 0x40) argument [all …]
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | mod_gadget.c | 36 struct usbhsg_gpriv *gpriv; member 81 #define usbhsg_for_each_uep(pos, gpriv, i) \ argument 82 __usbhsg_for_each_uep(1, pos, gpriv, i) 84 #define usbhsg_for_each_uep_with_dcp(pos, gpriv, i) \ argument 85 __usbhsg_for_each_uep(0, pos, gpriv, i) 98 #define usbhsg_uep_to_gpriv(u) ((u)->gpriv) 101 #define usbhsg_is_dcp(u) ((u) == usbhsg_gpriv_to_dcp((u)->gpriv)) 122 struct usbhsg_gpriv *gpriv = usbhsg_uep_to_gpriv(uep); in __usbhsg_queue_pop() local 124 struct device *dev = usbhsg_gpriv_to_dev(gpriv); in __usbhsg_queue_pop() 125 struct usbhs_priv *priv = usbhsg_gpriv_to_priv(gpriv); in __usbhsg_queue_pop() [all …]
|
| /linux/drivers/net/ethernet/seeq/ |
| H A D | sgiseeq.c | 246 static struct sgiseeq_private *gpriv; variable 252 struct sgiseeq_rx_desc *r = gpriv->rx_desc; in sgiseeq_dump_rings() 253 struct sgiseeq_tx_desc *t = gpriv->tx_desc; in sgiseeq_dump_rings() 254 struct hpc3_ethregs *hregs = gpriv->hregs; in sgiseeq_dump_rings() 280 gpriv->rx_new, gpriv->rx_old, gpriv->tx_new, gpriv->tx_old); in sgiseeq_dump_rings() 770 gpriv = sp; in sgiseeq_probe()
|