Searched refs:slot_status (Results 1 – 6 of 6) sorted by relevance
89 u16 slot_status; in pcie_poll_cmd() local93 if (PCI_POSSIBLE_ERROR(slot_status)) { in pcie_poll_cmd()99 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd()280 u16 slot_status; in pcie_wait_for_presence() local284 if (slot_status & PCI_EXP_SLTSTA_PDS) in pcie_wait_for_presence()419 u16 slot_status; in pciehp_get_latch_status() local440 u16 slot_status; in pciehp_card_present() local447 return !!(slot_status & PCI_EXP_SLTSTA_PDS); in pciehp_card_present()476 u16 slot_status; in pciehp_query_power_fault() local536 u16 slot_status; in pciehp_power_on_slot() local[all …]
97 int slot_status; member310 budget_ci->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset()373 budget_ci->slot_status = SLOTSTATUS_PRESENT; in ciintf_interrupt()379 budget_ci->slot_status = SLOTSTATUS_READY; in ciintf_interrupt()396 budget_ci->slot_status = SLOTSTATUS_NONE; in ciintf_interrupt()416 if (budget_ci->slot_status & SLOTSTATUS_NONE) in ciintf_poll_slot_status()417 budget_ci->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status()422 budget_ci->slot_status = SLOTSTATUS_READY; in ciintf_poll_slot_status()425 budget_ci->slot_status = SLOTSTATUS_NONE; in ciintf_poll_slot_status()459 budget_ci->slot_status = SLOTSTATUS_NONE; in ciintf_init()[all …]
59 int slot_status; member210 budget_av->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset()241 budget_av->slot_status = SLOTSTATUS_NONE; in ciintf_slot_shutdown()274 if (budget_av->slot_status == SLOTSTATUS_NONE) { in ciintf_poll_slot_status()279 budget_av->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status()298 budget_av->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status()310 if (budget_av->slot_status == SLOTSTATUS_RESET) { in ciintf_poll_slot_status()313 budget_av->slot_status = SLOTSTATUS_READY; in ciintf_poll_slot_status()317 if (budget_av->slot_status != SLOTSTATUS_NONE) { in ciintf_poll_slot_status()318 if (budget_av->slot_status & SLOTSTATUS_READY) in ciintf_poll_slot_status()[all …]
231 int slot_status; in dvb_ca_en50221_check_camstatus() local240 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus()242 cam_present_now = (slot_status & DVB_CA_EN50221_POLL_CAM_PRESENT) ? 1 : 0; in dvb_ca_en50221_check_camstatus()243 cam_changed = (slot_status & DVB_CA_EN50221_POLL_CAM_CHANGED) ? 1 : 0; in dvb_ca_en50221_check_camstatus()258 (slot_status & DVB_CA_EN50221_POLL_CAM_READY)) { in dvb_ca_en50221_check_camstatus()
1404 enum i3c_addr_slot_status slot_status; in i3c_master_retrieve_dev_info() local1410 slot_status = i3c_bus_get_addr_slot_status(&master->bus, in i3c_master_retrieve_dev_info()1412 if (slot_status == I3C_ADDR_SLOT_RSVD || in i3c_master_retrieve_dev_info()1413 slot_status == I3C_ADDR_SLOT_I2C_DEV) in i3c_master_retrieve_dev_info()
730 __le32 slot_status; member