/linux-3.4.99/drivers/scsi/isci/ |
D | unsolicited_frame_control.c | 143 u32 frame_index, in sci_unsolicited_frame_control_get_header() argument 146 if (frame_index < SCU_MAX_UNSOLICITED_FRAMES) { in sci_unsolicited_frame_control_get_header() 150 *frame_header = &uf_control->buffers.array[frame_index].header->data; in sci_unsolicited_frame_control_get_header() 159 u32 frame_index, in sci_unsolicited_frame_control_get_buffer() argument 162 if (frame_index < SCU_MAX_UNSOLICITED_FRAMES) { in sci_unsolicited_frame_control_get_buffer() 163 *frame_buffer = uf_control->buffers.array[frame_index].buffer; in sci_unsolicited_frame_control_get_buffer() 172 u32 frame_index) in sci_unsolicited_frame_control_release_frame() argument 195 if (frame_index >= SCU_MAX_UNSOLICITED_FRAMES) in sci_unsolicited_frame_control_release_frame() 198 uf_control->buffers.array[frame_index].state = UNSOLICITED_FRAME_RELEASED; in sci_unsolicited_frame_control_release_frame() 200 if (frame_get != frame_index) { in sci_unsolicited_frame_control_release_frame()
|
D | unsolicited_frame_control.h | 266 u32 frame_index, 271 u32 frame_index, 276 u32 frame_index);
|
D | request.c | 1554 u32 frame_index) in sci_stp_request_udma_general_frame_handler() argument 1562 frame_index, in sci_stp_request_udma_general_frame_handler() 1568 frame_index, in sci_stp_request_udma_general_frame_handler() 1576 sci_controller_release_frame(ihost, frame_index); in sci_stp_request_udma_general_frame_handler() 1582 u32 frame_index) in process_unsolicited_fis() argument 1590 frame_index, in process_unsolicited_fis() 1604 frame_index, in process_unsolicited_fis() 1612 sci_controller_release_frame(ihost, frame_index); in process_unsolicited_fis() 1618 u32 frame_index) in atapi_d2h_reg_frame_handler() argument 1623 status = process_unsolicited_fis(ireq, frame_index); in atapi_d2h_reg_frame_handler() [all …]
|
D | remote_device.c | 285 u32 frame_index) in sci_remote_device_frame_handler() argument 303 sci_controller_release_frame(ihost, frame_index); in sci_remote_device_frame_handler() 317 frame_index, in sci_remote_device_frame_handler() 328 status = sci_io_request_frame_handler(ireq, frame_index); in sci_remote_device_frame_handler() 333 sci_controller_release_frame(ihost, frame_index); in sci_remote_device_frame_handler() 341 frame_index, in sci_remote_device_frame_handler() 363 sci_controller_release_frame(ihost, frame_index); in sci_remote_device_frame_handler() 372 status = sci_io_request_frame_handler(idev->working_request, frame_index); in sci_remote_device_frame_handler()
|
D | phy.c | 908 enum sci_status sci_phy_frame_handler(struct isci_phy *iphy, u32 frame_index) in sci_phy_frame_handler() argument 921 frame_index, in sci_phy_frame_handler() 952 __func__, frame_index); in sci_phy_frame_handler() 954 sci_controller_release_frame(ihost, frame_index); in sci_phy_frame_handler() 962 frame_index, in sci_phy_frame_handler() 971 frame_index, in sci_phy_frame_handler() 988 __func__, frame_index); in sci_phy_frame_handler() 991 sci_controller_release_frame(ihost, frame_index); in sci_phy_frame_handler()
|
D | host.c | 305 u32 frame_index; in sci_controller_unsolicited_frame() local 313 frame_index = SCU_GET_FRAME_INDEX(ent); in sci_controller_unsolicited_frame() 315 frame_header = ihost->uf_control.buffers.array[frame_index].header; in sci_controller_unsolicited_frame() 316 ihost->uf_control.buffers.array[frame_index].state = UNSOLICITED_FRAME_IN_USE; in sci_controller_unsolicited_frame() 323 sci_controller_release_frame(ihost, frame_index); in sci_controller_unsolicited_frame() 330 result = sci_phy_frame_handler(iphy, frame_index); in sci_controller_unsolicited_frame() 342 result = sci_phy_frame_handler(iphy, frame_index); in sci_controller_unsolicited_frame() 350 result = sci_remote_device_frame_handler(idev, frame_index); in sci_controller_unsolicited_frame() 352 sci_controller_release_frame(ihost, frame_index); in sci_controller_unsolicited_frame() 2778 void sci_controller_release_frame(struct isci_host *ihost, u32 frame_index) in sci_controller_release_frame() argument [all …]
|
D | remote_device.h | 307 u32 frame_index);
|
D | phy.h | 444 u32 frame_index);
|
D | request.h | 290 u32 frame_index);
|
D | host.h | 465 u32 frame_index);
|
/linux-3.4.99/include/linux/usb/ |
D | ehci_def.h | 106 u32 frame_index; /* current microframe number */ member
|
/linux-3.4.99/drivers/usb/host/ |
D | ehci-fsl.c | 429 pdata->pm_frame_index = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_fsl_mpc512x_drv_suspend() 495 ehci_writel(ehci, pdata->pm_frame_index, &ehci->regs->frame_index); in ehci_fsl_mpc512x_drv_resume()
|
D | oxu210hp.h | 125 u32 frame_index; /* current microframe number */ member
|
D | ehci.h | 762 return ehci_readl(ehci, &ehci->regs->frame_index); in ehci_read_frame_index()
|
D | oxu210hp-hcd.c | 1896 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic() 2265 clock = readl(&oxu->regs->frame_index); in scan_periodic() 2337 now = readl(&oxu->regs->frame_index) % mod; in scan_periodic() 3074 return (readl(&oxu->regs->frame_index) >> 3) % in oxu_get_frame()
|
D | ehci-sched.c | 52 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_read_frame_index() 54 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_read_frame_index()
|