Searched refs:ss (Results 1 – 9 of 9) sorted by relevance
85 writeb(0x00, &ss->regs->sslp); in sh_qspi_init()159 sh_qspi_cs_deactivate(ss); in sh_qspi_xfer_common()171 sh_qspi_cs_activate(ss); in sh_qspi_xfer_common()222 sh_qspi_cs_deactivate(ss); in sh_qspi_xfer_common()242 sh_qspi_cs_activate(ss); in spi_cs_activate()249 sh_qspi_cs_deactivate(ss); in spi_cs_deactivate()255 struct sh_qspi_slave *ss; in spi_setup_slave() local261 if (!ss) { in spi_setup_slave()269 sh_qspi_init(ss); in spi_setup_slave()271 return &ss->slave; in spi_setup_slave()[all …]
125 struct gpio_desc ss; member
39 const uint32_t *ss = s; in word_copy() local42 *(dd++) = *(ss++); in word_copy()62 *(dd++) = ss[1]; in u64_to_le32_copy()63 *(dd++) = ss[0]; in u64_to_le32_copy()64 ss += 2; in u64_to_le32_copy()66 *(dd++) = *(ss++); in u64_to_le32_copy()67 *(dd++) = *(ss++); in u64_to_le32_copy()79 dd[1] = *(ss++); in u64_from_le32_copy()80 dd[0] = *(ss++); in u64_from_le32_copy()83 *(dd++) = *(ss++); in u64_from_le32_copy()[all …]
585 struct ueth_data *ss = &priv->ueth; in asix_eth_probe() local589 ret = usb_ether_register(dev, ss, AX_RX_URB_SIZE); in asix_eth_probe()593 ret = asix_basic_reset(ss); in asix_eth_probe()598 ret = asix_read_mac_common(ss, priv, pdata->enetaddr); in asix_eth_probe()606 return usb_ether_deregister(ss); in asix_eth_probe()
9 obj-$(CONFIG_PHY_QCOM_USB_SS) += phy-qcom-usb-ss.o
272 u16 ss; member
166 struct usb_endpoint_descriptor *ss) in fb_ep_desc() argument169 return ss; in fb_ep_desc()
306 int ss = 0; in count_configs() local310 ss = 1; in count_configs()320 if (ss) { in count_configs()
790 int ss = (sib >> 6) & 0x03; in decode_sib_address() local851 offset += decode_sib_si(ss, index); in decode_sib_address()
Completed in 30 milliseconds