Searched refs:PNP_TS1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | bioscalls.c | 107 Q2_SET_SEL(smp_processor_id(), PNP_TS1, ts1_base, ts1_size); in call_pnp_bios() 260 status = call_pnp_bios(PNP_GET_NUM_SYS_DEV_NODES, 0, PNP_TS1, 2, in __pnp_bios_dev_node_info() 261 PNP_TS1, PNP_DS, 0, 0, data, in __pnp_bios_dev_node_info() 301 status = call_pnp_bios(PNP_GET_SYS_DEV_NODE, 0, PNP_TS1, 0, PNP_TS2, in __pnp_bios_get_dev_node() 333 status = call_pnp_bios(PNP_SET_SYS_DEV_NODE, nodenum, 0, PNP_TS1, in __pnp_bios_set_dev_node() 365 status = call_pnp_bios(PNP_GET_DOCKING_STATION_INFORMATION, 0, PNP_TS1, in pnp_bios_dock_station_info() 382 status = call_pnp_bios(PNP_GET_STATIC_ALLOCED_RES_INFO, 0, PNP_TS1, in __pnp_bios_get_stat_res() 406 status = call_pnp_bios(PNP_GET_PNP_ISA_CONFIG_STRUC, 0, PNP_TS1, PNP_DS, in __pnp_bios_isapnp_config() 431 status = call_pnp_bios(PNP_GET_ESCD_INFO, 0, PNP_TS1, 2, PNP_TS1, 4, in __pnp_bios_escd_info() 432 PNP_TS1, PNP_DS, data, in __pnp_bios_escd_info() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | segment.h | 153 #define PNP_TS1 (GDT_ENTRY_PNPBIOS_TS1*8) macro
|