Searched refs:sie (Results 1 – 7 of 7) sorted by relevance
| /drivers/usb/c67x00/ |
| A D | c67x00-ll-hpi.c | 262 return hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)); in c67x00_ll_get_usb_ctl() 270 hpi_write_word(sie->dev, USB_STAT_REG(sie->sie_num), bits); in c67x00_ll_usb_clear_status() 275 return hpi_read_word(sie->dev, USB_STAT_REG(sie->sie_num)); in c67x00_ll_usb_get_status() 330 hpi_write_word(sie->dev, HUSB_SIE_pCurrentTDPtr(sie->sie_num), addr); in c67x00_ll_husb_set_current_td() 335 return hpi_read_word(sie->dev, HUSB_SIE_pCurrentTDPtr(sie->sie_num)); in c67x00_ll_husb_get_current_td() 340 return hpi_read_word(sie->dev, HOST_FRAME_REG(sie->sie_num)); in c67x00_ll_husb_get_frame() 346 hpi_set_bits(sie->dev, USB_CTL_REG(sie->sie_num), HOST_MODE); in c67x00_ll_husb_init_host_port() 351 if (!(hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)) & HOST_MODE)) in c67x00_ll_husb_init_host_port() 352 dev_warn(sie_dev(sie), in c67x00_ll_husb_init_host_port() 364 hpi_set_bits(sie->dev, HOST_IRQ_EN_REG(sie->sie_num), in c67x00_ll_husb_reset_port() [all …]
|
| A D | c67x00-hcd.c | 38 c67x00_ll_husb_reset(sie, port); in c67x00_hub_reset_host_port() 41 c67x00_ll_husb_reset_port(sie, port); in c67x00_hub_reset_host_port() 50 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_status_data() local 55 status = c67x00_ll_usb_get_status(sie); in c67x00_hub_status_data() 70 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_control() local 189 c67x00_ll_usb_clear_status(sie, in c67x00_hub_control() 347 c67x00->sie = sie; in c67x00_hcd_probe() 359 c67x00_ll_husb_init_host_port(sie); in c67x00_hcd_probe() 375 spin_lock_irqsave(&sie->lock, flags); in c67x00_hcd_probe() 376 sie->private_data = c67x00; in c67x00_hcd_probe() [all …]
|
| A D | c67x00-drv.c | 38 sie->dev = dev; in c67x00_probe_sie() 39 sie->sie_num = sie_num; in c67x00_probe_sie() 42 switch (sie->mode) { in c67x00_probe_sie() 44 c67x00_hcd_probe(sie); in c67x00_probe_sie() 48 dev_info(sie_dev(sie), in c67x00_probe_sie() 53 dev_err(sie_dev(sie), in c67x00_probe_sie() 55 sie->mode, sie->sie_num); in c67x00_probe_sie() 62 switch (sie->mode) { in c67x00_remove_sie() 86 sie = &c67x00->sie[i]; in c67x00_irq() 90 if (sie->irq) in c67x00_irq() [all …]
|
| A D | c67x00.h | 196 void (*irq) (struct c67x00_sie *sie, u16 int_status, u16 msg); 238 struct c67x00_sie sie[C67X00_SIES]; member 250 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie); 251 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie); 255 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie); 257 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie); 265 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port); 267 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie); 268 u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie); 269 void c67x00_ll_husb_init_host_port(struct c67x00_sie *sie); [all …]
|
| A D | c67x00-hcd.h | 57 struct c67x00_sie *sie; member 101 int c67x00_hcd_probe(struct c67x00_sie *sie); 102 void c67x00_hcd_remove(struct c67x00_sie *sie);
|
| A D | c67x00-sched.c | 161 return c67x00_ll_husb_get_frame(c67x00->sie) & HOST_FRAME_MASK; in c67x00_get_current_frame_number() 424 c67x00_ll_hpi_enable_sofeop(c67x00->sie); in c67x00_urb_enqueue() 615 td->port_length = __cpu_to_le16((c67x00->sie->sie_num << 15) | in c67x00_create_td() 832 c67x00_ll_read_mem_le16(c67x00->sie->dev, in c67x00_parse_td() 836 c67x00_ll_read_mem_le16(c67x00->sie->dev, td_ly_base_addr(td), in c67x00_parse_td() 1046 return !c67x00_ll_husb_get_current_td(c67x00->sie); in c67x00_all_tds_processed() 1057 c67x00_ll_write_mem_le16(c67x00->sie->dev, td_ly_base_addr(td), in c67x00_send_td() 1060 c67x00_ll_write_mem_le16(c67x00->sie->dev, in c67x00_send_td() 1080 c67x00_ll_husb_set_current_td(c67x00->sie, c67x00->td_base_addr); in c67x00_send_frame() 1111 c67x00_ll_hpi_disable_sofeop(c67x00->sie); in c67x00_do_work()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | reg.h | 11573 MLXSW_ITEM32(reg, mddq, sie, 0x00, 31, 1); 11678 mlxsw_reg_mddq_slot_info_pack(char *payload, u8 slot_index, bool sie) in mlxsw_reg_mddq_slot_info_pack() argument 11682 mlxsw_reg_mddq_sie_set(payload, sie); in mlxsw_reg_mddq_slot_info_pack()
|
Completed in 38 milliseconds